1 # Maintainer: Evangelos Foutras <evangelos@foutrelis.com>
2 # Contributor: AndyRTR <andyrtr@archlinux.org>
3 # Contributor: Abhishek Dasgupta <abhidg@gmail.com>
5 pkgname=xfce4-time-out-plugin
8 pkgdesc="Take a break from your computer with this plugin for Xfce4"
10 url="https://docs.xfce.org/panel-plugins/xfce4-time-out-plugin"
11 groups=('xfce4-goodies')
13 depends=('xfce4-panel')
14 makedepends=('intltool')
15 source=(https://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
16 sha256sums=('5a1ca36361e95ec718bbd887ea5be6a270ab458d1c2d672186721522a7228ee8')
24 --localstatedir=/var \
31 make DESTDIR="$pkgdir" install
34 # vim:set ts=2 sw=2 et: