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

2020-08-31 Thread Evangelos Foutras via arch-commits
Date: Monday, August 31, 2020 @ 22:47:04
  Author: foutrelis
Revision: 395025

upgpkg: xfce4-notifyd 0.6.2-2: add sysconfdir for autostart

Modified:
  xfce4-notifyd/trunk/PKGBUILD

--+
 PKGBUILD |3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-08-31 22:38:10 UTC (rev 395024)
+++ PKGBUILD2020-08-31 22:47:04 UTC (rev 395025)
@@ -3,7 +3,7 @@
 
 pkgname=xfce4-notifyd
 pkgver=0.6.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Notification daemon for the Xfce desktop"
 arch=('x86_64')
 url="https://docs.xfce.org/apps/notifyd/start";
@@ -20,6 +20,7 @@
 
   ./configure \
 --prefix=/usr \
+--sysconfdir=/etc \
 --disable-static \
 --disable-debug
   make


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

2020-08-31 Thread Evangelos Foutras via arch-commits
Date: Monday, August 31, 2020 @ 22:38:05
  Author: foutrelis
Revision: 395023

upgpkg: xfce4-notifyd 0.6.2-1: new upstream release

Modified:
  xfce4-notifyd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-31 18:09:37 UTC (rev 395022)
+++ PKGBUILD2020-08-31 22:38:05 UTC (rev 395023)
@@ -2,7 +2,7 @@
 # Contributor: tobias 
 
 pkgname=xfce4-notifyd
-pkgver=0.6.1
+pkgver=0.6.2
 pkgrel=1
 pkgdesc="Notification daemon for the Xfce desktop"
 arch=('x86_64')
@@ -13,7 +13,7 @@
 makedepends=('intltool' 'python' 'xfce4-panel')
 provides=('notification-daemon')
 
