diff options
author | Cem Keylan <cem@ckyln.com> | 2020-10-04 22:51:57 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-10-04 22:51:57 +0300 |
commit | bd36e113fed47de6ac33e411daf7a0b2a34bcbf6 (patch) | |
tree | af403d84dc696fe517683cd563a5bbb3fdccac29 /extra/pango | |
parent | 7bc852f77943f4f92a548b3a0f43d6a0a303b585 (diff) | |
download | repository-bd36e113fed47de6ac33e411daf7a0b2a34bcbf6.tar.gz |
move non xorg specific packages to extra
Diffstat (limited to 'extra/pango')
-rwxr-xr-x | extra/pango/build | 17 | ||||
-rw-r--r-- | extra/pango/checksums | 1 | ||||
-rw-r--r-- | extra/pango/depends | 8 | ||||
-rw-r--r-- | extra/pango/sources | 1 | ||||
-rw-r--r-- | extra/pango/version | 1 |
5 files changed, 28 insertions, 0 deletions
diff --git a/extra/pango/build b/extra/pango/build new file mode 100755 index 00000000..f9f9fd37 --- /dev/null +++ b/extra/pango/build @@ -0,0 +1,17 @@ +#!/bin/sh -e + +export DESTDIR="$1" + +meson \ + --prefix=/usr \ + -Dgir=false \ + -Dgtk_doc=false \ + -Dintrospection=false \ + . build + +ninja -C build +ninja -C build install + +# Remove unneeded tests +rm -rf "$1/usr/share/installed-tests" +rm -rf "$1/usr/libexec/installed-tests" diff --git a/extra/pango/checksums b/extra/pango/checksums new file mode 100644 index 00000000..3402e33d --- /dev/null +++ b/extra/pango/checksums @@ -0,0 +1 @@ +d89fab5f26767261b493279b65cfb9eb0955cd44c07c5628d36094609fc51841 pango-1.46.2.tar.xz diff --git a/extra/pango/depends b/extra/pango/depends new file mode 100644 index 00000000..400e99c4 --- /dev/null +++ b/extra/pango/depends @@ -0,0 +1,8 @@ +cairo +fontconfig +freetype-harfbuzz +fribidi +glib +libXft +libXrender +meson make diff --git a/extra/pango/sources b/extra/pango/sources new file mode 100644 index 00000000..f48ac2a5 --- /dev/null +++ b/extra/pango/sources @@ -0,0 +1 @@ +https://download.gnome.org/sources/pango/1.46/pango-1.46.2.tar.xz diff --git a/extra/pango/version b/extra/pango/version new file mode 100644 index 00000000..49efa082 --- /dev/null +++ b/extra/pango/version @@ -0,0 +1 @@ +1.46.2 1 |