mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-11-01 00:42:03 +01:00
48 lines
1.1 KiB
Plaintext
48 lines
1.1 KiB
Plaintext
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
|
pkgname=xfce4-notifyd
|
|
pkgver=0.8.2
|
|
pkgrel=0
|
|
pkgdesc="Notification daemon for the xfce desktop"
|
|
url="https://docs.xfce.org/apps/notifyd/"
|
|
arch="all"
|
|
license="GPL-2.0-or-later"
|
|
depends="hicolor-icon-theme"
|
|
makedepends="
|
|
dbus-glib-dev
|
|
gtk+3.0-dev
|
|
libnotify-dev
|
|
libsexy-dev
|
|
libxfce4ui-dev
|
|
libxfce4util
|
|
sqlite-dev
|
|
xfce4-panel-dev
|
|
xfce4-dev-tools
|
|
xfconf-dev
|
|
"
|
|
subpackages="$pkgname-lang $pkgname-doc"
|
|
source="https://archive.xfce.org/src/apps/xfce4-notifyd/${pkgver%.*}/xfce4-notifyd-$pkgver.tar.bz2"
|
|
# tests are somewhat interactive and build manual programs
|
|
options="!check"
|
|
|
|
build() {
|
|
./configure \
|
|
--build=$CBUILD \
|
|
--host=$CHOST \
|
|
--prefix=/usr \
|
|
--sysconfdir=/etc \
|
|
--libexecdir=/usr/lib/xfce4 \
|
|
--localstatedir=/var \
|
|
--disable-static
|
|
make
|
|
}
|
|
|
|
package() {
|
|
make DESTDIR="$pkgdir" install
|
|
|
|
rm -rf "$pkgdir"/usr/lib/systemd
|
|
}
|
|
|
|
sha512sums="
|
|
8da4bc1f81c1baa91367ba508be87e2bac71180734062cdcb308076acf97a5ccb52382b7e1bd031750253dda6a69882eb92f4679220bb042426092a47eb8c7e0 xfce4-notifyd-0.8.2.tar.bz2
|
|
"
|