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 /xorg/pango/build | |
parent | 7bc852f77943f4f92a548b3a0f43d6a0a303b585 (diff) | |
download | repository-bd36e113fed47de6ac33e411daf7a0b2a34bcbf6.tar.gz |
move non xorg specific packages to extra
Diffstat (limited to 'xorg/pango/build')
-rwxr-xr-x | xorg/pango/build | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/xorg/pango/build b/xorg/pango/build deleted file mode 100755 index f9f9fd37..00000000 --- a/xorg/pango/build +++ /dev/null @@ -1,17 +0,0 @@ -#!/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" |