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 depends=('xfce4-panel')
13 makedepends=('intltool')
14 install=$pkgname.install
15 source=(https://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
16 sha256sums=('6b2eeb79fb586868737426cbd2a4cd43c7f8c58507d8a2f578e0150187cc00b0')
24 --libexecdir=/usr/lib \
25 --localstatedir=/var \
32 make DESTDIR="$pkgdir" install
35 # vim:set ts=2 sw=2 et: