[arch-commits] Commit in notification-daemon/repos (8 files)

2013-04-10 Thread Jan Steffens
Date: Wednesday, April 10, 2013 @ 21:14:18
  Author: heftig
Revision: 182567

db-move: moved notification-daemon from [staging] to [testing] (i686, x86_64)

Added:
  notification-daemon/repos/testing-i686/
  notification-daemon/repos/testing-i686/PKGBUILD
(from rev 182430, notification-daemon/repos/staging-i686/PKGBUILD)
  notification-daemon/repos/testing-i686/notification-daemon.install
(from rev 182430, 
notification-daemon/repos/staging-i686/notification-daemon.install)
  notification-daemon/repos/testing-x86_64/
  notification-daemon/repos/testing-x86_64/PKGBUILD
(from rev 182430, notification-daemon/repos/staging-x86_64/PKGBUILD)
  notification-daemon/repos/testing-x86_64/notification-daemon.install
(from rev 182430, 
notification-daemon/repos/staging-x86_64/notification-daemon.install)
Deleted:
  notification-daemon/repos/staging-i686/
  notification-daemon/repos/staging-x86_64/

+
 testing-i686/PKGBUILD  |   34 +++
 testing-i686/notification-daemon.install   |   22 +
 testing-x86_64/PKGBUILD|   34 +++
 testing-x86_64/notification-daemon.install |   22 +
 4 files changed, 112 insertions(+)

