summaryrefslogblamecommitdiff
path: root/user/xfce4-notifyd/APKBUILD
blob: c4e8a8e5fe70dfd1ccfef3f2a54e2bbba4278f50 (plain) (tree)
1
2
3
4
5
6
7
8
9

                                                           
                     
            
        



                                                               
          
                                                                            
                                                               
                                                     
                                                                                                   

         
                                         









                                         



                  


                                      
                                                                                                                                                                          
# Contributor: Síle Ekaterin Liszka <sheila@vulpine.house>
# Maintainer: Síle Ekaterin Liszka <sheila@vulpine.house>
pkgname=xfce4-notifyd
pkgver=0.9.4
pkgrel=0
pkgdesc="Notification service for the XFCE desktop environment"
url="https://xfce.org"
arch="all"
license="GPL-2.0-only AND GPL-2.0+"
depends=""
makedepends="intltool libice-dev gtk+3.0-dev libxfce4util-dev libxfce4ui-dev
	xfce4-panel-dev libnotify-dev dbus-glib-dev sqlite-dev"
subpackages="$pkgname-dev $pkgname-doc $pkgname-lang"
source="https://archive.xfce.org/src/apps/xfce4-notifyd/${pkgver%.*}/xfce4-notifyd-$pkgver.tar.bz2"

build() {
	LIBS="-lintl -lX11" ./configure \
		--build=$CBUILD \
		--host=$CHOST \
		--prefix=/usr \
		--sysconfdir=/etc \
		--mandir=/usr/share/man \
		--localstatedir=/var
	make
}

check() {
	make check
}

package() {
	make DESTDIR="$pkgdir" install
}

sha512sums="d3339ec3555f27e624e643b52ce4de2a0834d38f675b286976abcb4e143cbbb32665b1f36fbff23791c152e1f0616b752a7f049045fc32829c27c0a87d82df94  xfce4-notifyd-0.9.4.tar.bz2"