From 509b9e592821d9875c15b23b7de916e1cb3f0808 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Tue, 7 Dec 2021 18:39:25 +0100 Subject: moved libfm-extra to disabled build-support --- build-support/disabled/libfm-extra/PKGBUILD | 33 +++++++++++++++++++++++++++++ community/libfm/PKGBUILD | 33 ----------------------------- 2 files changed, 33 insertions(+), 33 deletions(-) create mode 100644 build-support/disabled/libfm-extra/PKGBUILD delete mode 100644 community/libfm/PKGBUILD diff --git a/build-support/disabled/libfm-extra/PKGBUILD b/build-support/disabled/libfm-extra/PKGBUILD new file mode 100644 index 00000000..3ee20db8 --- /dev/null +++ b/build-support/disabled/libfm-extra/PKGBUILD @@ -0,0 +1,33 @@ +# breaking the cycle with menu-cache on i486 +depends=(${depends[@]//menu-cache/}) +depends_i686+=(menu-cache) +depends_pentium4=("${depends_i686[@]}") + +if [ "$CARCH" = 'i486' ]; then + eval "$( + declare -f build | \ + sed ' + s|./configure|./configure --with-extra-only | + /mv.*\/usr\/bin/d + ' + )" + + eval "$( + declare -f package_libfm | \ + sed ' + s/mv\(.*\)/(mv\1) || true/ + ' + )" + eval "$( + declare -f package_libfm-gtk2 | \ + sed ' + s/mv\(.*\)/(mv\1) || true/ + ' + )" + eval "$( + declare -f package_libfm-gtk3 | \ + sed ' + s/mv\(.*\)/(mv\1) || true/ + ' + )" +fi diff --git a/community/libfm/PKGBUILD b/community/libfm/PKGBUILD deleted file mode 100644 index 3ee20db8..00000000 --- a/community/libfm/PKGBUILD +++ /dev/null @@ -1,33 +0,0 @@ -# breaking the cycle with menu-cache on i486 -depends=(${depends[@]//menu-cache/}) -depends_i686+=(menu-cache) -depends_pentium4=("${depends_i686[@]}") - -if [ "$CARCH" = 'i486' ]; then - eval "$( - declare -f build | \ - sed ' - s|./configure|./configure --with-extra-only | - /mv.*\/usr\/bin/d - ' - )" - - eval "$( - declare -f package_libfm | \ - sed ' - s/mv\(.*\)/(mv\1) || true/ - ' - )" - eval "$( - declare -f package_libfm-gtk2 | \ - sed ' - s/mv\(.*\)/(mv\1) || true/ - ' - )" - eval "$( - declare -f package_libfm-gtk3 | \ - sed ' - s/mv\(.*\)/(mv\1) || true/ - ' - )" -fi -- cgit v1.2.3-54-g00ecf