From d6e225548c9848f798f7ea5ad68234b53072a668 Mon Sep 17 00:00:00 2001 From: EnumDev Date: Tue, 25 Nov 2025 17:55:57 +0200 Subject: [PATCH] Remove systemd directory --- pkg.info | 2 +- source.sh | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/pkg.info b/pkg.info index 8f28a2e..91e3658 100644 --- a/pkg.info +++ b/pkg.info @@ -1,7 +1,7 @@ name: xdg-desktop-portal description: A portal frontend service for Flatpak and other desktop containment frameworks version: 1.20.3 -revision: 2 +revision: 3 url: https://flatpak.github.io/xdg-desktop-portal/ license: LGPL2.1-or-later architecture: any diff --git a/source.sh b/source.sh index 5f80388..c263a18 100644 --- a/source.sh +++ b/source.sh @@ -14,5 +14,9 @@ build() { package() { meson install -C build --destdir="$BPM_OUTPUT" + # Remove systemd directory + rm -r "$BPM_OUTPUT"/usr/lib + + # Install package license install -Dm644 "$BPM_SOURCE"/COPYING "$BPM_OUTPUT"/usr/share/licenses/xdg-desktop-portal/COPYING }