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

Eric Bélanger eric at archlinux.org
Sun Feb 12 22:43:10 UTC 2012


    Date: Sunday, February 12, 2012 @ 17:43:09
  Author: eric
Revision: 150120

upgpkg: xfce4-timer-plugin 0.6.4-1

Upstream update, Add install scriptlet

Added:
  xfce4-timer-plugin/trunk/xfce4-timer-plugin.install
Modified:
  xfce4-timer-plugin/trunk/PKGBUILD

----------------------------+
 PKGBUILD                   |    7 ++++---
 xfce4-timer-plugin.install |   11 +++++++++++
 2 files changed, 15 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-02-12 21:31:31 UTC (rev 150119)
+++ PKGBUILD	2012-02-12 22:43:09 UTC (rev 150120)
@@ -3,7 +3,7 @@
 # Contributor: Tobias Kieslich <tobias (at) archlinux.org>
 
 pkgname=xfce4-timer-plugin
-pkgver=0.6.2
+pkgver=0.6.4
 pkgrel=1
 pkgdesc="plugin to track time for the Xfce4 panel"
 arch=('i686' 'x86_64')
@@ -13,8 +13,9 @@
 depends=('xfce4-panel' 'libxfcegui4')
 makedepends=('intltool')
 options=('!libtool')
-source=(http://archive.xfce.org/src/panel-plugins/${pkgname}/0.6/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('688fe2dde9645bee1855e6a6c9579161')
+install=xfce4-timer-plugin.install
+source=(http://archive.xfce.org/src/panel-plugins/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('c2f9e113dcda742cd1559129b79f609b')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"

Added: xfce4-timer-plugin.install
===================================================================
--- xfce4-timer-plugin.install	                        (rev 0)
+++ xfce4-timer-plugin.install	2012-02-12 22:43:09 UTC (rev 150120)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}




More information about the arch-commits mailing list