From cec99062ad5e9d50de1d9c28cc1e2f8ad8e45247 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Thu, 8 Mar 2018 16:27:31 +0100 Subject: built gpgme and sudo in stage3 --- build_stage3.sh | 19 +++++++++---------- i486-stage3/gpgme/DESCR | 17 +++++++++++++++++ 2 files changed, 26 insertions(+), 10 deletions(-) create mode 100644 i486-stage3/gpgme/DESCR diff --git a/build_stage3.sh b/build_stage3.sh index aa9243d..d071eba 100755 --- a/build_stage3.sh +++ b/build_stage3.sh @@ -55,13 +55,12 @@ vi which xfsprogs psmisc +gpgme +sudo " #~ iptables iproute2 -#~ iptables: libpcap -#~ libpcap: libnl libusbx dbus - # python executes and fails in testing. Why can't i switch off # testing? # 0:01:27 load avg: 1.07 [ 24/406] test_asynchat, test hangs forever! @@ -108,7 +107,6 @@ psmisc #~ linux build full with mkinitcpio and modules -# systemd: libgcrypt libmicrohttpd libxslt python-lxml quota-tools gnu-efi-libs meson #~ pacman-mirrorlist archlinux-keyring archlinux32-keyring pacman #~ procps-ng @@ -123,9 +121,6 @@ psmisc # stage3 (from compute_dependencies.sh) #~ ca-certificates-cacert: ca-certificates-utils #~ cryptsetup: device-mapper libgcrypt popt libutil-linux json-c argon2 -#~ dbus: libsystemd expat -#~ dhcpcd: glibc sh udev libsystemd - # ldns/unbound-cyrcle #~ ldns: openssl dnssec-anchors @@ -144,12 +139,17 @@ psmisc #~ openresolv: systemd #~ pcmciautils: systemd #~ procps-ng: libsystemd +#~ iptables: libpcap +#~ libpcap: libnl libusbx dbus +# systemd: libgcrypt libmicrohttpd libxslt python-lxml quota-tools gnu-efi-libs meson +#~ dbus: libsystemd expat +#~ dhcpcd: glibc sh udev libsystemd #~ mkinitcpio: awk mkinitcpio-busybox kmod util-linux libarchive coreutils bash findutils grep filesystem gzip systemd -#~ pacman: libarchive curl gpgme pacman-mirrorlist archlinux-keyring -#~ sudo: libgcrypt pam libldap +#~ pacman: libarchive curl pacman-mirrorlist archlinux-keyring +# lvm2, devicemapper: systemd, thin-povisioning-tools #~ thin-provisioning-tools: expat gcc-libs libaio boost # boost: we can build a non-python version @@ -162,7 +162,6 @@ psmisc #~ base pcmciautils #~ base systemd-sysvcompat #~ base usbutils -#~ base-devel sudo #~ base-devel systemd for p in $PACKAGES; do 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 -- cgit v1.2.3-54-g00ecf