Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/build-support/disabled/libfm-extra
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2025-03-16 20:12:42 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2025-03-16 20:12:42 +0100
commitb79b42e58b90a54eb5644ae10d04b5bfde26fb75 (patch)
treeefc264b13e87d1fccab33b445d86c9ed7147bc61 /build-support/disabled/libfm-extra
parentfc72f1b90bda328df3f4531ca2814a1205f92396 (diff)
moved build-support/disabled to build-support-disabled (collides with some pkginfo stuff otherwise)
Diffstat (limited to 'build-support/disabled/libfm-extra')
-rw-r--r--build-support/disabled/libfm-extra/PKGBUILD33
1 files changed, 0 insertions, 33 deletions
diff --git a/build-support/disabled/libfm-extra/PKGBUILD b/build-support/disabled/libfm-extra/PKGBUILD
deleted file mode 100644
index 3ee20db8..00000000
--- a/build-support/disabled/libfm-extra/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