[arch-commits] Commit in xfce4-datetime-plugin/repos (2 files)

Evangelos Foutras foutrelis at archlinux.org
Sat Nov 10 00:40:28 UTC 2018


    Date: Saturday, November 10, 2018 @ 00:40:28
  Author: foutrelis
Revision: 338871

archrelease: copy trunk to staging-x86_64

Added:
  xfce4-datetime-plugin/repos/staging-x86_64/
  xfce4-datetime-plugin/repos/staging-x86_64/PKGBUILD
    (from rev 338870, xfce4-datetime-plugin/trunk/PKGBUILD)

----------+
 PKGBUILD |   35 +++++++++++++++++++++++++++++++++++
 1 file changed, 35 insertions(+)

Copied: xfce4-datetime-plugin/repos/staging-x86_64/PKGBUILD (from rev 338870, xfce4-datetime-plugin/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2018-11-10 00:40:28 UTC (rev 338871)
@@ -0,0 +1,35 @@
+# Maintainer: Evangelos Foutras <evangelos at foutrelis.com>
+# Contributor: Andreas Radke <andyrtr at archlinux.org>
+# Contributor: Aurelien Foret <orelien at chez.com>
+
+pkgname=xfce4-datetime-plugin
+pkgver=0.7.0
+pkgrel=2
+pkgdesc="A date and time display plugin for the Xfce panel"
+arch=('x86_64')
+license=('GPL2')
+url="http://goodies.xfce.org/projects/panel-plugins/xfce4-datetime-plugin"
+groups=('xfce4-goodies')
+depends=('xfce4-panel')
+makedepends=('intltool')
+source=(https://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('297f3077f7aee52a237449fbd8595e232267bc600b5b9e7ddc5baab306ed67b9')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure \
+    --prefix=/usr \
+    --sysconfdir=/etc \
+    --libexecdir=/usr/lib \
+    --localstatedir=/var \
+    --disable-static
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list