summaryrefslogblamecommitdiff
path: root/user/xfce4-notes-plugin/APKBUILD
blob: c94d42b4b8a8c387bc913818fa0aaf8ccbb2f4cc (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12


                                                           
             







                                                     
                                                                                                                      



















                                         
                                                                                                                                                                                
# Contributor: Síle Ekaterin Liszka <sheila@vulpine.house>
# Maintainer: Síle Ekaterin Liszka <sheila@vulpine.house>
pkgname=xfce4-notes-plugin
pkgver=1.10.0
pkgrel=0
pkgdesc="XFCE panel plugin for sticky notes"
url="https://www.xfce.org"
arch="all"
license="GPL-2.0+"
depends=""
makedepends="intltool libxfce4ui-dev xfce4-panel-dev"
subpackages="$pkgname-lang"
source="https://archive.xfce.org/src/panel-plugins/xfce4-notes-plugin/${pkgver%.*}/xfce4-notes-plugin-$pkgver.tar.bz2"

build() {
	LIBS="-lintl" ./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="4c050a95f879f0ba5e28662853ab764a14fbcef513e037bfdef1e3cae91b504d0c55eb0b533098589cf568c8e6e6e3ec2dec0841eb54c99c50105f6fff55a447  xfce4-notes-plugin-1.10.0.tar.bz2"