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:
parent
97b8f58581
commit
3ef9d42809
24
testing/gtk+2/build
Executable file
24
testing/gtk+2/build
Executable 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
1
testing/gtk+2/checksums
Normal file
@ -0,0 +1 @@
|
||||
b6c8a93ddda5eabe3bfee1eb39636c9a03d2a56c7b62828b359bf197943c582e gtk+-2.24.32.tar.xz
|
10
testing/gtk+2/depends
Normal file
10
testing/gtk+2/depends
Normal 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
1
testing/gtk+2/sources
Normal 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
1
testing/gtk+2/version
Normal file
@ -0,0 +1 @@
|
||||
2.24.32 1
|
Loading…
Reference in New Issue
Block a user