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 }