2
0
mirror of https://codeberg.org/kiss-community/repo synced 2025-01-26 09:35:01 -07:00

gtk+2: new package at 2.24.32

This commit is contained in:
Muhammad Herdiansyah 2019-08-03 13:30:03 +07:00
parent 97b8f58581
commit 3ef9d42809
5 changed files with 37 additions and 0 deletions

24
testing/gtk+2/build Executable file
View File

@ -0,0 +1,24 @@
#!/bin/sh -e
export CFLAGS="$CFLAGS -UGDK_PIXBUF_DISABLE_DEPRECATED"
./configure \
--build="$(cc -dumpmachine)" \
--host="$(cc -dumpmachine)" \
--prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var \
--disable-nls \
--enable-debug=no \
--disable-gtk-doc \
--with-xinput=yes
sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
# TODO: Make GTK+2 build with demos.
sed -i -e 's/demos //g' Makefile
make
make DESTDIR="$1" install
# Remove a boat load of HTML documentation.
rm -rf "$1/gtk-doc/"
rm "$1/usr/bin/gtk-update-icon-cache"

1
testing/gtk+2/checksums Normal file
View File

@ -0,0 +1 @@
b6c8a93ddda5eabe3bfee1eb39636c9a03d2a56c7b62828b359bf197943c582e gtk+-2.24.32.tar.xz

10
testing/gtk+2/depends Normal file
View File

@ -0,0 +1,10 @@
atk
atk-bridge-fake
fribidi
gdk-pixbuf
libXcomposite
libXi
libXinerama
libepoxy
pango
shared-mime-info

1
testing/gtk+2/sources Normal file
View File

@ -0,0 +1 @@
https://download.gnome.org/sources/gtk+/2.24/gtk+-2.24.32.tar.xz

1
testing/gtk+2/version Normal file
View File

@ -0,0 +1 @@
2.24.32 1