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

                                                 
                            
            
        



                                                   
          

                                                     
                                                                                                                 
 
         
                                   









                                         



                  


                                      
                                                                                                                                                                                 
# Contributor: Sheila Aman <sheila@vulpine.house>
# Maintainer: Sheila Aman <sheila@vulpine.house>
pkgname=xfce4-battery-plugin
pkgver=1.1.4
pkgrel=0
pkgdesc="Battery monitor plugin for the XFCE panel"
url="https://xfce.org"
arch="all"
license="GPL-2.0+ AND LGPL-2.0+"
depends=""
makedepends="intltool libxfce4ui-dev xfce4-panel-dev"
subpackages="$pkgname-lang"
source="https://archive.xfce.org/src/panel-plugins/xfce4-battery-plugin/1.1/xfce4-battery-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="6a59630800a79d2c62434c1c50f5d891ae9ebae48037ea0859d6edd66c856a76e6f11c6e8866ca3c94ae1e5b57bdba4e9fadd4bc92c7fcef278cd2f7b82203f2  xfce4-battery-plugin-1.1.4.tar.bz2"