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

Evangelos Foutras foutrelis at archlinux.org
Thu Sep 18 19:41:07 UTC 2014


    Date: Thursday, September 18, 2014 @ 21:41:06
  Author: foutrelis
Revision: 221972

upgpkg: xfce4-notes-plugin 1.7.7-6

Adopt and rebuild for new URL.

Modified:
  xfce4-notes-plugin/trunk/PKGBUILD
  xfce4-notes-plugin/trunk/xfce4-notes-plugin.install

----------------------------+
 PKGBUILD                   |   35 ++++++++++++++++++++---------------
 xfce4-notes-plugin.install |    5 +++--
 2 files changed, 23 insertions(+), 17 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-09-18 19:36:16 UTC (rev 221971)
+++ PKGBUILD	2014-09-18 19:41:06 UTC (rev 221972)
@@ -1,33 +1,38 @@
 # $Id$
-# Maintainer: Andreas Radke <andyrtr at archlinux.org>
+# Maintainer: Evangelos Foutras <evangelos at foutrelis.com>
+# Contributor: Andreas Radke <andyrtr at archlinux.org>
 # Contributor: Ben Mazer <contrasutra at myrealbox.com>
 
 pkgname=xfce4-notes-plugin
 pkgver=1.7.7
-pkgrel=5
+pkgrel=6
 pkgdesc="A notes plugin for the Xfce4 panel"
 arch=('i686' 'x86_64')
 license=('GPL2')
 url="http://goodies.xfce.org/projects/panel-plugins/xfce4-notes-plugin"
 groups=('xfce4-goodies')
-depends=('xfce4-panel>=4.7.0' 'libxfcegui4' 'libunique' 'hicolor-icon-theme')
+depends=('xfce4-panel' 'libxfcegui4' 'libunique' 'hicolor-icon-theme')
 makedepends=('intltool')
-install=${pkgname}.install
-source=(http://archive.xfce.org/src/panel-plugins/${pkgname}/1.7/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('42b924b23f2fec6a1099e9b7a87db4a3')
+install=$pkgname.install
+source=(http://archive.xfce.org/src/panel-plugins/$pkgname/1.7/$pkgname-$pkgver.tar.bz2)
+sha256sums=('a7baa105b37ad05dea4d6b55d98fd3214c77ad5c7a0e91471d4906c81e5f5217')
 
 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-notes-plugin.install
===================================================================
--- xfce4-notes-plugin.install	2014-09-18 19:36:16 UTC (rev 221971)
+++ xfce4-notes-plugin.install	2014-09-18 19:41:06 UTC (rev 221972)
@@ -3,10 +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