Package Details: gtk4-git 4.16.3.r424.ge37f9ba-1

Git Clone URL: https://aur.archlinux.org/gtk4-git.git (read-only, click to copy)
Package Base: gtk4-git
Description: GObject-based multi-platform GUI toolkit
Upstream URL: https://gitlab.gnome.org/GNOME/gtk
Licenses: LGPL-2.1-or-later
Conflicts: gtk4
Provides: gtk4, libgtk-4.so
Submitter: andrewSC
Maintainer: xiota
Last Packager: xiota
Votes: 16
Popularity: 0.000000
First Submitted: 2016-11-18 20:17 (UTC)
Last Updated: 2024-10-28 10:49 (UTC)

Required by (537)

Sources (5)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 .. 12 Next › Last »

andrewSC commented on 2017-02-03 15:01 (UTC) (edited on 2017-02-03 15:15 (UTC) by andrewSC)

shoober420: Turns out there's a bug in documentation generation in master so I've disabled that in the PKGBUILD for now. I'll re-enable it once it's fixed. edit: Here's the tracker https://bugzilla.gnome.org/show_bug.cgi?id=778144

shoober420 commented on 2017-02-01 22:16 (UTC)

I've been getting this error for sometime now. I thought it was just a bad commit causing the error, but it might be the PKGBUILD. DOC Preparing build DOC Scanning header files DOC Introspecting gobjects gtk4-scan.c: In function ‘output_object_args’: gtk4-scan.c:1305:20: warning: implicit declaration of function ‘gtk_widget_class_list_style_properties’ [-Wimplicit-function-declaration] properties = gtk_widget_class_list_style_properties (GTK_WIDGET_CLASS (class), &n_properties); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gtk4-scan.c:1305:18: warning: assignment makes pointer from integer without a cast [-Wint-conversion] properties = gtk_widget_class_list_style_properties (GTK_WIDGET_CLASS (class), &n_properties); ^ .libs/gtk4-scan.o: In function `main': gtk4-scan.c:(.text.startup+0x136e): undefined reference to `gtk_widget_class_list_style_properties' collect2: error: ld returned 1 exit status Linking of scanner failed: make[4]: *** [Makefile:1345: scan-build.stamp] Error 1 make[4]: Leaving directory '~/Downloads/packages/gtk4-git/src/gtk+/docs/reference/gtk' make[3]: *** [Makefile:554: all-recursive] Error 1 make[3]: Leaving directory '~/Downloads/packages/gtk4-git/src/gtk+/docs/reference' make[2]: *** [Makefile:556: all-recursive] Error 1 make[2]: Leaving directory '~/Downloads/packages/gtk4-git/src/gtk+/docs' make[1]: *** [Makefile:719: all-recursive] Error 1 make[1]: Leaving directory '~/Downloads/packages/gtk4-git/src/gtk+' make: *** [Makefile:615: all] Error 2 ==> ERROR: A failure occurred in build(). Aborting...

andrewSC commented on 2016-12-12 17:32 (UTC)

DeadMetaler: I had added gtk3 as a conflict because if you try to install this package with gtk3 installed, you're going to get conflicts because of pre-existing files (which is supposed to happen as those files are shared between gtk4/gtk3). I wanted to avoid telling people to (--force) with their pacman -U but thinking about it more, using --force should ultimately be up to them to decide. I'll remove the conflicts from the PKGBUILD.

DeadMetaler commented on 2016-12-09 20:40 (UTC)

Why gtk4 replace gtk3? I think it should work together like now it doing gtk3 + gtk2.

shoober420 commented on 2016-12-02 18:41 (UTC)

It's cool, thanks again for maintaining this.

andrewSC commented on 2016-12-01 14:27 (UTC)

shoober420: I totally understand the annoyance however, since libepoxy in the official repos satisfies the configure.ac version requirement for epoxy, I'm going to have to stay with what's currently in the PKGBUILD.

shoober420 commented on 2016-11-30 22:33 (UTC)

Very minor thing. I use libepoxy-git and have to edit the PKGBUILD to simply be libepoxy to satisfy the dependencies.

shoober420 commented on 2016-11-28 22:31 (UTC)

Awesome, it builds ok now. Thank you very much sir.

andrewSC commented on 2016-11-28 14:33 (UTC)

shoober420: try rebuilding graphene-git and see if that fixes the issue for you.