From 051ab5b31268d3d128697047f6240094ebbe58b3 Mon Sep 17 00:00:00 2001 From: KF-Art Date: Mon, 19 Sep 2022 12:14:57 -0400 Subject: [PATCH] Remove LPKG GUI from i686, as it's currently only built for x86_64. In the future this will be fixed. --- srcpkgs/lpkg/template | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/srcpkgs/lpkg/template b/srcpkgs/lpkg/template index a703d7c..f4a94c4 100644 --- a/srcpkgs/lpkg/template +++ b/srcpkgs/lpkg/template @@ -1,7 +1,7 @@ # Template file for 'lpkg' pkgname=lpkg version=10.1 -revision=1 +revision=2 archs="x86_64 i686" build_style=fetch hostmakedepends="bsdtar wget" @@ -39,6 +39,10 @@ do_install() { _repo="locosporlinux/lpkg-list" elif [ "$XBPS_TARGET_MACHINE" = "i686" ]; then _repo="loc-os_linux/lpkg-list32" + + # Currently the LPKG GUI is built only for x86_64. In future releases this won't be necessary. + rm ${DESTDIR}/opt/Loc-OS-LPKG/LpkgGui + rm ${DESTDIR}/usr/share/applications/lpkggui.desktop fi # Fetch repository list