glib: new package at 2.60.5

This commit is contained in:
Muhammad Herdiansyah 2019-07-23 13:16:17 +00:00
parent 0f07b47b95
commit d72219d600
5 changed files with 17 additions and 0 deletions

11
testing/glib/build Executable file
View File

@ -0,0 +1,11 @@
#!/bin/sh -e
meson \
--prefix=/usr \
-Dman=false \
-Dfam=false \
-Dnls=disabled \
. build
ninja -C build
DESTDIR="$1" ninja -C build install

1
testing/glib/checksums Normal file
View File

@ -0,0 +1 @@
3edf1df576ee82b2ecb8ba85c343644e48ee62e68290e71e6084b00d6ba2622e glib-2.60.5.tar.xz

3
testing/glib/depends Normal file
View File

@ -0,0 +1,3 @@
libxslt
libffi
meson make

1
testing/glib/sources Normal file
View File

@ -0,0 +1 @@
http://ftp.gnome.org/pub/gnome/sources/glib/2.60/glib-2.60.5.tar.xz

1
testing/glib/version Normal file
View File

@ -0,0 +1 @@
2.60.5 1