diff --git a/pkg.info b/pkg.info index ba55048..6820186 100644 --- a/pkg.info +++ b/pkg.info @@ -1,7 +1,7 @@ name: xdg-desktop-portal-lxqt description: LXQt backend implementation for xdg-desktop-portal version: 1.3.0 -revision: 1 +revision: 2 url: https://github.com/lxqt/xdg-desktop-portal-lxqt license: LGPL2.1-or-later architecture: any diff --git a/source.sh b/source.sh index 95c82d1..f057002 100644 --- a/source.sh +++ b/source.sh @@ -14,6 +14,9 @@ build() { package() { DESTDIR="$BPM_OUTPUT" cmake --install build + # Remove systemd directory + rm -r "$BPM_OUTPUT"/usr/lib + # Install package license install -Dm644 "$BPM_SOURCE"/LICENSE "$BPM_OUTPUT"/usr/share/licenses/xdg-desktop-portal-lxqt/LICENSE }