Remove systemd directory
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user