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 }