1 # Maintainer: Evangelos Foutras <evangelos@foutrelis.com>
2 # Contributor: Andreas Radke <andyrtr@archlinux.org>
3 # Contributor: Aurelien Foret <orelien@chez.com>
5 pkgname=xfce4-datetime-plugin
8 pkgdesc="A date and time display plugin for the Xfce panel"
11 url="https://docs.xfce.org/panel-plugins/xfce4-datetime-plugin"
12 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=('e9f6f15be29ceb5c45718006b46dbd19b89981617d0768b2ef942b5a70af2540')
19 cd "$srcdir/$pkgname-$pkgver"
24 --libexecdir=/usr/lib \
25 --localstatedir=/var \
31 cd "$srcdir/$pkgname-$pkgver"
32 make DESTDIR="$pkgdir" install
35 # vim:set ts=2 sw=2 et: