1 # Maintainer: Jan Alexander Steffens (heftig) <heftig@archlinux.org>
2 # Maintainer: Jan de Groot <jgc@archlinux.org>
7 pkgdesc="GObject-based multi-platform GUI toolkit (legacy)"
8 url="https://www.gtk.org/"
32 'adwaita-icon-theme: Default icon theme'
33 'gnome-themes-standard: Default widget theme'
34 'python: gtk-builder-convert'
42 _commit=68631945733158f164427db84f01301d7e875763 # tags/2.24.33^0
44 "git+https://gitlab.gnome.org/GNOME/gtk.git#commit=$_commit"
46 gtk-query-immodules-2.0.hook
47 xid-collision-debug.patch
50 '0583436972edcebb09ce6c3f445f6ea4d7f92132da0ef317ee93665b646061ba261281b0186ed6655e63bbb668c58e37f6987919d4c054ccda19ca034aa718dc'
51 '9c531f9f605e1739e13c39c1cac22daddd9574f3082f18bcf0b9dfaa4c41f2485d55be03a9ed12fb4504d509f0d5ac63980a9d9349e3f80a06595c6430c78096'
52 'c35b2f16ea3402f41a7a5ac83a93b423e46f9355e11186742402887ba94fc58e9a5c1d7fc55141fab72f230a973c5ac6346090b225a5eff9e416e397bd1b1ec4')
56 git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
61 git apply -3 ../xid-collision-debug.patch
62 NOCONFIGURE=1 ./autogen.sh
66 local configure_options=(
75 ./configure "${configure_options[@]}"
76 sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
82 make DESTDIR="$pkgdir" install
84 install -Dt "$pkgdir/usr/share/gtk-2.0" -m644 ../gtkrc
85 install -Dt "$pkgdir/usr/share/libalpm/hooks" -m644 ../gtk-query-immodules-2.0.hook
87 # Built by GTK 4, shared with GTK 2/3
88 rm "$pkgdir/usr/bin/gtk-update-icon-cache"
91 # vim:set sw=2 sts=-1 et: