From c0d44acb92b16f7ead37642086e903540a148153 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Fri, 23 Feb 2018 11:56:45 +0100 Subject: added git to stage2 --- i486-stage2/git/DESCR | 23 +++++++++++++++++++++++ i486-stage2/libtool/DESCR | 3 --- 2 files changed, 23 insertions(+), 3 deletions(-) create mode 100644 i486-stage2/git/DESCR delete mode 100644 i486-stage2/libtool/DESCR (limited to 'i486-stage2') diff --git a/i486-stage2/git/DESCR b/i486-stage2/git/DESCR new file mode 100644 index 0000000..e95d538 --- /dev/null +++ b/i486-stage2/git/DESCR @@ -0,0 +1,23 @@ +# no python2 +sed -i "/makedepends=/s/'python2'//" PKGBUILD + +# no Gnome integration +sed -i "/makedepends=/s/'libgnome-keyring'//" PKGBUILD +sed -i "s@\(make -C contrib/credential/gnome-keyring\)@#\1@" PKGBUILD + +# no Emacs +sed -i "/makedepends=/s/'emacs'//" PKGBUILD +sed -i "s@\(make -C contrib/emacs prefix=/usr\)@#\1@" PKGBUILD + +# no documentation +sed -i "/makedepends=/s/'xmlto'//" PKGBUILD +sed -i "/makedepends=/s/'asciidoc'//" PKGBUILD +sed -i "s/all doc/all/g" PKGBUILD +sed -i "s/install install-doc/install/g" PKGBUILD + +# git-credential-libsecret.c:29:10: fatal error: glib.h: No such file or directory +# include +sed -i "s@\(make -C contrib/credential/libsecret\)@#\1@" PKGBUILD +sed -i "/# gnome credentials helper/,/make -C contrib\/credential\/libsecret clean/s/\(.*\)/#\1/g" PKGBUILD + +# not configured with configure? weird.. diff --git a/i486-stage2/libtool/DESCR b/i486-stage2/libtool/DESCR deleted file mode 100644 index 569e8a9..0000000 --- a/i486-stage2/libtool/DESCR +++ /dev/null @@ -1,3 +0,0 @@ -# we checkout on the host and scp to the target and don't use git on the target -# (because we don't have it yet) -sed -i "/makedepends=/s/git//" PKGBUILD -- cgit v1.2.3-54-g00ecf