Date: Thursday, September 18, 2014 @ 21:22:43
  Author: foutrelis
Revision: 221964

upgpkg: xfce4-mailwatch-plugin 1.2.0-3

Update package description and adopt.

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

--------------------------------+
 PKGBUILD                       |   30 +++++++++++++++++-------------
 xfce4-mailwatch-plugin.install |    6 ++++--
 2 files changed, 21 insertions(+), 15 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2014-09-18 19:21:59 UTC (rev 221963)
+++ PKGBUILD    2014-09-18 19:22:43 UTC (rev 221964)
@@ -4,8 +4,8 @@
 
 pkgname=xfce4-mailwatch-plugin
 pkgver=1.2.0
-pkgrel=2
-pkgdesc="A mailbox watch/check plugin for the Xfce4 panel"
+pkgrel=3
+pkgdesc="Multi-protocol, multi-mailbox mail watcher for the Xfce4 panel"
 arch=('i686' 'x86_64')
 url="http://goodies.xfce.org/projects/panel-plugins/xfce4-mailwatch-plugin";
 license=('GPL2')
@@ -12,21 +12,25 @@
 groups=('xfce4-goodies')
 depends=('xfce4-panel')
 makedepends=('intltool')
-install=${pkgname}.install
-source=(http://archive.xfce.org/src/panel-plugins/xfce4-mailwatch-plugin/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('7263114ec0f2987a3aff15afeeb45577')
+install=$pkgname.install
+source=(http://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('624acc8229a8593c0dfeb28f883f4958119a715cc81cecdbaf29efc8ab1edcad')
 
 build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
-       --sysconfdir=/etc \
-       --libexecdir=/usr/lib \
-       --localstatedir=/var \
-       --disable-debug
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure \
+    --prefix=/usr \
+    --sysconfdir=/etc \
+    --libexecdir=/usr/lib \
+    --localstatedir=/var \
+    --disable-debug
   make
 }
 
 package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
 }
+
+# vim:set ts=2 sw=2 et:

Modified: xfce4-mailwatch-plugin.install
===================================================================
--- xfce4-mailwatch-plugin.install      2014-09-18 19:21:59 UTC (rev 221963)
+++ xfce4-mailwatch-plugin.install      2014-09-18 19:22:43 UTC (rev 221964)
@@ -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:

Reply via email to