summaryrefslogtreecommitdiff
path: root/i486-stage3
diff options
context:
space:
mode:
Diffstat (limited to 'i486-stage3')
-rw-r--r--i486-stage3/archlinux32-keyring/DESCR2
-rw-r--r--i486-stage3/ca-certificates/DESCR5
-rw-r--r--i486-stage3/curl/DESCR2
-rw-r--r--i486-stage3/dbus/DESCR9
-rw-r--r--i486-stage3/pacman/DESCR11
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