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

andyrtr at archlinux.org andyrtr at archlinux.org
Fri Sep 4 19:05:42 UTC 2009


    Date: Friday, September 4, 2009 @ 15:05:42
  Author: andyrtr
Revision: 51086

upgpkg: xfce4-clipman-plugin 1.1.0-1
    new version 1.1.0, fix dep to libunique and add icon handling

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

------------------------------+
 PKGBUILD                     |   11 ++++++-----
 xfce4-clipman-plugin.install |   12 ++++++++++++
 2 files changed, 18 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-09-04 18:57:49 UTC (rev 51085)
+++ PKGBUILD	2009-09-04 19:05:42 UTC (rev 51086)
@@ -3,23 +3,24 @@
 # Contributor: Aurelien Foret <orelien at chez.com>
 
 pkgname=xfce4-clipman-plugin
-pkgver=1.0.2
+pkgver=1.1.0
 pkgrel=1
 pkgdesc="A clipboard plugin for the Xfce4 panel"
 arch=(i686 x86_64)
 license=('custom')
 url="http://xfce-goodies.berlios.de/"
 groups=('xfce4-goodies')
-depends=('xfce4-panel')
+depends=('xfce4-panel' 'libunique' 'hicolor-icon-theme')
 makedepends=('pkgconfig' 'intltool')
 options=('!libtool')
-source=(http://goodies.xfce.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('37fb51a8e268819c5e0c71e26ef4d0f8')
+install=${pkgname}.install
+source=(http://archive.xfce.org/src/panel-plugins/${pkgname}/1.1/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('bf038078ec3566c06d2ef400a91756d1')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
   ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib \
-    --localstatedir=/var --disable-static
+    --localstatedir=/var --disable-static --enable-unique
   make || return 1
   make DESTDIR=${pkgdir} install || return 1
   install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING

Added: xfce4-clipman-plugin.install
===================================================================
--- xfce4-clipman-plugin.install	                        (rev 0)
+++ xfce4-clipman-plugin.install	2009-09-04 19:05:42 UTC (rev 51086)
@@ -0,0 +1,12 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+




More information about the arch-commits mailing list