aboutsummaryrefslogtreecommitdiffstats
path: root/testing/kio-fuse/APKBUILD
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2020-02-17 22:12:17 -0300
committerLeo <thinkabit.ukim@gmail.com>2020-02-18 10:39:54 -0300
commit18bdc2ca1e6ec41aa67a9f65de81d92d8b58925b (patch)
treef523bf9ce95299a53ee5ebec455258db55112f87 /testing/kio-fuse/APKBUILD
parent0d6c2dfc30d89aa4037e52bc798447a552f5e2b6 (diff)
testing/kio-fuse: remove /usr/lib/tmpfiles.d
Diffstat (limited to 'testing/kio-fuse/APKBUILD')
-rw-r--r--testing/kio-fuse/APKBUILD9
1 files changed, 7 insertions, 2 deletions
diff --git a/testing/kio-fuse/APKBUILD b/testing/kio-fuse/APKBUILD
index 845de3bceef..cc4764c65ea 100644
--- a/testing/kio-fuse/APKBUILD
+++ b/testing/kio-fuse/APKBUILD
@@ -2,12 +2,14 @@
# Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname=kio-fuse
pkgver=4.90.0
-pkgrel=1
+pkgrel=2
arch="all !armhf"
url="https://kde.org/"
pkgdesc="FUSE interface for KIO"
license="GPL-3.0-only"
-makedepends="extra-cmake-modules qt5-qtbase-dev kcoreaddons-dev kdbusaddons-dev kio-dev fuse3-dev"
+makedepends="extra-cmake-modules qt5-qtbase-dev kcoreaddons-dev kdbusaddons-dev
+ kio-dev fuse3-dev
+ "
checkdepends="dbus"
source="https://download.kde.org/unstable/kio-fuse/$pkgver/kio-fuse-$pkgver.tar.xz
modules-load.conf"
@@ -39,6 +41,9 @@ package() {
DESTDIR="$pkgdir" make install
install -Dm644 "$srcdir"/modules-load.conf "$pkgdir"/usr/lib/modules-load.d/kio-fuse.conf
+
+ # Part of systemd-tmpfiles
+ rm -rf "$pkgdir"/usr/lib/tmpfiles.d
}
sha512sums="524b9f6559c7f30823a5e2ffddd65a36ea569bbdba493563fcf9e0a038cd897c27cdf0450a932d7307dec663e898c2f693f6ee17a679df8d4ddf566ffcab73ce kio-fuse-4.90.0.tar.xz