index : bootstrap32 | |
Archlinux32 bootstrap scripts | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2018-03-08 16:27:31 +0100 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2018-03-08 16:27:31 +0100 |
commit | cec99062ad5e9d50de1d9c28cc1e2f8ad8e45247 (patch) | |
tree | fd630721a2b19698d96b8f95981fc5986cf2ebcb /i486-stage3 | |
parent | a90e7b876de141471055dccba56f63828e7bf382 (diff) |
-rw-r--r-- | i486-stage3/gpgme/DESCR | 17 |
diff --git a/i486-stage3/gpgme/DESCR b/i486-stage3/gpgme/DESCR new file mode 100644 index 0000000..44d2f9b --- /dev/null +++ b/i486-stage3/gpgme/DESCR @@ -0,0 +1,17 @@ +# we only build the library +sed -i 's/pkgname=.*/pkgname=(gpgme)/' PKGBUILD + +# no python +sed -i "/makedepends=/s/'python'//" PKGBUILD +sed -i "/makedepends=/s/'python2'//" PKGBUILD + +# no Qt library +sed -i "/makedepends=/s/'qt5-base'//" PKGBUILD + +# no bindings +sed -i "/makedepends=/s/'swig'//" PKGBUILD + +# disable language bindings support and don't move around +# things we do not build +sed -i 's@./configure@./configure --enable-languages=no@' PKGBUILD +sed -i '/# split qgpgme/,/^}/ {/# split qgpgme/n;/^}/!{s/\(.*\)/#\1/g}}' PKGBUILD |