Copied: notification-daemon/repos/testing-i686/PKGBUILD (from rev 182430, 
notification-daemon/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-04-10 19:14:18 UTC (rev 182567)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: Mark Rosenstand 
+
+pkgname=notification-daemon
+pkgver=0.7.6
+pkgrel=2
+pkgdesc="Notification daemon for the desktop notifications framework"
+arch=(i686 x86_64)
+license=(GPL)
+url="http://www.galago-project.org/specs/notification/";
+depends=(gtk3 libcanberra)
+makedepends=(pkgconfig intltool)
+options=('!libtool' '!emptydirs')
+source=(http://download.gnome.org/sources/${pkgname}/0.7/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('64d0ce6fb12c94c3b73b701502c804c408cb5a94580bcae5ac37607639f7a0b3')
+
+build() {
+cd ${pkgname}-${pkgver}
+./configure --prefix=/usr --sysconfdir=/etc \
+--libexecdir=/usr/lib/notification-daemon-1.0 \
+--localstatedir=/var --disable-static
+make
+}
+
+check() {
+cd ${pkgname}-${pkgver}
+make check
+}
+
+package() {
+cd ${pkgname}-${pkgver}
+make DESTDIR=${pkgdir} install
+}

Copied: notification-daemon/repos/testing-i686/notification-daemon.install 
(from rev 182430, 
notification-daemon/repos/staging-i686/notification-daemon.install)
===
--- testing-i686/notification-daemon.install(rev 0)
+++ testing-i686/notification-daemon.install2013-04-10 19:14:18 UTC (rev 
182567)
@@ -0,0 +1,22 @@
+pkgname=notification-daemon
+
+post_install() {
+  usr/sbin/gconfpkg --install ${pkgname}
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+pre_upgrade() {
+  pre_remove $1
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  usr/sbin/gconfpkg --uninstall ${pkgname}
+}
+
+post_remove() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}

Copied: notification-daemon/repos/testing-x86_64/PKGBUILD (from rev 182430, 
notification-daemon/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-04-10 19:14:18 UTC (rev 182567)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: Mark Rosenstand 
+
+pkgname=notification-daemon
+pkgver=0.7.6
+pkgrel=2
+pkgdesc="Notification daemon for the desktop notifications framework"
+arch=(i686 x86_64)
+license=(GPL)
+url="http://www.galago-project.org/specs/notification/";
+depends=(gtk3 libcanberra)
+makedepends=(pkgconfig intltool)
+options=('!libtool' '!emptydirs')
+source=(http://download.gnome.org/sources/${pkgname}/0.7/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('64d0ce6fb12c94c3b73b701502c804c408cb5a94580bcae5ac37607639f7a0b3')
+
+build() {
+cd ${pkgname}-${pkgver}
+./configure --prefix=/usr --sysconfdir=/etc \
+--libexecdir=/usr/lib/notification-daemon-1.0 \
+--localstatedir=/var --disable-static
+make
+}
+
+check() {
+cd ${pkgname}-${pkgver}
+make check
+}
+
+package() {
+cd ${pkgname}-${pkgver}
+make DESTDIR=${pkgdir} install
+}

Copied: notification-daemon/repos/testing-x86_64/notification-daemon.install 
(from rev 182430, 
notification-daemon/repos/staging-x86_64/notification-daemon.install)
===
--- testing-x86_64/notification-daemon.install  (rev 0)
+++ testing-x86_64/notification-daemon.install  2013-04-10 19:14:18 UTC (rev 
182567)

[arch-commits] Commit in notification-daemon/repos (8 files)

2012-09-12 Thread Jan de Groot
Date: Wednesday, September 12, 2012 @ 13:37:48
  Author: jgc
Revision: 166585

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

Added:
  notification-daemon/repos/extra-i686/PKGBUILD
(from rev 166584, notification-daemon/trunk/PKGBUILD)
  notification-daemon/repos/extra-i686/notification-daemon.install
(from rev 166584, notification-daemon/trunk/notification-daemon.install)
  notification-daemon/repos/extra-x86_64/PKGBUILD
(from rev 166584, notification-daemon/trunk/PKGBUILD)
  notification-daemon/repos/extra-x86_64/notification-daemon.install
(from rev 166584, notification-daemon/trunk/notification-daemon.install)
Deleted:
  notification-daemon/repos/extra-i686/PKGBUILD
  notification-daemon/repos/extra-i686/notification-daemon.install
  notification-daemon/repos/extra-x86_64/PKGBUILD
  notification-daemon/repos/extra-x86_64/notification-daemon.install

--+
 extra-i686/PKGBUILD  |   60 ++---
 extra-i686/notification-daemon.install   |   44 ++---
 extra-x86_64/PKGBUILD|   60 ++---
 extra-x86_64/notification-daemon.install |   44 ++---
 4 files changed, 104 insertions(+), 104 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-09-12 17:37:22 UTC (rev 166584)
+++ extra-i686/PKGBUILD 2012-09-12 17:37:48 UTC (rev 166585)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-# Contributor: Mark Rosenstand 
-
-pkgname=notification-daemon
-pkgver=0.7.4
-pkgrel=1
-pkgdesc="Notification daemon for the desktop notifications framework"
-arch=('i686' 'x86_64')
-license=('GPL')
-url="http://www.galago-project.org/specs/notification/";
-depends=('gtk3' 'libcanberra')
-groups=('gnome')
-makedepends=('pkgconfig' 'intltool')
-options=('!libtool' '!emptydirs')
-source=(http://download.gnome.org/sources/${pkgname}/0.7/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('9591273ee2099215cfbe1ce7eb7c08e8cbc3743d0a119e331889ffe9004e6f2f')
-
-build() {
-cd ${pkgname}-${pkgver}
-./configure --prefix=/usr --sysconfdir=/etc \
---libexecdir=/usr/lib/notification-daemon-1.0 \
---localstatedir=/var --disable-static
-make
-}
-
-package() {
-cd ${pkgname}-${pkgver}
-make DESTDIR=${pkgdir} install
-}

Copied: notification-daemon/repos/extra-i686/PKGBUILD (from rev 166584, 
notification-daemon/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-09-12 17:37:48 UTC (rev 166585)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: Mark Rosenstand 
+
+pkgname=notification-daemon
+pkgver=0.7.6
+pkgrel=1
+pkgdesc="Notification daemon for the desktop notifications framework"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://www.galago-project.org/specs/notification/";
+depends=('gtk3' 'libcanberra')
+groups=('gnome')
+makedepends=('pkgconfig' 'intltool')
+options=('!libtool' '!emptydirs')
+source=(http://download.gnome.org/sources/${pkgname}/0.7/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('64d0ce6fb12c94c3b73b701502c804c408cb5a94580bcae5ac37607639f7a0b3')
+
+build() {
+cd ${pkgname}-${pkgver}
+./configure --prefix=/usr --sysconfdir=/etc \
+--libexecdir=/usr/lib/notification-daemon-1.0 \
+--localstatedir=/var --disable-static
+make
+}
+
+package() {
+cd ${pkgname}-${pkgver}
+make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/notification-daemon.install
===
--- extra-i686/notification-daemon.install  2012-09-12 17:37:22 UTC (rev 
166584)
+++ extra-i686/notification-daemon.install  2012-09-12 17:37:48 UTC (rev 
166585)
@@ -1,22 +0,0 @@
-pkgname=notification-daemon
-
-post_install() {
-  usr/sbin/gconfpkg --install ${pkgname}
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-pre_upgrade() {
-  pre_remove $1
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  usr/sbin/gconfpkg --uninstall ${pkgname}
-}
-
-post_remove() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}

Copied: notification-daemon/repos/extra-i686/notification-daemon.install (from 
rev 166584, notification-daemon/trunk/notification-daemon.install)
===
--- extra-i686/notification-daemon.install  (rev 0)
+++ extra-i686/notification-daemon.install  2012-09-12 17:37:48 UTC (rev 
166585)
@@ -0,0 +1,22 @@
+pkgname=notification-daemon
+
+post_install() {
+  usr/sbin/gconfpkg --install ${pkgname}
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+pre_upgrade() {
+  pre_remove $1
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  usr/sbin/gconfpkg --uninstall ${pkgname}
+}
+
+post_remove() {
+  

[arch-commits] Commit in notification-daemon/repos (8 files)

2012-03-30 Thread Jan Steffens
Date: Friday, March 30, 2012 @ 12:38:12
  Author: heftig
Revision: 154762

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

Added:
  notification-daemon/repos/extra-i686/PKGBUILD
(from rev 154761, notification-daemon/trunk/PKGBUILD)
  notification-daemon/repos/extra-i686/notification-daemon.install
(from rev 154761, notification-daemon/trunk/notification-daemon.install)
  notification-daemon/repos/extra-x86_64/PKGBUILD
(from rev 154761, notification-daemon/trunk/PKGBUILD)
  notification-daemon/repos/extra-x86_64/notification-daemon.install
(from rev 154761, notification-daemon/trunk/notification-daemon.install)
Deleted:
  notification-daemon/repos/extra-i686/PKGBUILD
  notification-daemon/repos/extra-i686/notification-daemon.install
  notification-daemon/repos/extra-x86_64/PKGBUILD
  notification-daemon/repos/extra-x86_64/notification-daemon.install

--+
 extra-i686/PKGBUILD  |   60 ++---
 extra-i686/notification-daemon.install   |   44 ++---
 extra-x86_64/PKGBUILD|   60 ++---
 extra-x86_64/notification-daemon.install |   44 ++---
 4 files changed, 104 insertions(+), 104 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-03-30 16:37:09 UTC (rev 154761)
+++ extra-i686/PKGBUILD 2012-03-30 16:38:12 UTC (rev 154762)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-# Contributor: Mark Rosenstand 
-
-pkgname=notification-daemon
-pkgver=0.7.3
-pkgrel=1
-pkgdesc="Notification daemon for the desktop notifications framework"
-arch=('i686' 'x86_64')
-license=('GPL')
-url="http://www.galago-project.org/specs/notification/";
-depends=('gtk3' 'libcanberra')
-groups=('gnome')
-makedepends=('pkgconfig' 'intltool')
-options=('!libtool' '!emptydirs')
-source=(http://download.gnome.org/sources/${pkgname}/0.7/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('c40931557c42cd12fdb04ab531fd7d5c5766641e76babdbff6079a6d88342704')
-
-build() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-./configure --prefix=/usr --sysconfdir=/etc \
---libexecdir=/usr/lib/notification-daemon-1.0 \
---localstatedir=/var --disable-static
-make
-}
-
-package() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-make DESTDIR=${pkgdir} install
-}

Copied: notification-daemon/repos/extra-i686/PKGBUILD (from rev 154761, 
notification-daemon/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-03-30 16:38:12 UTC (rev 154762)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: Mark Rosenstand 
+
+pkgname=notification-daemon
+pkgver=0.7.4
+pkgrel=1
+pkgdesc="Notification daemon for the desktop notifications framework"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://www.galago-project.org/specs/notification/";
+depends=('gtk3' 'libcanberra')
+groups=('gnome')
+makedepends=('pkgconfig' 'intltool')
+options=('!libtool' '!emptydirs')
+source=(http://download.gnome.org/sources/${pkgname}/0.7/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('9591273ee2099215cfbe1ce7eb7c08e8cbc3743d0a119e331889ffe9004e6f2f')
+
+build() {
+cd ${pkgname}-${pkgver}
+./configure --prefix=/usr --sysconfdir=/etc \
+--libexecdir=/usr/lib/notification-daemon-1.0 \
+--localstatedir=/var --disable-static
+make
+}
+
+package() {
+cd ${pkgname}-${pkgver}
+make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/notification-daemon.install
===
--- extra-i686/notification-daemon.install  2012-03-30 16:37:09 UTC (rev 
154761)
+++ extra-i686/notification-daemon.install  2012-03-30 16:38:12 UTC (rev 
154762)
@@ -1,22 +0,0 @@
-pkgname=notification-daemon
-
-post_install() {
-  usr/sbin/gconfpkg --install ${pkgname}
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-pre_upgrade() {
-  pre_remove $1
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  usr/sbin/gconfpkg --uninstall ${pkgname}
-}
-
-post_remove() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}

Copied: notification-daemon/repos/extra-i686/notification-daemon.install (from 
rev 154761, notification-daemon/trunk/notification-daemon.install)
===
--- extra-i686/notification-daemon.install  (rev 0)
+++ extra-i686/notification-daemon.install  2012-03-30 16:38:12 UTC (rev 
154762)
@@ -0,0 +1,22 @@
+pkgname=notification-daemon
+
+post_install() {
+  usr/sbin/gconfpkg --install ${pkgname}
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+pre_upgrade() {
+  pre_remove $1
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  usr/sbin/gconfpkg --uninstall ${pkgname}
+}
+

[arch-commits] Commit in notification-daemon/repos (8 files)

2011-09-08 Thread Ionut Biru
Date: Thursday, September 8, 2011 @ 15:55:05
  Author: ibiru
Revision: 137530

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

Added:
  notification-daemon/repos/extra-i686/PKGBUILD
(from rev 137529, notification-daemon/trunk/PKGBUILD)
  notification-daemon/repos/extra-i686/notification-daemon.install
(from rev 137529, notification-daemon/trunk/notification-daemon.install)
  notification-daemon/repos/extra-x86_64/PKGBUILD
(from rev 137529, notification-daemon/trunk/PKGBUILD)
  notification-daemon/repos/extra-x86_64/notification-daemon.install
(from rev 137529, notification-daemon/trunk/notification-daemon.install)
Deleted:
  notification-daemon/repos/extra-i686/PKGBUILD
  notification-daemon/repos/extra-i686/notification-daemon.install
  notification-daemon/repos/extra-x86_64/PKGBUILD
  notification-daemon/repos/extra-x86_64/notification-daemon.install

--+
 extra-i686/PKGBUILD  |   60 ++---
 extra-i686/notification-daemon.install   |   44 ++---
 extra-x86_64/PKGBUILD|   60 ++---
 extra-x86_64/notification-daemon.install |   44 ++---
 4 files changed, 104 insertions(+), 104 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-09-08 19:53:27 UTC (rev 137529)
+++ extra-i686/PKGBUILD 2011-09-08 19:55:05 UTC (rev 137530)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-# Contributor: Mark Rosenstand 
-
-pkgname=notification-daemon
-pkgver=0.7.1
-pkgrel=1
-pkgdesc="Notification daemon for the desktop notifications framework"
-arch=('i686' 'x86_64')
-license=('GPL')
-url="http://www.galago-project.org/specs/notification/";
-depends=('gtk3' 'libcanberra')
-groups=('gnome')
-makedepends=('pkgconfig' 'intltool' 'dbus-glib')
-options=('!libtool' '!emptydirs')
-source=(http://download.gnome.org/sources/${pkgname}/0.7/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('d26bf9021b3ae708d36e55437642a89d6b81693fe39d27c5d1ec869e22697b8b')
-
-build() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-./configure --prefix=/usr --sysconfdir=/etc \
---libexecdir=/usr/lib/notification-daemon-1.0 \
---localstatedir=/var --disable-static
-make
-}
-
-package() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-make DESTDIR=${pkgdir} install
-}

Copied: notification-daemon/repos/extra-i686/PKGBUILD (from rev 137529, 
notification-daemon/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-09-08 19:55:05 UTC (rev 137530)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: Mark Rosenstand 
+
+pkgname=notification-daemon
+pkgver=0.7.2
+pkgrel=1
+pkgdesc="Notification daemon for the desktop notifications framework"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://www.galago-project.org/specs/notification/";
+depends=('gtk3' 'libcanberra')
+groups=('gnome')
+makedepends=('pkgconfig' 'intltool')
+options=('!libtool' '!emptydirs')
+source=(http://download.gnome.org/sources/${pkgname}/0.7/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('74ccbedfe25c9559278ba35ef716125ada9ba0074fe7321a2271abfed5990661')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+./configure --prefix=/usr --sysconfdir=/etc \
+--libexecdir=/usr/lib/notification-daemon-1.0 \
+--localstatedir=/var --disable-static
+make
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/notification-daemon.install
===
--- extra-i686/notification-daemon.install  2011-09-08 19:53:27 UTC (rev 
137529)
+++ extra-i686/notification-daemon.install  2011-09-08 19:55:05 UTC (rev 
137530)
@@ -1,22 +0,0 @@
-pkgname=notification-daemon
-
-post_install() {
-  usr/sbin/gconfpkg --install ${pkgname}
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-pre_upgrade() {
-  pre_remove $1
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  usr/sbin/gconfpkg --uninstall ${pkgname}
-}
-
-post_remove() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}

Copied: notification-daemon/repos/extra-i686/notification-daemon.install (from 
rev 137529, notification-daemon/trunk/notification-daemon.install)
===
--- extra-i686/notification-daemon.install  (rev 0)
+++ extra-i686/notification-daemon.install  2011-09-08 19:55:05 UTC (rev 
137530)
@@ -0,0 +1,22 @@
+pkgname=notification-daemon
+
+post_install() {
+  usr/sbin/gconfpkg --install ${pkgname}
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+pre_upgrade() {
+  pre_remove $1
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  usr/s