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

Christian Hesse eworm at archlinux.org
Tue Aug 23 08:28:46 UTC 2016


    Date: Tuesday, August 23, 2016 @ 08:28:45
  Author: eworm
Revision: 274606

upgpkg: xfce4-notifyd 0.3.0-2

fix memory leak (FS#50438)

Modified:
  xfce4-notifyd/trunk/PKGBUILD

----------+
 PKGBUILD |   14 +++++++++++---
 1 file changed, 11 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-08-23 08:22:35 UTC (rev 274605)
+++ PKGBUILD	2016-08-23 08:28:45 UTC (rev 274606)
@@ -4,7 +4,7 @@
 
 pkgname=xfce4-notifyd
 pkgver=0.3.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Notification daemon for the Xfce desktop"
 arch=('i686' 'x86_64')
 url="http://goodies.xfce.org/projects/applications/xfce4-notifyd"
@@ -13,9 +13,17 @@
 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)
-sha256sums=('7076081424932b40d03366a7518daf495f81eb780f376819e59e76d65d811100')
+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')
 
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  patch -Np1 < "$srcdir/xfce4-notifyd-0001-fix-memory-leak.patch"
+}
+
 build() {
   cd "$srcdir/$pkgname-$pkgver"
 



More information about the arch-commits mailing list