Date: Thursday, September 18, 2014 @ 21:01:24 Author: foutrelis Revision: 221954
archrelease: copy trunk to extra-i686, extra-x86_64 Added: xfce4-datetime-plugin/repos/extra-i686/PKGBUILD (from rev 221953, xfce4-datetime-plugin/trunk/PKGBUILD) xfce4-datetime-plugin/repos/extra-x86_64/PKGBUILD (from rev 221953, xfce4-datetime-plugin/trunk/PKGBUILD) Deleted: xfce4-datetime-plugin/repos/extra-i686/PKGBUILD xfce4-datetime-plugin/repos/extra-x86_64/PKGBUILD -----------------------+ /PKGBUILD | 72 ++++++++++++++++++++++++++++++++++++++++++++++++ extra-i686/PKGBUILD | 33 ---------------------- extra-x86_64/PKGBUILD | 33 ---------------------- 3 files changed, 72 insertions(+), 66 deletions(-) Deleted: extra-i686/PKGBUILD =================================================================== --- extra-i686/PKGBUILD 2014-09-18 19:01:14 UTC (rev 221953) +++ extra-i686/PKGBUILD 2014-09-18 19:01:24 UTC (rev 221954) @@ -1,33 +0,0 @@ -# $Id$ -# Maintainer: -# Contributor: Andreas Radke <andy...@archlinux.org> -# Contributor: Aurelien Foret <orel...@chez.com> - -pkgname=xfce4-datetime-plugin -pkgver=0.6.2 -pkgrel=2 -pkgdesc="A date and time display plugin for the Xfce panel" -arch=('i686' 'x86_64') -license=('GPL2') -url="http://xfce-goodies.berlios.de/" -groups=('xfce4-goodies') -depends=('xfce4-panel') -makedepends=('intltool') -source=(http://archive.xfce.org/src/panel-plugins/${pkgname}/0.6/${pkgname}-${pkgver}.tar.bz2) -md5sums=('fe604a251eadbc5b0f2b4737b85d92c8') - -build() { - cd ${srcdir}/${pkgname}-${pkgver} - ./configure --prefix=/usr \ - --sysconfdir=/etc \ - --libexecdir=/usr/lib \ - --localstatedir=/var \ - --disable-static \ - --disable-static - make -} - -package() { - cd ${srcdir}/${pkgname}-${pkgver} - make DESTDIR=${pkgdir} install -} Copied: xfce4-datetime-plugin/repos/extra-i686/PKGBUILD (from rev 221953, xfce4-datetime-plugin/trunk/PKGBUILD) =================================================================== --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2014-09-18 19:01:24 UTC (rev 221954) @@ -0,0 +1,36 @@ +# $Id$ +# Maintainer: Evangelos Foutras <evange...@foutrelis.com> +# Contributor: Andreas Radke <andy...@archlinux.org> +# Contributor: Aurelien Foret <orel...@chez.com> + +pkgname=xfce4-datetime-plugin +pkgver=0.6.2 +pkgrel=3 +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: Deleted: extra-x86_64/PKGBUILD =================================================================== --- extra-x86_64/PKGBUILD 2014-09-18 19:01:14 UTC (rev 221953) +++ extra-x86_64/PKGBUILD 2014-09-18 19:01:24 UTC (rev 221954) @@ -1,33 +0,0 @@ -# $Id$ -# Maintainer: -# Contributor: Andreas Radke <andy...@archlinux.org> -# Contributor: Aurelien Foret <orel...@chez.com> - -pkgname=xfce4-datetime-plugin -pkgver=0.6.2 -pkgrel=2 -pkgdesc="A date and time display plugin for the Xfce panel" -arch=('i686' 'x86_64') -license=('GPL2') -url="http://xfce-goodies.berlios.de/" -groups=('xfce4-goodies') -depends=('xfce4-panel') -makedepends=('intltool') -source=(http://archive.xfce.org/src/panel-plugins/${pkgname}/0.6/${pkgname}-${pkgver}.tar.bz2) -md5sums=('fe604a251eadbc5b0f2b4737b85d92c8') - -build() { - cd ${srcdir}/${pkgname}-${pkgver} - ./configure --prefix=/usr \ - --sysconfdir=/etc \ - --libexecdir=/usr/lib \ - --localstatedir=/var \ - --disable-static \ - --disable-static - make -} - -package() { - cd ${srcdir}/${pkgname}-${pkgver} - make DESTDIR=${pkgdir} install -} Copied: xfce4-datetime-plugin/repos/extra-x86_64/PKGBUILD (from rev 221953, xfce4-datetime-plugin/trunk/PKGBUILD) =================================================================== --- extra-x86_64/PKGBUILD (rev 0) +++ extra-x86_64/PKGBUILD 2014-09-18 19:01:24 UTC (rev 221954) @@ -0,0 +1,36 @@ +# $Id$ +# Maintainer: Evangelos Foutras <evange...@foutrelis.com> +# Contributor: Andreas Radke <andy...@archlinux.org> +# Contributor: Aurelien Foret <orel...@chez.com> + +pkgname=xfce4-datetime-plugin +pkgver=0.6.2 +pkgrel=3 +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: