Package Details: gnome-news-git r316.f958219-1

Git Clone URL: https://aur.archlinux.org/gnome-news-git.git (read-only, click to copy)
Package Base: gnome-news-git
Description: A GNOME 3 Feed Reader
Upstream URL: https://gitlab.gnome.org/GNOME/gnome-news
Licenses: GPL3
Conflicts: gnome-news
Provides: gnome-news
Submitter: brunelli
Maintainer: grufo
Last Packager: grufo
Votes: 10
Popularity: 0.000000
First Submitted: 2015-07-17 14:45 (UTC)
Last Updated: 2022-01-12 17:41 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 Next › Last »

petres commented on 2016-09-07 14:46 (UTC)

building is not working: ''' + aclocal --install aclocal: installing 'm4/appstream-xml.m4' from '/usr/share/aclocal/appstream-xml.m4' aclocal: installing 'm4/gsettings.m4' from '/usr/share/aclocal/gsettings.m4' aclocal: installing 'm4/intltool.m4' from '/usr/share/aclocal/intltool.m4' aclocal: installing 'm4/nls.m4' from '/usr/share/aclocal/nls.m4' aclocal: installing 'm4/pkg.m4' from '/usr/share/aclocal/pkg.m4' + glib-gettextize --force --copy Copying file po/Makefile.in.in Please add the files codeset.m4 gettext.m4 glibc21.m4 iconv.m4 isc-posix.m4 lcmessage.m4 progtest.m4 from the /usr/share/aclocal directory to your autoconf macro directory or directly to your aclocal.m4 file. You will also need config.guess and config.sub, which you can get from ftp://ftp.gnu.org/pub/gnu/config/. + intltoolize --force --copy --automake + autoreconf --verbose --force --install -Wno-portability autoreconf: Entering directory `.' autoreconf: configure.ac: not using Gettext autoreconf: running: aclocal --force --warnings=no-portability autoreconf: configure.ac: tracing autoreconf: configure.ac: not using Libtool autoreconf: running: /usr/bin/autoconf --force --warnings=no-portability autoreconf: configure.ac: not using Autoheader autoreconf: running: automake --add-missing --copy --force-missing --warnings=no-portability Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/\${ <-- HERE ([^ \t=:+{}]+)}/ at /usr/bin/automake line 3936. configure.ac:8: installing './install-sh' configure.ac:8: installing './missing' gnomenews/Makefile.am:3: installing './py-compile' autoreconf: Leaving directory `.' + ./configure --prefix=/usr --disable-schemas-compile ./configure: line 1796: syntax error near unexpected token `git-directory' ./configure: line 1796: `AX_IS_RELEASE(git-directory)' + exit 1 ==> ERROR: A failure occurred in build(). '''

gnuku commented on 2016-06-08 01:24 (UTC)

@electricprism: thanks for that. I have now exactly the same error in view.py. Cannot click on feed. could not load the new feeds I added.

electricprism commented on 2016-06-02 19:22 (UTC) (edited on 2016-06-02 19:22 (UTC) by electricprism)

@gnuku - Upstream fixed the bug, I'm still getting this error though, one of my RSS feeds isn't W3C compliant 100%. (gnome-news:7588): Gtk-WARNING **: Theme directory devices/48 of theme breeze-dark has no size field (gnome-news:7588): Gtk-WARNING **: Child name 'https://www.gamingonlinux.com/article_rss.php' not found in GtkStack Traceback (most recent call last): File "/usr/lib/python3.5/site-packages/gnomenews/view.py", line 356, in sort_function return row1.feed['title'] > row2.feed['title'] TypeError: unorderable types: str() > NoneType()

electricprism commented on 2016-05-30 22:16 (UTC) (edited on 2016-05-30 23:11 (UTC) by electricprism)

@gnuku - I was able to determine that this patch is causing the error you and I are both seeing. I reverted the DIFF changes as seen here and can launch Gnome News now via CLI just fine without that nasty error you and I are both seeing. https://github.com/ignatenkobrain/gnome-news/commit/7236f056e7ce3c9e005c15df66d9e9c2f2d1f617 I wasn't able to open the Feeds tab though as it crashes with this message: (gnome-news:31546): Gtk-WARNING **: Child name 'https://www.gamingonlinux.com/article_rss.php' not found in GtkStack Traceback (most recent call last): File "/usr/lib/python3.5/site-packages/gnomenews/view.py", line 356, in sort_function return row1.feed['title'] > row2.feed['title'] TypeError: unorderable types: str() > NoneType()

gnuku commented on 2016-05-30 00:53 (UTC)

installing gnome-common did the job for compiling, but I cannot run the app. Terminal says: "Traceback (most recent call last): File "/usr/bin/gnome-news", line 86, in <module> from gnomenews.application import Application File "/usr/lib/python3.5/site-packages/gnomenews/application.py", line 59 GLib.mkdir_with_parents(CACHE_PATH, 0755) ^ SyntaxError: invalid token" Thanks in advance for your help

jadler commented on 2016-04-06 02:40 (UTC)

Yes, the problem mentioned by DoctorJellyface still exists but the solution was to install the gnome-common package.

pschichtel commented on 2016-03-08 10:10 (UTC)

The problem mentioned by DoctorJellyface still exists and the workaround still works.

Airon90 commented on 2016-02-13 09:29 (UTC)

The source code moved away from GitHub and now GNOME News is developed under GNOME git website. In order to compile the new source code, PKGBUILD maintainer should change URL variable to "https://git.gnome.org/browse/${_gitname}" and source variable to "git://git.gnome.org/${_gitname}". I think that you should not change anything else. Please check all PKGBUILD data before updating it!

brunelli commented on 2015-11-03 22:25 (UTC)

So, apparently I was wrong :P appstream-glib is a make dependency and I already added it to the PKGBUILD. Thank you guys for the feedback!

brunelli commented on 2015-11-03 22:11 (UTC)

Sorry guys, none of these packages you pointed out is needed to successfully compile gnome-news, because I uninstalled them all and makepkg still works. I'll do some more tests later, because I still have no idea of what is causing the issue you're having.