[arch-commits] Commit in xfce4-notifyd/trunk (PKGBUILD)

Evangelos Foutras foutrelis at archlinux.org
Tue Sep 6 14:18:42 UTC 2016


    Date: Tuesday, September 6, 2016 @ 14:18:41
  Author: foutrelis
Revision: 275788

upgpkg: xfce4-notifyd 0.3.1-1

New upstream release.

Modified:
  xfce4-notifyd/trunk/PKGBUILD

----------+
 PKGBUILD |   19 ++++---------------
 1 file changed, 4 insertions(+), 15 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-09-06 07:59:25 UTC (rev 275787)
+++ PKGBUILD	2016-09-06 14:18:41 UTC (rev 275788)
@@ -3,8 +3,8 @@
 # Contributor: tobias <tobias funnychar archlinux.org>
 
 pkgname=xfce4-notifyd
-pkgver=0.3.0
-pkgrel=2
+pkgver=0.3.1
+pkgrel=1
 pkgdesc="Notification daemon for the Xfce desktop"
 arch=('i686' 'x86_64')
 url="http://goodies.xfce.org/projects/applications/xfce4-notifyd"
@@ -13,25 +13,14 @@
 depends=('libxfce4ui' 'libnotify' 'hicolor-icon-theme')
 makedepends=('intltool' 'python')
 provides=('notification-daemon')
-source=(http://archive.xfce.org/src/apps/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2
-  'xfce4-notifyd-0001-fix-memory-leak.patch::https://git.xfce.org/apps/xfce4-notifyd/patch/?id=26e04bf1d493e3cc6cfa28a4b010d6d74e3176a8')
-sha256sums=('7076081424932b40d03366a7518daf495f81eb780f376819e59e76d65d811100'
-  'eff6bbad188b39f19da678eaf3825ccc17daf0b0df5fdda25dddcb3370b0b348')
+source=(http://archive.xfce.org/src/apps/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('ef02b7e0101034df19ca5dddae387a2625e46380f0d2af3b4f4713c219d1f863')
 
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  patch -Np1 < "$srcdir/xfce4-notifyd-0001-fix-memory-leak.patch"
-}
-
 build() {
   cd "$srcdir/$pkgname-$pkgver"
 
   ./configure \
     --prefix=/usr \
-    --sysconfdir=/etc \
-    --libexecdir=/usr/lib \
-    --localstatedir=/var \
     --disable-static \
     --disable-debug
   make



More information about the arch-commits mailing list