Remove systemd directory

This commit is contained in:
2025-11-25 17:55:57 +02:00
parent 3facff92eb
commit d6e225548c
2 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
name: xdg-desktop-portal name: xdg-desktop-portal
description: A portal frontend service for Flatpak and other desktop containment frameworks description: A portal frontend service for Flatpak and other desktop containment frameworks
version: 1.20.3 version: 1.20.3
revision: 2 revision: 3
url: https://flatpak.github.io/xdg-desktop-portal/ url: https://flatpak.github.io/xdg-desktop-portal/
license: LGPL2.1-or-later license: LGPL2.1-or-later
architecture: any architecture: any
+4
View File
@@ -14,5 +14,9 @@ build() {
package() { package() {
meson install -C build --destdir="$BPM_OUTPUT" 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 install -Dm644 "$BPM_SOURCE"/COPYING "$BPM_OUTPUT"/usr/share/licenses/xdg-desktop-portal/COPYING
} }