forked from kiss-community/repo
gtk+3: new package at 3.24.10
This commit is contained in:
parent
7b103a9547
commit
35e08b0a6c
16
testing/gtk+3/build
Executable file
16
testing/gtk+3/build
Executable file
@ -0,0 +1,16 @@
|
||||
#!/bin/sh -e
|
||||
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--disable-nls \
|
||||
--enable-debug=no \
|
||||
--disable-cloudproviders \
|
||||
--disable-cups \
|
||||
--disable-papi \
|
||||
--disable-cloudprint \
|
||||
--enable-introspection=no \
|
||||
--enable-colord=no \
|
||||
--enable-gtk-doc-html=no
|
||||
|
||||
make
|
||||
make DESTDIR="$1" install
|
1
testing/gtk+3/checksums
Normal file
1
testing/gtk+3/checksums
Normal file
@ -0,0 +1 @@
|
||||
35a8f107e2b90fda217f014c0c15cb20a6a66678f6fd7e36556d469372c01b03 gtk+-3.24.10.tar.xz
|
3
testing/gtk+3/depends
Normal file
3
testing/gtk+3/depends
Normal file
@ -0,0 +1,3 @@
|
||||
fribidi
|
||||
libepoxy
|
||||
pango
|
1
testing/gtk+3/sources
Normal file
1
testing/gtk+3/sources
Normal file
@ -0,0 +1 @@
|
||||
https://download.gnome.org/sources/gtk+/3.24/gtk+-3.24.10.tar.xz
|
1
testing/gtk+3/version
Normal file
1
testing/gtk+3/version
Normal file
@ -0,0 +1 @@
|
||||
3.24.10 1
|
Loading…
Reference in New Issue
Block a user