[arch-commits] Commit in xfce4-clipman-plugin/repos (3 files)

andyrtr at archlinux.org andyrtr at archlinux.org
Fri Sep 4 19:08:21 UTC 2009


    Date: Friday, September 4, 2009 @ 15:08:21
  Author: andyrtr
Revision: 51088

Merged revisions 51086 via svnmerge from 
svn+ssh://gerolde.archlinux.org/srv/svn-packages/xfce4-clipman-plugin/trunk

........
  r51086 | andyrtr | 2009-09-04 21:05:42 +0200 (Fr, 04 Sep 2009) | 2 lines
  
  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/repos/extra-i686/xfce4-clipman-plugin.install
    (from rev 51086, xfce4-clipman-plugin/trunk/xfce4-clipman-plugin.install)
Modified:
  xfce4-clipman-plugin/repos/extra-i686/	(properties)
  xfce4-clipman-plugin/repos/extra-i686/PKGBUILD

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


Property changes on: xfce4-clipman-plugin/repos/extra-i686
___________________________________________________________________
Modified: svnmerge-integrated
   - /xfce4-clipman-plugin/trunk:1-44774
   + /xfce4-clipman-plugin/trunk:1-51087

Modified: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2009-09-04 19:06:31 UTC (rev 51087)
+++ extra-i686/PKGBUILD	2009-09-04 19:08:21 UTC (rev 51088)
@@ -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

Copied: xfce4-clipman-plugin/repos/extra-i686/xfce4-clipman-plugin.install (from rev 51086, xfce4-clipman-plugin/trunk/xfce4-clipman-plugin.install)
===================================================================
--- extra-i686/xfce4-clipman-plugin.install	                        (rev 0)
+++ extra-i686/xfce4-clipman-plugin.install	2009-09-04 19:08:21 UTC (rev 51088)
@@ -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