index : bootstrap32 | |
Archlinux32 bootstrap scripts | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2018-03-25 20:27:32 +0200 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2018-03-25 20:27:32 +0200 |
commit | 970e772bc7516a165f72d37f60dabd7c3a13a232 (patch) | |
tree | 3718b8484c7df108d5e9f3753ab34c52e2217dfb /i486-stage4/gpgme | |
parent | 76c4f1be65af6a459f23509276b4bf818a9bfd37 (diff) |
-rw-r--r-- | i486-stage4/gpgme/DESCR | 13 |
diff --git a/i486-stage4/gpgme/DESCR b/i486-stage4/gpgme/DESCR new file mode 100644 index 0000000..7ba1884 --- /dev/null +++ b/i486-stage4/gpgme/DESCR @@ -0,0 +1,13 @@ +# we only build the library +sed -i 's/pkgname=.*/pkgname=(gpgme)/' 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 |