Skip to content
Snippets Groups Projects
Commit 3bac8b9e authored by Cory Sanin's avatar Cory Sanin Committed by Natanael Copa
Browse files

community/xfce4-notifyd: build with --disable-systemd flag

Aside from not creating the systemd service, `--disable-systemd flag` also prevents an autostart entry that interfaces with systemctl from being created.
parent 521166c8
No related branches found
No related tags found
1 merge request!62496community/xfce4-notifyd: build with --disable-systemd flag
Pipeline #220698 skipped
# Maintainer: Natanael Copa <ncopa@alpinelinux.org> # Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=xfce4-notifyd pkgname=xfce4-notifyd
pkgver=0.9.4 pkgver=0.9.4
pkgrel=0 pkgrel=1
pkgdesc="Notification daemon for the xfce desktop" pkgdesc="Notification daemon for the xfce desktop"
url="https://docs.xfce.org/apps/notifyd/" url="https://docs.xfce.org/apps/notifyd/"
arch="all" arch="all"
...@@ -32,14 +32,13 @@ build() { ...@@ -32,14 +32,13 @@ build() {
--sysconfdir=/etc \ --sysconfdir=/etc \
--libexecdir=/usr/lib/xfce4 \ --libexecdir=/usr/lib/xfce4 \
--localstatedir=/var \ --localstatedir=/var \
--disable-static --disable-static \
--disable-systemd
make make
} }
package() { package() {
make DESTDIR="$pkgdir" install make DESTDIR="$pkgdir" install
rm -rf "$pkgdir"/usr/lib/systemd
} }
sha512sums=" sha512sums="
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment