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

Evangelos Foutras foutrelis at archlinux.org
Sun Mar 1 11:21:15 UTC 2015


    Date: Sunday, March 1, 2015 @ 12:21:14
  Author: foutrelis
Revision: 232246

archrelease: copy trunk to staging-i686, staging-x86_64

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

-------------------------+
 staging-i686/PKGBUILD   |   36 ++++++++++++++++++++++++++++++++++++
 staging-x86_64/PKGBUILD |   36 ++++++++++++++++++++++++++++++++++++
 2 files changed, 72 insertions(+)

Copied: xfce4-datetime-plugin/repos/staging-i686/PKGBUILD (from rev 232245, xfce4-datetime-plugin/trunk/PKGBUILD)
===================================================================
--- staging-i686/PKGBUILD	                        (rev 0)
+++ staging-i686/PKGBUILD	2015-03-01 11:21:14 UTC (rev 232246)
@@ -0,0 +1,36 @@
+# $Id$
+# 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.6.2
+pkgrel=4
+pkgdesc="A date and time display plugin for the Xfce panel"
+arch=('i686' 'x86_64')
+license=('GPL2')
+url="http://goodies.xfce.org/projects/panel-plugins/xfce4-datetime-plugin"
+groups=('xfce4-goodies')
+depends=('xfce4-panel')
+makedepends=('intltool')
+source=(http://archive.xfce.org/src/panel-plugins/$pkgname/0.6/$pkgname-$pkgver.tar.bz2)
+sha256sums=('9734da671e8d1d7de5fae92093a05d653c9245b838542fb9aff3e10368cc9e2c')
+
+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:

Copied: xfce4-datetime-plugin/repos/staging-x86_64/PKGBUILD (from rev 232245, xfce4-datetime-plugin/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2015-03-01 11:21:14 UTC (rev 232246)
@@ -0,0 +1,36 @@
+# $Id$
+# 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.6.2
+pkgrel=4
+pkgdesc="A date and time display plugin for the Xfce panel"
+arch=('i686' 'x86_64')
+license=('GPL2')
+url="http://goodies.xfce.org/projects/panel-plugins/xfce4-datetime-plugin"
+groups=('xfce4-goodies')
+depends=('xfce4-panel')
+makedepends=('intltool')
+source=(http://archive.xfce.org/src/panel-plugins/$pkgname/0.6/$pkgname-$pkgver.tar.bz2)
+sha256sums=('9734da671e8d1d7de5fae92093a05d653c9245b838542fb9aff3e10368cc9e2c')
+
+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