source=(https://archive.xfce.org/src/apps/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('9b5274999c89bf296a7de03b375e8233eef37940b7444502130b92dfb6a089b4')
+sha256sums=('19ab84c6665c7819998f2269322d53f462c30963ce26042df23ae525e7d16545')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"


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

2020-05-04 Thread Evangelos Foutras via arch-commits
Date: Tuesday, May 5, 2020 @ 04:20:39
  Author: foutrelis
Revision: 382229

upgpkg: xfce4-notifyd 0.6.1-1: new upstream release

Modified:
  xfce4-notifyd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-05 02:43:20 UTC (rev 382228)
+++ PKGBUILD2020-05-05 04:20:39 UTC (rev 382229)
@@ -2,7 +2,7 @@
 # Contributor: tobias 
 
 pkgname=xfce4-notifyd
-pkgver=0.6.0
+pkgver=0.6.1
 pkgrel=1
 pkgdesc="Notification daemon for the Xfce desktop"
 arch=('x86_64')
@@ -13,7 +13,7 @@
 makedepends=('intltool' 'python' 'xfce4-panel')
 provides=('notification-daemon')
 
source=(https://archive.xfce.org/src/apps/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('c1d126a81604ff967e4655f06427763bf559c338ba629c95cb9aa7f5d6dc8ba6')
+sha256sums=('9b5274999c89bf296a7de03b375e8233eef37940b7444502130b92dfb6a089b4')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"


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

2020-04-08 Thread Evangelos Foutras via arch-commits
Date: Wednesday, April 8, 2020 @ 16:35:23
  Author: foutrelis
Revision: 379847

upgpkg: xfce4-notifyd 0.6.0-1: new upstream release

Modified:
  xfce4-notifyd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-08 16:34:31 UTC (rev 379846)
+++ PKGBUILD2020-04-08 16:35:23 UTC (rev 379847)
@@ -2,8 +2,8 @@
 # Contributor: tobias 
 
 pkgname=xfce4-notifyd
-pkgver=0.4.4
-pkgrel=2
+pkgver=0.6.0
+pkgrel=1
 pkgdesc="Notification daemon for the Xfce desktop"
 arch=('x86_64')
 url="https://docs.xfce.org/apps/notifyd/start";
@@ -13,7 +13,7 @@
 makedepends=('intltool' 'python' 'xfce4-panel')
 provides=('notification-daemon')
 
source=(https://archive.xfce.org/src/apps/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('090571acf94c423003426cb779fb23e8545c68bab6485563b589c7def8a21b55')
+sha256sums=('c1d126a81604ff967e4655f06427763bf559c338ba629c95cb9aa7f5d6dc8ba6')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"


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

2019-08-11 Thread Evangelos Foutras via arch-commits
Date: Sunday, August 11, 2019 @ 23:56:12
  Author: foutrelis
Revision: 359666

xfconf 4.14 rebuild

Modified:
  xfce4-notifyd/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-08-11 23:56:11 UTC (rev 359665)
+++ PKGBUILD2019-08-11 23:56:12 UTC (rev 359666)
@@ -3,7 +3,7 @@
 
 pkgname=xfce4-notifyd
 pkgver=0.4.4
-pkgrel=1
+pkgrel=2
 pkgdesc="Notification daemon for the Xfce desktop"
 arch=('x86_64')
 url="https://goodies.xfce.org/projects/applications/xfce4-notifyd";


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

2019-04-22 Thread Evangelos Foutras via arch-commits
Date: Monday, April 22, 2019 @ 22:02:49
  Author: foutrelis
Revision: 351955

upgpkg: xfce4-notifyd 0.4.4-1

New upstream release.

Modified:
  xfce4-notifyd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-22 21:41:01 UTC (rev 351954)
+++ PKGBUILD2019-04-22 22:02:49 UTC (rev 351955)
@@ -2,7 +2,7 @@
 # Contributor: tobias 
 
 pkgname=xfce4-notifyd
-pkgver=0.4.3
+pkgver=0.4.4
 pkgrel=1
 pkgdesc="Notification daemon for the Xfce desktop"
 arch=('x86_64')
@@ -13,7 +13,7 @@
 makedepends=('intltool' 'python' 'xfce4-panel')
 provides=('notification-daemon')
 
source=(https://archive.xfce.org/src/apps/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('293dda084cfca4887ae740e2725fdfc64412bc10eac7a55a924eb14482dceac0')
+sha256sums=('090571acf94c423003426cb779fb23e8545c68bab6485563b589c7def8a21b55')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"


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

2019-02-02 Thread Evangelos Foutras via arch-commits
Date: Saturday, February 2, 2019 @ 22:21:45
  Author: foutrelis
Revision: 345156

Update url field to use HTTPS

Modified:
  xfce4-notifyd/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-02-02 22:21:44 UTC (rev 345155)
+++ PKGBUILD2019-02-02 22:21:45 UTC (rev 345156)
@@ -6,7 +6,7 @@
 pkgrel=1
 pkgdesc="Notification daemon for the Xfce desktop"
 arch=('x86_64')
-url="http://goodies.xfce.org/projects/applications/xfce4-notifyd";
+url="https://goodies.xfce.org/projects/applications/xfce4-notifyd";
 license=('GPL2')
 groups=('xfce4-goodies')
 depends=('libxfce4ui' 'libnotify' 'hicolor-icon-theme')


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

2018-10-30 Thread Evangelos Foutras via arch-commits
Date: Tuesday, October 30, 2018 @ 13:30:12
  Author: foutrelis
Revision: 337578

upgpkg: xfce4-notifyd 0.4.3-1

New upstream release.

Modified:
  xfce4-notifyd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-30 13:29:02 UTC (rev 337577)
+++ PKGBUILD2018-10-30 13:30:12 UTC (rev 337578)
@@ -2,7 +2,7 @@
 # Contributor: tobias 
 
 pkgname=xfce4-notifyd
-pkgver=0.4.2
+pkgver=0.4.3
 pkgrel=1
 pkgdesc="Notification daemon for the Xfce desktop"
 arch=('x86_64')
@@ -13,7 +13,7 @@
 makedepends=('intltool' 'python' 'xfce4-panel')
 provides=('notification-daemon')
 
source=(https://archive.xfce.org/src/apps/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('f6f28af47fdfb41db84bd003f0d76f5f4abf2137d1e27e9d378f063bb8f82356')
+sha256sums=('293dda084cfca4887ae740e2725fdfc64412bc10eac7a55a924eb14482dceac0')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"


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

2018-02-28 Thread Evangelos Foutras via arch-commits
Date: Thursday, March 1, 2018 @ 04:03:50
  Author: foutrelis
Revision: 317651

upgpkg: xfce4-notifyd 0.4.2-1

New upstream release.

Modified:
  xfce4-notifyd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-01 00:00:27 UTC (rev 317650)
+++ PKGBUILD2018-03-01 04:03:50 UTC (rev 317651)
@@ -3,7 +3,7 @@
 # Contributor: tobias 
 
 pkgname=xfce4-notifyd
-pkgver=0.4.1
+pkgver=0.4.2
 pkgrel=1
 pkgdesc="Notification daemon for the Xfce desktop"
 arch=('x86_64')
@@ -14,7 +14,7 @@
 makedepends=('intltool' 'python' 'xfce4-panel')
 provides=('notification-daemon')
 
source=(https://archive.xfce.org/src/apps/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('70fa9faa6e3fe0adb0d20e98316649056040a0a47ca9388a21733911284a3e81')
+sha256sums=('f6f28af47fdfb41db84bd003f0d76f5f4abf2137d1e27e9d378f063bb8f82356')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"


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

2017-12-12 Thread Evangelos Foutras via arch-commits
Date: Tuesday, December 12, 2017 @ 17:12:54
  Author: foutrelis
Revision: 312199

upgpkg: xfce4-notifyd 0.4.1-1

New upstream release.

Modified:
  xfce4-notifyd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-12 13:21:38 UTC (rev 312198)
+++ PKGBUILD2017-12-12 17:12:54 UTC (rev 312199)
@@ -3,8 +3,8 @@
 # Contributor: tobias 
 
 pkgname=xfce4-notifyd
-pkgver=0.4.0
-pkgrel=2
+pkgver=0.4.1
+pkgrel=1
 pkgdesc="Notification daemon for the Xfce desktop"
 arch=('x86_64')
 url="http://goodies.xfce.org/projects/applications/xfce4-notifyd";
@@ -14,7 +14,7 @@
 makedepends=('intltool' 'python' 'xfce4-panel')
 provides=('notification-daemon')
 
source=(http://archive.xfce.org/src/apps/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('2771871f67effc0bb80f656cf4aa3cd71fe0ea0f4c04b5d8e97bb1752faf36c9')
+sha256sums=('70fa9faa6e3fe0adb0d20e98316649056040a0a47ca9388a21733911284a3e81')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"


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

2017-10-26 Thread Evangelos Foutras
Date: Friday, October 27, 2017 @ 02:45:26
  Author: foutrelis
Revision: 308524

upgpkg: xfce4-notifyd 0.4.0-2

Remove xfce4-panel dependency (FS#56127).

Modified:
  xfce4-notifyd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-26 22:13:05 UTC (rev 308523)
+++ PKGBUILD2017-10-27 02:45:26 UTC (rev 308524)
@@ -4,14 +4,14 @@
 
 pkgname=xfce4-notifyd
 pkgver=0.4.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";
 license=('GPL2')
 groups=('xfce4-goodies')
-depends=('xfce4-panel' 'libnotify' 'hicolor-icon-theme')
-makedepends=('intltool' 'python')
+depends=('libxfce4ui' 'libnotify' 'hicolor-icon-theme')
+makedepends=('intltool' 'python' 'xfce4-panel')
 provides=('notification-daemon')
 
source=(http://archive.xfce.org/src/apps/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
 sha256sums=('2771871f67effc0bb80f656cf4aa3cd71fe0ea0f4c04b5d8e97bb1752faf36c9')


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

2017-10-17 Thread Evangelos Foutras
Date: Tuesday, October 17, 2017 @ 21:39:19
  Author: foutrelis
Revision: 308168

upgpkg: xfce4-notifyd 0.4.0-1

New upstream release.

Modified:
  xfce4-notifyd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-17 19:15:00 UTC (rev 308167)
+++ PKGBUILD2017-10-17 21:39:19 UTC (rev 308168)
@@ -3,7 +3,7 @@
 # Contributor: tobias 
 
 pkgname=xfce4-notifyd
-pkgver=0.3.6
+pkgver=0.4.0
 pkgrel=1
 pkgdesc="Notification daemon for the Xfce desktop"
 arch=('i686' 'x86_64')
@@ -10,11 +10,11 @@
 url="http://goodies.xfce.org/projects/applications/xfce4-notifyd";
 license=('GPL2')
 groups=('xfce4-goodies')
-depends=('libxfce4ui' 'libnotify' 'hicolor-icon-theme')
+depends=('xfce4-panel' 'libnotify' 'hicolor-icon-theme')
 makedepends=('intltool' 'python')
 provides=('notification-daemon')
 
source=(http://archive.xfce.org/src/apps/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('f4ca7c0dadd3d4cdf8cd3c8ae60ccea77b8cf409f8517161796364eb1d766cf9')
+sha256sums=('2771871f67effc0bb80f656cf4aa3cd71fe0ea0f4c04b5d8e97bb1752faf36c9')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"


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

2017-03-20 Thread Evangelos Foutras
Date: Tuesday, March 21, 2017 @ 02:55:37
  Author: foutrelis
Revision: 291138

upgpkg: xfce4-notifyd 0.3.6-1

New upstream release.

Modified:
  xfce4-notifyd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-20 23:00:45 UTC (rev 291137)
+++ PKGBUILD2017-03-21 02:55:37 UTC (rev 291138)
@@ -3,7 +3,7 @@
 # Contributor: tobias 
 
 pkgname=xfce4-notifyd
-pkgver=0.3.5
+pkgver=0.3.6
 pkgrel=1
 pkgdesc="Notification daemon for the Xfce desktop"
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 makedepends=('intltool' 'python')
 provides=('notification-daemon')
 
source=(http://archive.xfce.org/src/apps/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('b9b86938bdd31b4a69650d8b76e5cb0a6a30c1aa726130bd803f6c6f1f7af7a6')
+sha256sums=('f4ca7c0dadd3d4cdf8cd3c8ae60ccea77b8cf409f8517161796364eb1d766cf9')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"


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

2017-02-13 Thread Evangelos Foutras
Date: Tuesday, February 14, 2017 @ 04:04:53
  Author: foutrelis
Revision: 288915

upgpkg: xfce4-notifyd 0.3.5-1

New upstream release.

Modified:
  xfce4-notifyd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-14 04:00:15 UTC (rev 288914)
+++ PKGBUILD2017-02-14 04:04:53 UTC (rev 288915)
@@ -3,7 +3,7 @@
 # Contributor: tobias 
 
 pkgname=xfce4-notifyd
-pkgver=0.3.4
+pkgver=0.3.5
 pkgrel=1
 pkgdesc="Notification daemon for the Xfce desktop"
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 makedepends=('intltool' 'python')
 provides=('notification-daemon')
 
source=(http://archive.xfce.org/src/apps/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('038535de79b7056058e8d6dceb457959949831853c2594a686ec68b037ae31bf')
+sha256sums=('b9b86938bdd31b4a69650d8b76e5cb0a6a30c1aa726130bd803f6c6f1f7af7a6')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"


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

2016-11-09 Thread Evangelos Foutras
Date: Thursday, November 10, 2016 @ 02:10:44
  Author: foutrelis
Revision: 280276

upgpkg: xfce4-notifyd 0.3.4-1

New upstream release.

Modified:
  xfce4-notifyd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-09 23:15:54 UTC (rev 280275)
+++ PKGBUILD2016-11-10 02:10:44 UTC (rev 280276)
@@ -3,7 +3,7 @@
 # Contributor: tobias 
 
 pkgname=xfce4-notifyd
-pkgver=0.3.3
+pkgver=0.3.4
 pkgrel=1
 pkgdesc="Notification daemon for the Xfce desktop"
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 makedepends=('intltool' 'python')
 provides=('notification-daemon')
 
source=(http://archive.xfce.org/src/apps/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('986c4cfeb64c21c6bfb2fe65839490ad0f501fdfc8ed10cc71815da5da110f73')
+sha256sums=('038535de79b7056058e8d6dceb457959949831853c2594a686ec68b037ae31bf')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"


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

2016-10-02 Thread Evangelos Foutras
Date: Monday, October 3, 2016 @ 05:07:58
  Author: foutrelis
Revision: 277563

upgpkg: xfce4-notifyd 0.3.3-1

New upstream release.

Modified:
  xfce4-notifyd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-02 23:56:56 UTC (rev 277562)
+++ PKGBUILD2016-10-03 05:07:58 UTC (rev 277563)
@@ -3,7 +3,7 @@
 # Contributor: tobias 
 
 pkgname=xfce4-notifyd
-pkgver=0.3.2
+pkgver=0.3.3
 pkgrel=1
 pkgdesc="Notification daemon for the Xfce desktop"
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 makedepends=('intltool' 'python')
 provides=('notification-daemon')
 
source=(http://archive.xfce.org/src/apps/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('c554db55d9d759c32115e9e5da029bd68b07628438ef2bac7ae4b458567c85a4')
+sha256sums=('986c4cfeb64c21c6bfb2fe65839490ad0f501fdfc8ed10cc71815da5da110f73')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"


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

2016-09-09 Thread Evangelos Foutras
Date: Friday, September 9, 2016 @ 22:47:25
  Author: foutrelis
Revision: 276112

upgpkg: xfce4-notifyd 0.3.2-1

New upstream release.

Modified:
  xfce4-notifyd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-09 21:35:42 UTC (rev 276111)
+++ PKGBUILD2016-09-09 22:47:25 UTC (rev 276112)
@@ -3,7 +3,7 @@
 # Contributor: tobias 
 
 pkgname=xfce4-notifyd
-pkgver=0.3.1
+pkgver=0.3.2
 pkgrel=1
 pkgdesc="Notification daemon for the Xfce desktop"
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 makedepends=('intltool' 'python')
 provides=('notification-daemon')
 
source=(http://archive.xfce.org/src/apps/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('ef02b7e0101034df19ca5dddae387a2625e46380f0d2af3b4f4713c219d1f863')
+sha256sums=('c554db55d9d759c32115e9e5da029bd68b07628438ef2bac7ae4b458567c85a4')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"


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

2016-09-06 Thread Evangelos Foutras
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
===
--- PKGBUILD2016-09-06 07:59:25 UTC (rev 275787)
+++ PKGBUILD2016-09-06 14:18:41 UTC (rev 275788)
@@ -3,8 +3,8 @@
 # Contributor: tobias 
 
 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


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

2016-08-23 Thread Christian Hesse
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
===
--- PKGBUILD2016-08-23 08:22:35 UTC (rev 274605)
+++ PKGBUILD2016-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"
 


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

2016-08-02 Thread Christian Hesse
Date: Tuesday, August 2, 2016 @ 10:52:39
  Author: eworm
Revision: 272839

upgpkg: xfce4-notifyd 0.3.0-1

new upstream release

Modified:
  xfce4-notifyd/trunk/PKGBUILD

--+
 PKGBUILD |   10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-08-02 10:15:54 UTC (rev 272838)
+++ PKGBUILD2016-08-02 10:52:39 UTC (rev 272839)
@@ -3,8 +3,8 @@
 # Contributor: tobias 
 
 pkgname=xfce4-notifyd
-pkgver=0.2.4
-pkgrel=3
+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";
@@ -11,10 +11,10 @@
 license=('GPL2')
 groups=('xfce4-goodies')
 depends=('libxfce4ui' 'libnotify' 'hicolor-icon-theme')
-makedepends=('intltool')
+makedepends=('intltool' 'python')
 provides=('notification-daemon')
-source=(http://archive.xfce.org/src/apps/$pkgname/0.2/$pkgname-$pkgver.tar.bz2)
-sha256sums=('8c7ed62f9496816d1391281f77d1b32216f9bf6fd22fbe4f6f3f4e07a6bbced0')
+source=(http://archive.xfce.org/src/apps/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('7076081424932b40d03366a7518daf495f81eb780f376819e59e76d65d811100')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"


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

2016-05-06 Thread Evangelos Foutras
Date: Saturday, May 7, 2016 @ 07:07:34
  Author: foutrelis
Revision: 267150

upgpkg: xfce4-notifyd 0.2.4-3

Remove install file.

Modified:
  xfce4-notifyd/trunk/PKGBUILD
Deleted:
  xfce4-notifyd/trunk/xfce4-notifyd.install

---+
 PKGBUILD  |3 +--
 xfce4-notifyd.install |   14 --
 2 files changed, 1 insertion(+), 16 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-07 05:07:31 UTC (rev 267149)
+++ PKGBUILD2016-05-07 05:07:34 UTC (rev 267150)
@@ -4,7 +4,7 @@
 
 pkgname=xfce4-notifyd
 pkgver=0.2.4
-pkgrel=2
+pkgrel=3
 pkgdesc="Notification daemon for the Xfce desktop"
 arch=('i686' 'x86_64')
 url="http://goodies.xfce.org/projects/applications/xfce4-notifyd";
@@ -13,7 +13,6 @@
 depends=('libxfce4ui' 'libnotify' 'hicolor-icon-theme')
 makedepends=('intltool')
 provides=('notification-daemon')
-install=$pkgname.install
 source=(http://archive.xfce.org/src/apps/$pkgname/0.2/$pkgname-$pkgver.tar.bz2)
 sha256sums=('8c7ed62f9496816d1391281f77d1b32216f9bf6fd22fbe4f6f3f4e07a6bbced0')
 

Deleted: xfce4-notifyd.install
===
--- xfce4-notifyd.install   2016-05-07 05:07:31 UTC (rev 267149)
+++ xfce4-notifyd.install   2016-05-07 05:07:34 UTC (rev 267150)
@@ -1,14 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}
-
-
-# vim:set ts=2 sw=2 et:


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

2015-03-01 Thread Evangelos Foutras
Date: Sunday, March 1, 2015 @ 12:23:13
  Author: foutrelis
Revision: 232270

upgpkg: xfce4-notifyd 0.2.4-2

libxfce4util 4.12.0 rebuild.

Modified:
  xfce4-notifyd/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-03-01 11:23:09 UTC (rev 232269)
+++ PKGBUILD2015-03-01 11:23:13 UTC (rev 232270)
@@ -4,7 +4,7 @@
 
 pkgname=xfce4-notifyd
 pkgver=0.2.4
-pkgrel=1
+pkgrel=2
 pkgdesc="Notification daemon for the Xfce desktop"
 arch=('i686' 'x86_64')
 url="http://goodies.xfce.org/projects/applications/xfce4-notifyd";


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

2013-05-08 Thread Evangelos Foutras
Date: Wednesday, May 8, 2013 @ 18:11:18
  Author: foutrelis
Revision: 184795

upgpkg: xfce4-notifyd 0.2.4-1

New upstream release.

Modified:
  xfce4-notifyd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-08 16:00:30 UTC (rev 184794)
+++ PKGBUILD2013-05-08 16:11:18 UTC (rev 184795)
@@ -3,7 +3,7 @@
 # Contributor: tobias 
 
 pkgname=xfce4-notifyd
-pkgver=0.2.3
+pkgver=0.2.4
 pkgrel=1
 pkgdesc="Notification daemon for the Xfce desktop"
 arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@
 options=('!libtool')
 install=$pkgname.install
 source=(http://archive.xfce.org/src/apps/$pkgname/0.2/$pkgname-$pkgver.tar.bz2)
-sha256sums=('dd40f64c9db22b0b971e81e8e74a4ab6afe6d0bb819ab5d0badee89e13faa63b')
+sha256sums=('8c7ed62f9496816d1391281f77d1b32216f9bf6fd22fbe4f6f3f4e07a6bbced0')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"



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

2013-04-21 Thread Evangelos Foutras
Date: Sunday, April 21, 2013 @ 19:15:52
  Author: foutrelis
Revision: 183309

upgpkg: xfce4-notifyd 0.2.3-1

New upstream release.

Modified:
  xfce4-notifyd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-21 10:54:50 UTC (rev 183308)
+++ PKGBUILD2013-04-21 17:15:52 UTC (rev 183309)
@@ -3,20 +3,20 @@
 # Contributor: tobias 
 
 pkgname=xfce4-notifyd
-pkgver=0.2.2
-pkgrel=3
+pkgver=0.2.3
+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' 'hicolor-icon-theme')
+depends=('libxfce4ui' 'libnotify' 'hicolor-icon-theme')
 makedepends=('intltool')
 provides=('notification-daemon')
 options=('!libtool')
 install=$pkgname.install
 source=(http://archive.xfce.org/src/apps/$pkgname/0.2/$pkgname-$pkgver.tar.bz2)
-sha256sums=('b66e68dfc2164bcf479acd3c7e8b6f83065d23aef988535e2db3506d06a39168')
+sha256sums=('dd40f64c9db22b0b971e81e8e74a4ab6afe6d0bb819ab5d0badee89e13faa63b')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"



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

2012-04-28 Thread Evangelos Foutras
Date: Saturday, April 28, 2012 @ 20:23:19
  Author: foutrelis
Revision: 157559

upgpkg: xfce4-notifyd 0.2.2-3

libxfce4util 4.10.0 rebuild.

Modified:
  xfce4-notifyd/trunk/PKGBUILD

--+
 PKGBUILD |7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-04-29 00:21:17 UTC (rev 157558)
+++ PKGBUILD2012-04-29 00:23:19 UTC (rev 157559)
@@ -4,7 +4,7 @@
 
 pkgname=xfce4-notifyd
 pkgver=0.2.2
-pkgrel=2
+pkgrel=3
 pkgdesc="Notification daemon for the Xfce desktop"
 arch=('i686' 'x86_64')
 url="http://goodies.xfce.org/projects/applications/xfce4-notifyd";
@@ -16,12 +16,13 @@
 options=('!libtool')
 install=$pkgname.install
 source=(http://archive.xfce.org/src/apps/$pkgname/0.2/$pkgname-$pkgver.tar.bz2)
-sha1sums=('31888132d949cc7b47d12889b8aaf5dabc546d8b')
+sha256sums=('b66e68dfc2164bcf479acd3c7e8b6f83065d23aef988535e2db3506d06a39168')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"
 
-  ./configure --prefix=/usr \
+  ./configure \
+--prefix=/usr \
 --sysconfdir=/etc \
 --libexecdir=/usr/lib \
 --localstatedir=/var \



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

2011-10-29 Thread Evangelos Foutras
Date: Saturday, October 29, 2011 @ 14:34:25
  Author: foutrelis
Revision: 141354

upgpkg: xfce4-notifyd 0.2.2-2

Fix FS#26493: Remove conflicts with notification-daemon.

Modified:
  xfce4-notifyd/trunk/PKGBUILD

--+
 PKGBUILD |4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-10-29 17:37:01 UTC (rev 141353)
+++ PKGBUILD2011-10-29 18:34:25 UTC (rev 141354)
@@ -4,7 +4,7 @@
 
 pkgname=xfce4-notifyd
 pkgver=0.2.2
-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,8 +13,6 @@
 depends=('libxfce4ui' 'hicolor-icon-theme')
 makedepends=('intltool')
 provides=('notification-daemon')
-conflicts=('notification-daemon' 'notification-daemon-xfce')
-replaces=('notification-daemon-xfce')
 options=('!libtool')
 install=$pkgname.install
 source=(http://archive.xfce.org/src/apps/$pkgname/0.2/$pkgname-$pkgver.tar.bz2)



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

2011-08-07 Thread andyrtr
Date: Sunday, August 7, 2011 @ 12:35:59
  Author: andyrtr
Revision: 134711

upgpkg: xfce4-notifyd 0.2.2-1
upstream update 0.2.2

Modified:
  xfce4-notifyd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-08-07 16:24:20 UTC (rev 134710)
+++ PKGBUILD2011-08-07 16:35:59 UTC (rev 134711)
@@ -3,7 +3,7 @@
 # Contributor: tobias 
 
 pkgname=xfce4-notifyd
-pkgver=0.2.1
+pkgver=0.2.2
 pkgrel=1
 pkgdesc="notification daemon for the xfce desktop"
 arch=('i686' 'x86_64')
@@ -18,7 +18,7 @@
 options=('!libtool')
 install=${pkgname}.install
 
source=(http://archive.xfce.org/src/apps/${pkgname}/0.2/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('0a63857901809887b587c73024d1089b')
+md5sums=('8687fb7a0f270231ada265e363b6ffcc')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2011-02-03 Thread andyrtr
Date: Thursday, February 3, 2011 @ 11:49:52
  Author: andyrtr
Revision: 108801

upgpkg: xfce4-notifyd 0.2.1-1
upstream update 0.2.1

Modified:
  xfce4-notifyd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-02-03 13:51:19 UTC (rev 108800)
+++ PKGBUILD2011-02-03 16:49:52 UTC (rev 108801)
@@ -3,7 +3,7 @@
 # Contributor: tobias 
 
 pkgname=xfce4-notifyd
-pkgver=0.2.0
+pkgver=0.2.1
 pkgrel=1
 pkgdesc="notification daemon for the xfce desktop"
 arch=('i686' 'x86_64')
@@ -18,7 +18,7 @@
 options=('!libtool')
 install=${pkgname}.install
 
source=(http://archive.xfce.org/src/apps/${pkgname}/0.2/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('4b614f738e87a7b84c2de0bddf6721b8')
+md5sums=('0a63857901809887b587c73024d1089b')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2011-01-04 Thread andyrtr
Date: Tuesday, January 4, 2011 @ 15:57:50
  Author: andyrtr
Revision: 104765

upgpkg: xfce4-notifyd 0.2.0-1
new upstream release - part of Xfce 4.8pre3 release candidate

Modified:
  xfce4-notifyd/trunk/PKGBUILD

--+
 PKGBUILD |   35 ++-
 1 file changed, 22 insertions(+), 13 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-01-04 20:56:46 UTC (rev 104764)
+++ PKGBUILD2011-01-04 20:57:50 UTC (rev 104765)
@@ -1,28 +1,37 @@
 # $Id$
-# Maintainer: tobias 
+# Maintainer: AndyRTR 
+# Contributor: tobias 
 
 pkgname=xfce4-notifyd
-pkgver=0.1.0
-pkgrel=2
+pkgver=0.2.0
+pkgrel=1
 pkgdesc="notification daemon for the xfce desktop"
-arch=(i686 x86_64)
+arch=('i686' 'x86_64')
 license=('GPL2')
-url="http://spuriousinterrupt.org/projects/xfce4-notifyd";
+url="http://goodies.xfce.org/projects/applications/xfce4-notifyd";
 groups=('xfce4-goodies')
-depends=('libxfcegui4>=4.5.99.1' 'libsexy' 'hicolor-icon-theme')
-makedepends=('pkgconfig' 'intltool')
+depends=('libxfce4ui' 'hicolor-icon-theme')
+makedepends=('intltool')
 provides=('notification-daemon')
 conflicts=('notification-daemon' 'notification-daemon-xfce')
 replaces=('notification-daemon-xfce')
 options=('!libtool')
 install=${pkgname}.install
-source=(http://spuriousinterrupt.org/files/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('659ecaf37f0f7ee9e31f7b25f9813778')
+source=(http://archive.xfce.org/src/apps/${pkgname}/0.2/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('4b614f738e87a7b84c2de0bddf6721b8')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib/xfce4 \
- --localstatedir=/var --disable-static
-  make || return 1
-  make DESTDIR=${pkgdir} install || return 1
+  ./configure --prefix=/usr \
+   --sysconfdir=/etc \
+   --libexecdir=/usr/lib \
+   --localstatedir=/var \
+   --disable-static \
+   --disable-debug
+  make
 }
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}



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

2010-01-20 Thread Eric BĂ©langer
Date: Wednesday, January 20, 2010 @ 18:18:49
  Author: eric
Revision: 64503

upgpkg: xfce4-notifyd 0.1.0-2
Rebuilt for libpng 1.4 and libjpeg 8

Modified:
  xfce4-notifyd/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-01-20 22:35:21 UTC (rev 64502)
+++ PKGBUILD2010-01-20 23:18:49 UTC (rev 64503)
@@ -3,7 +3,7 @@
 
 pkgname=xfce4-notifyd
 pkgver=0.1.0
-pkgrel=1
+pkgrel=2
 pkgdesc="notification daemon for the xfce desktop"
 arch=(i686 x86_64)
 license=('GPL2')