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

Evangelos Foutras foutrelis at archlinux.org
Thu Sep 18 20:05:12 UTC 2014


    Date: Thursday, September 18, 2014 @ 22:05:11
  Author: foutrelis
Revision: 221979

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

Adopt and rebuild for new URL.

Modified:
  xfce4-time-out-plugin/trunk/PKGBUILD
  xfce4-time-out-plugin/trunk/xfce4-time-out-plugin.install

-------------------------------+
 PKGBUILD                      |   34 +++++++++++++++++++---------------
 xfce4-time-out-plugin.install |    6 ++++--
 2 files changed, 23 insertions(+), 17 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-09-18 19:59:10 UTC (rev 221978)
+++ PKGBUILD	2014-09-18 20:05:11 UTC (rev 221979)
@@ -1,34 +1,38 @@
 # $Id$
-# Maintainer: AndyRTR <andyrtr at archlinux.org>
+# Maintainer: Evangelos Foutras <evangelos at foutrelis.com>
+# Contributor: AndyRTR <andyrtr at archlinux.org>
 # Contributor: Abhishek Dasgupta <abhidg at gmail.com>
 
 pkgname=xfce4-time-out-plugin
 pkgver=1.0.1
-pkgrel=3
-pkgdesc="Take a break from your computer with this plugin for XFCE4."
+pkgrel=4
+pkgdesc="Take a break from your computer with this plugin for Xfce4"
 arch=('i686' 'x86_64')
 url="http://goodies.xfce.org/projects/panel-plugins/xfce4-time-out-plugin"
 groups=('xfce4-goodies')
 license=('GPL')
-depends=('xfce4-panel>=4.7.0')
+depends=('xfce4-panel')
 makedepends=('intltool')
-install=${pkgname}.install
+install=$pkgname.install
 source=(http://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-md5sums=('b6e4a3145d31c341e2506fb17b014587')
+sha256sums=('e342f73315fa8176ac4fc321680a3959aa2e06fafed1ac78031fae64713a3db8')
 
 build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr \
-	--sysconfdir=/etc \
-	--libexecdir=/usr/lib \
-	--localstatedir=/var \
-	--disable-static \
-	--disable-debug
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure \
+    --prefix=/usr \
+    --sysconfdir=/etc \
+    --libexecdir=/usr/lib \
+    --localstatedir=/var \
+    --disable-static \
+    --disable-debug
   make
 }
 
 package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
 }
 
+# vim:set ts=2 sw=2 et:

Modified: xfce4-time-out-plugin.install
===================================================================
--- xfce4-time-out-plugin.install	2014-09-18 19:59:10 UTC (rev 221978)
+++ xfce4-time-out-plugin.install	2014-09-18 20:05:11 UTC (rev 221979)
@@ -3,9 +3,11 @@
 }
 
 post_upgrade() {
-  post_install $1
+  post_install
 }
 
 post_remove() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  post_install
 }
+
+# vim:set ts=2 sw=2 et:




More information about the arch-commits mailing list