Search Criteria
Package Details: gtk4-git 3.99.4.r42.g53cd499621-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 (GIT Version) |
Upstream URL: | https://www.gtk.org/ |
Licenses: | |
Submitter: | andrewSC |
Maintainer: | andrewSC |
Last Packager: | andrewSC |
Votes: | 16 |
Popularity: | 0.85 |
First Submitted: | 2016-11-18 20:17 |
Last Updated: | 2020-11-09 14:57 |
Dependencies (36)
- at-spi2-atk (at-spi2-atk-git)
- atk (atk-git)
- cairo (cairo-infinality, cairo-infinality-remix, cairo-ubuntu, cairo-dfb, cairo-glesv2-bin, cairo-glesv3-bin, cairo-minimal, cairo-git)
- colord (colord-git, colord-sane-git)
- dconf (dconf-git)
- gdk-pixbuf2 (gdk-pixbuf2-git)
- glib2 (glib2-sched-policy, glib2-clear, glib2-quiet, glib2-selinux, glib2-nodocs-git, glib2-git, glib2-patched-thumbnailer)
- graphene (graphene-git)
- gst-plugins-bad (gst-plugins-bad-git)
- json-glib (json-glib-git)
- libcups (libcups-git, libcups-noudev, libcups-nosystemd-minimal-git)
- libepoxy (libepoxy-git, libepoxy-nodocs-git)
- libxcomposite
- libxcursor (libxcursor-git)
- libxinerama (libxinerama-randr-git)
- libxkbcommon (libxkbcommon-git)
- libxrandr (libxrandr-git)
- mesa (mesa-noglvnd, mesa-arm-git, mesa-rc, mesa-stable, mesa-git, mesa-minimal-git, mesa-minimal+-git)
- pango (pango-ubuntu, pango-minimal-git, pango-git)
- rest
- shared-mime-info (shared-mime-info-git)
- vulkan-icd-loader (vulkan-icd-loader-git)
- git (git-git) (make)
- gobject-introspection (gobject-introspection-git) (make)
- gtk-doc (gtk-doc-git) (make)
- meson (meson-git) (make)
- ninja (ninja-git, ninja-samurai, ninja-mem, ninja-kitware, ninja-bin) (make)
- vulkan-headers (vulkan-headers-git) (make)
- wayland (wayland-git, wayland-nodocs-git) (make)
- wayland-protocols (wayland-protocols-git) (make)
- gdk-pixbuf2 (gdk-pixbuf2-git) (optional) – An image loading library
- gnome-icon-theme (gnome2-icon-theme) (optional) – Default icon theme
- gnome-themes-standard (justbrowsing-theme, gnome-themes-extra) (optional) – Default widget theme
- hicolor-icon-theme (hicolor-icon-theme-git) (optional) – Freedesktop.org Hicolor icon theme
- wayland (wayland-git, wayland-nodocs-git) (optional) – A computer display server protocol
- wayland-protocols (wayland-protocols-git) (optional) – Specifications of extended Wayland protocols
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 Next › Last »
dewyatt commented on 2014-02-13 19:44
The X Windows System error issues I was having have disappeared. Hallelujah!
dewyatt commented on 2014-02-03 00:18
Recent changes in gtk3 have caused issues for some programs.
kalu and volumeicon, for example, both exit with:
(kalu:32401): Gdk-ERROR **: The program 'kalu' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadMatch (invalid parameter attributes)'.
(Details: serial 186 error_code 8 request_code 2 minor_code 0)
(Note to programmers: normally, X errors are reported asynchronously;
that is, you will receive the error a while after causing it.
To debug your program, run it with the GDK_SYNCHRONIZE environment
variable to change this behavior. You can then get a meaningful
backtrace from your debugger if you break on the gdk_x_error() function.)
Has anyone else encountered this?
GordonGR commented on 2014-01-30 14:14
Andrew, I'm sure it is. I han't had the time to look into it yet, but I will at some point. In the meantime, I manually clone the sources (git clone git://something.git), move them into the src directory and then run makepkg and it works.
andrewSC commented on 2014-01-30 10:09
@GordonGR: sounds like a Git issue to me rather than a package issue. Were you able to resolve it or are you still having problems?
GordonGR commented on 2014-01-17 11:51
It seems it doesn't want to clone:
Cloning into bare repository '/home/nikos/Desktop/gtk3-git/gtk+'...
remote: Counting objects: 335875, done.
remote: Compressing objects: 100% (56031/56031), done.
remote: Total 335875 (delta 283262), reused 330936 (delta 279430)
Receiving objects: 100% (335875/335875), 239.40 MiB | 653.00 KiB/s, done.
Resolving deltas: 100% (283262/283262), done.
fatal: object of unexpected type
fatal: index-pack failed
andrewSC commented on 2013-11-17 08:14
@ivdok: As we discussed on IRC the solution was to:
yaourt -S gobject-introspection-git
then installing gtk3-git via yaourt gave a successful build.
@all: If you have any questions or need immediate assistance feel free to ping me on irc.freenode.net #archlinux
ivdok commented on 2013-11-17 06:25
Traceback (most recent call last):
File "/usr/bin/g-ir-scanner", line 46, in <module>
sys.exit(scanner_main(sys.argv))
File "/usr/lib/gobject-introspection/giscanner/scannermain.py", line 481, in scanner_main
main.transform()
File "/usr/lib/gobject-introspection/giscanner/maintransformer.py", line 58, in transform
self._namespace.walk(self._pass_fixup_hidden_fields)
File "/usr/lib/gobject-introspection/giscanner/ast.py", line 485, in walk
node.walk(callback, [])
File "/usr/lib/gobject-introspection/giscanner/ast.py", line 576, in walk
res = callback(self, chain)
File "/usr/lib/gobject-introspection/giscanner/maintransformer.py", line 113, in _pass_fixup_hidden_fields
and field.name.startswith('_')
AttributeError: 'NoneType' object has no attribute 'startswith'
/usr/share/gobject-introspection-1.0/Makefile.introspection:153: recipe for target 'Gtk-3.0.gir' failed
make[4]: *** [Gtk-3.0.gir] Error 1
Not sure how to fix. Inspecting Google for similar errors.
andrewSC commented on 2013-11-10 03:43
@ivdok added >=2.39.0 requirement to PKGBUILD. Also added gobject-introspection-git because I was failing on the non-git ver.
ivdok commented on 2013-10-31 02:57
Bumped Git to 2.39 manually, via editing PKGBUILD. Compiles steadily.
ivdok commented on 2013-10-31 02:23
...
checking for wayland-scanner... /usr/bin/wayland-scanner
checking whether build environment is sane... yes
checking for BASE_DEPENDENCIES... no
configure: error: Package requirements (glib-2.0 >= 2.39.0 atk >= 2.7.5 pango >= 1.32.4 cairo >= 1.12.0 cairo-gobject >= 1.12.0 gdk-pixbuf-2.0 >= 2.27.1) were not met:
Requested 'glib-2.0 >= 2.39.0' but version of GLib is 2.37.8
Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.
Alternatively, you may set the environment variables BASE_DEPENDENCIES_CFLAGS
and BASE_DEPENDENCIES_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
==> ERROR: A failure occurred in build().
Aborting...
==> ERROR: Makepkg was unable to build gtk3-git.
Did not yet tried glib2-git, but version number is surely ~2.37.