summaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2021-05-13 19:48:33 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2021-05-13 19:48:33 +0200
commit307d8882e3d77a30224dcf135e702f6c37ca2085 (patch)
treeac02f87262e7b91657818f8cada6a25e65dbcba7 /community
parentcec567ae2dad6217c4d9e0fb1029e615fbacde26 (diff)
downloadpackages-307d8882e3d77a30224dcf135e702f6c37ca2085.tar.xz
community/libmanette: removed systemd (FS#70706), gtk-doc adding and vala removal for i486
Diffstat (limited to 'community')
-rw-r--r--community/libmanette/PKGBUILD18
1 files changed, 0 insertions, 18 deletions
diff --git a/community/libmanette/PKGBUILD b/community/libmanette/PKGBUILD
deleted file mode 100644
index f47f847e..00000000
--- a/community/libmanette/PKGBUILD
+++ /dev/null
@@ -1,18 +0,0 @@
-# no Vala and broken gtkdoc on i486
-makedepends=(${makedepends[@]//vala/})
-makedepends_i686+=(vala)
-makedepends_pentium4=("${makedepends_i686[@]}")
-if [ "$CARCH" = 'i486' ]; then
- eval "$(
- declare -f build | \
- sed '
- s/arch-meson/arch-meson -D vapi=false/
- '
- )"
-fi
-
-# libudev.pc is in systemd (FS#70706)
-makedepends+=(systemd)
-
-# missing gtk-doc
-makedepends+=(gtk-doc)