pango: new package at 1.42.4

This commit is contained in:
Muhammad Herdiansyah 2019-07-27 12:40:46 +00:00
parent cf6ee53504
commit 7b103a9547
5 changed files with 22 additions and 0 deletions

14
testing/pango/build Executable file
View File

@ -0,0 +1,14 @@
#!/bin/sh -e
meson \
--prefix=/usr \
-Dgir=false \
-Dgtk_doc=false \
. build
ninja -C build
DESTDIR="$1" ninja -C build install
# Remove unneeded tests
rm -rf "$1/usr/share/installed-tests"
rm -rf "$1/usr/libexec/installed-tests"

1
testing/pango/checksums Normal file
View File

@ -0,0 +1 @@
1d2b74cd63e8bd41961f2f8d952355aa0f9be6002b52c8aa7699d9f5da597c9d pango-1.42.4.tar.xz

5
testing/pango/depends Normal file
View File

@ -0,0 +1,5 @@
glib
fontconfig
fribidi
cairo
meson make

1
testing/pango/sources Normal file
View File

@ -0,0 +1 @@
https://download.gnome.org/sources/pango/1.42/pango-1.42.4.tar.xz

1
testing/pango/version Normal file
View File

@ -0,0 +1 @@
1.42.4 1