[arch-commits] Commit in xfce4-notifyd/repos (4 files)

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


    Date: Tuesday, August 23, 2016 @ 08:28:49
  Author: eworm
Revision: 274607

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  xfce4-notifyd/repos/extra-i686/PKGBUILD
    (from rev 274606, xfce4-notifyd/trunk/PKGBUILD)
  xfce4-notifyd/repos/extra-x86_64/PKGBUILD
    (from rev 274606, xfce4-notifyd/trunk/PKGBUILD)
Deleted:
  xfce4-notifyd/repos/extra-i686/PKGBUILD
  xfce4-notifyd/repos/extra-x86_64/PKGBUILD

-----------------------+
 /PKGBUILD             |   90 ++++++++++++++++++++++++++++++++++++++++++++++++
 extra-i686/PKGBUILD   |   37 -------------------
 extra-x86_64/PKGBUILD |   37 -------------------
 3 files changed, 90 insertions(+), 74 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2016-08-23 08:28:45 UTC (rev 274606)
+++ extra-i686/PKGBUILD	2016-08-23 08:28:49 UTC (rev 274607)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras <evangelos at foutrelis.com>
-# Contributor: tobias <tobias funnychar archlinux.org>
-
-pkgname=xfce4-notifyd
-pkgver=0.3.0
-pkgrel=1
-pkgdesc="Notification daemon for the Xfce desktop"
-arch=('i686' 'x86_64')
-url="http://goodies.xfce.org/projects/applications/xfce4-notifyd"
-license=('GPL2')
-groups=('xfce4-goodies')
-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')
-
-build() {
-  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
-}
-
-# vim:set ts=2 sw=2 et:

Copied: xfce4-notifyd/repos/extra-i686/PKGBUILD (from rev 274606, xfce4-notifyd/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2016-08-23 08:28:49 UTC (rev 274607)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Evangelos Foutras <evangelos at foutrelis.com>
+# Contributor: tobias <tobias funnychar archlinux.org>
+
+pkgname=xfce4-notifyd
+pkgver=0.3.0
+pkgrel=2
+pkgdesc="Notification daemon for the Xfce desktop"
+arch=('i686' 'x86_64')
+url="http://goodies.xfce.org/projects/applications/xfce4-notifyd"
+license=('GPL2')
+groups=('xfce4-goodies')
+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')
+
+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
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2016-08-23 08:28:45 UTC (rev 274606)
+++ extra-x86_64/PKGBUILD	2016-08-23 08:28:49 UTC (rev 274607)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras <evangelos at foutrelis.com>
-# Contributor: tobias <tobias funnychar archlinux.org>
-
-pkgname=xfce4-notifyd
-pkgver=0.3.0
-pkgrel=1
-pkgdesc="Notification daemon for the Xfce desktop"
-arch=('i686' 'x86_64')
-url="http://goodies.xfce.org/projects/applications/xfce4-notifyd"
-license=('GPL2')
-groups=('xfce4-goodies')
-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')
-
-build() {
-  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
-}
-
-# vim:set ts=2 sw=2 et:

Copied: xfce4-notifyd/repos/extra-x86_64/PKGBUILD (from rev 274606, xfce4-notifyd/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2016-08-23 08:28:49 UTC (rev 274607)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Evangelos Foutras <evangelos at foutrelis.com>
+# Contributor: tobias <tobias funnychar archlinux.org>
+
+pkgname=xfce4-notifyd
+pkgver=0.3.0
+pkgrel=2
+pkgdesc="Notification daemon for the Xfce desktop"
+arch=('i686' 'x86_64')
+url="http://goodies.xfce.org/projects/applications/xfce4-notifyd"
+license=('GPL2')
+groups=('xfce4-goodies')
+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')
+
+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
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list