diff options
author | Andreas Baumann <mail@andreasbaumann.cc> | 2018-03-08 21:15:27 +0100 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2018-03-08 21:15:27 +0100 |
commit | b65446e7266cca71d3505637da9191a1dd169e14 (patch) | |
tree | 4c869024d30a293862c837eadf21ad60edada9ea /i486-stage3 | |
parent | cec99062ad5e9d50de1d9c28cc1e2f8ad8e45247 (diff) | |
download | bootstrap32-b65446e7266cca71d3505637da9191a1dd169e14.tar.xz |
finished all uncritical packages in stage 3, up to pacman
Diffstat (limited to 'i486-stage3')
-rw-r--r-- | i486-stage3/archlinux32-keyring/DESCR | 2 | ||||
-rw-r--r-- | i486-stage3/ca-certificates/DESCR | 5 | ||||
-rw-r--r-- | i486-stage3/curl/DESCR | 2 | ||||
-rw-r--r-- | i486-stage3/dbus/DESCR | 9 | ||||
-rw-r--r-- | i486-stage3/pacman/DESCR | 11 |
5 files changed, 28 insertions, 1 deletions
diff --git a/i486-stage3/archlinux32-keyring/DESCR b/i486-stage3/archlinux32-keyring/DESCR new file mode 100644 index 0000000..7fbf211 --- /dev/null +++ b/i486-stage3/archlinux32-keyring/DESCR @@ -0,0 +1,2 @@ +# this package exists only in Archlinux32, copy the whole bunch +FETCH_METHOD="packages32" diff --git a/i486-stage3/ca-certificates/DESCR b/i486-stage3/ca-certificates/DESCR index 9e1d57f..dbedf4f 100644 --- a/i486-stage3/ca-certificates/DESCR +++ b/i486-stage3/ca-certificates/DESCR @@ -1,2 +1,5 @@ # no documentation -sed -i "/makedepends=/s/'asciidoc'//" PKGBUILD +sed -i "/makedepends=/s/asciidoc//" PKGBUILD +sed -i "s/\(asciidoc.py\)/#\1/g" PKGBUILD +sed -i "s/\(xsltproc\)/true; #\1/g" PKGBUILD +sed -i "s@\(install -Dm644 update-ca-trust.8\)@#\1@" PKGBUILD diff --git a/i486-stage3/curl/DESCR b/i486-stage3/curl/DESCR new file mode 100644 index 0000000..f7f70f7 --- /dev/null +++ b/i486-stage3/curl/DESCR @@ -0,0 +1,2 @@ +# no documentation +sed -i "/makedepends=/s/asciidoc//" PKGBUILD diff --git a/i486-stage3/dbus/DESCR b/i486-stage3/dbus/DESCR new file mode 100644 index 0000000..e68fa79 --- /dev/null +++ b/i486-stage3/dbus/DESCR @@ -0,0 +1,9 @@ +# no documentation +sed -i "/makedepends=/s/xmlto//" PKGBUILD +sed -i "/makedepends=/s/docbook-xsl//" PKGBUILD +sed -i "/makedepends=/s/yelp-tools//" PKGBUILD +sed -i "/makedepends=/s/doxygen//" PKGBUILD +sed -i "/makedepends=/s/graphviz//" PKGBUILD + +# no python +sed -i "/makedepends=/s/python//" PKGBUILD diff --git a/i486-stage3/pacman/DESCR b/i486-stage3/pacman/DESCR new file mode 100644 index 0000000..f60157c --- /dev/null +++ b/i486-stage3/pacman/DESCR @@ -0,0 +1,11 @@ +# no documentation +sed -i "/makedepends=/s/'asciidoc'//" PKGBUILD + +# craft a temporary i486 pacman.conf +cp pacman.conf.i686 pacman.conf.i486 + +# use the 486 config and not 686 one +sed -i 's@pacman.conf.i686@pacman.conf.i486@' PKGBUILD + +# some more architecture patching +sed -i 's@i686@i486@g' PKGBUILD |