[arch-commits] Commit in xfce4-time-out-plugin/trunk (2 files)

Eric Bélanger eric at archlinux.org
Sat Apr 21 03:56:21 UTC 2012


    Date: Friday, April 20, 2012 @ 23:56:21
  Author: eric
Revision: 156569

upgpkg: xfce4-time-out-plugin 1.0.1-1

Upstream update, Remove libxfcegui4 and hicolor-icon-theme depends

Modified:
  xfce4-time-out-plugin/trunk/PKGBUILD	(contents, properties)
  xfce4-time-out-plugin/trunk/xfce4-time-out-plugin.install	(properties)

-------------------------------+
 PKGBUILD                      |   18 +++++++++---------
 xfce4-time-out-plugin.install |    1 -
 2 files changed, 9 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-04-21 03:24:10 UTC (rev 156568)
+++ PKGBUILD	2012-04-21 03:56:21 UTC (rev 156569)
@@ -3,22 +3,22 @@
 # Contributor: Abhishek Dasgupta <abhidg at gmail.com>
 
 pkgname=xfce4-time-out-plugin
-pkgver=1.0.0
-pkgrel=2
+pkgver=1.0.1
+pkgrel=1
 pkgdesc="Take a break from your computer with this plugin for XFCE4."
-arch=(i686 x86_64)
+arch=('i686' 'x86_64')
 url="http://xfce-goodies.berlios.de/"
 groups=('xfce4-goodies')
 license=('GPL')
-depends=('xfce4-panel>=4.7.0' 'libxfcegui4' 'hicolor-icon-theme')
+depends=('xfce4-panel>=4.7.0')
 makedepends=('intltool')
 options=('!libtool')
 install=${pkgname}.install
-source=(http://archive.xfce.org/src/panel-plugins/$pkgname/1.0/$pkgname-$pkgver.tar.bz2)
-md5sums=('ef50a3fd45c169943acc8af93604d9fd')
+source=(http://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+md5sums=('b6e4a3145d31c341e2506fb17b014587')
 
 build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+  cd "${srcdir}/${pkgname}-${pkgver}"
   ./configure --prefix=/usr \
 	--sysconfdir=/etc \
 	--libexecdir=/usr/lib \
@@ -29,7 +29,7 @@
 }
 
 package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
 }
 


Property changes on: xfce4-time-out-plugin/trunk/PKGBUILD
___________________________________________________________________
Deleted: svn:executable
## -1 +0,0 ##
-*
Index: xfce4-time-out-plugin/trunk/xfce4-time-out-plugin.install
===================================================================
--- xfce4-time-out-plugin.install	2012-04-21 03:24:10 UTC (rev 156568)
+++ xfce4-time-out-plugin.install	2012-04-21 03:56:21 UTC (rev 156569)

Property changes on: xfce4-time-out-plugin/trunk/xfce4-time-out-plugin.install
___________________________________________________________________
Deleted: svn:executable
## -1 +0,0 ##
-*



More information about the arch-commits mailing list