Remove systemd directory
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
name: xdg-desktop-portal-lxqt
|
name: xdg-desktop-portal-lxqt
|
||||||
description: LXQt backend implementation for xdg-desktop-portal
|
description: LXQt backend implementation for xdg-desktop-portal
|
||||||
version: 1.3.0
|
version: 1.3.0
|
||||||
revision: 1
|
revision: 2
|
||||||
url: https://github.com/lxqt/xdg-desktop-portal-lxqt
|
url: https://github.com/lxqt/xdg-desktop-portal-lxqt
|
||||||
license: LGPL2.1-or-later
|
license: LGPL2.1-or-later
|
||||||
architecture: any
|
architecture: any
|
||||||
|
|||||||
@@ -14,6 +14,9 @@ build() {
|
|||||||
package() {
|
package() {
|
||||||
DESTDIR="$BPM_OUTPUT" cmake --install build
|
DESTDIR="$BPM_OUTPUT" cmake --install build
|
||||||
|
|
||||||
|
# Remove systemd directory
|
||||||
|
rm -r "$BPM_OUTPUT"/usr/lib
|
||||||
|
|
||||||
# Install package license
|
# Install package license
|
||||||
install -Dm644 "$BPM_SOURCE"/LICENSE "$BPM_OUTPUT"/usr/share/licenses/xdg-desktop-portal-lxqt/LICENSE
|
install -Dm644 "$BPM_SOURCE"/LICENSE "$BPM_OUTPUT"/usr/share/licenses/xdg-desktop-portal-lxqt/LICENSE
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user