summaryrefslogblamecommitdiff
path: root/user/xfdashboard/APKBUILD
blob: db7744791e586182f031c0f9d3ce73d556f5126a (plain) (tree)
1
2
3
4
5
6
7
8
9

                                                         
                   

            



                                                                
          


                                                                   
                                                                                      

         
                                   









                                         



                  


                                      
                                                                                                                                                                        
# Contributor: Kiyoshi Aman <adelie@aerdan.vulpine.house>
# Maintainer: Kiyoshi Aman <adelie@aerdan.vulpine.house>
pkgname=xfdashboard
pkgver=0.7.7
pkgrel=0
pkgdesc="Gnome dashboard clone for the XFCE desktop environment"
url="https://xfce.org"
arch="all"
license="GPL-2.0+"
depends=""
makedepends="intltool gtk+3.0-dev libwnck-dev libice-dev garcon-dev
	libxfce4ui-dev clutter-dev"
subpackages="$pkgname-dev $pkgname-lang"
source="https://archive.xfce.org/src/apps/xfdashboard/0.7/xfdashboard-$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="561badb0b752dabb095881134050046f98eb4374c8e3c647a4ba7226c1efce650790ef3630b53a30cd48dab190afba31de2faef8991c13af64f7eb980b099989  xfdashboard-0.7.7.tar.bz2"