From 6fbe78ac0f52fa6d73a3ee152319185c02c36282 Mon Sep 17 00:00:00 2001 From: EnumDev Date: Tue, 17 Mar 2026 19:12:31 +0200 Subject: [PATCH] Remove systemd directory --- pkg.info | 4 +++- source.sh | 3 +++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/pkg.info b/pkg.info index ad85be4..cf4f15f 100644 --- a/pkg.info +++ b/pkg.info @@ -1,9 +1,11 @@ name: xf86-input-wacom description: X.Org Wacom tablet driver version: 1.2.4 -revision: 1 +revision: 2 url: https://github.com/linuxwacom/xf86-input-wacom license: GPL2-or-later +maintainers: + - enumdev@enumerated.dev architecture: any type: source depends: diff --git a/source.sh b/source.sh index 04b5d02..aad7fb6 100644 --- a/source.sh +++ b/source.sh @@ -20,6 +20,9 @@ check() { package() { meson install -C build --destdir="$BPM_OUTPUT" + # Remove systemd directory + rm -r "$BPM_OUTPUT"/usr/lib/systemd + # Install package license install -Dm644 "$BPM_SOURCE"/GPL "$BPM_OUTPUT"/usr/share/licenses/xf86-input-wacom/LICENSE }