[arch-commits] Commit in notification-daemon/repos (8 files)
Ionut Biru
ibiru at archlinux.org
Thu Sep 8 19:55:05 UTC 2011
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 <jgc at archlinux.org>
-# Contributor: Mark Rosenstand <mark at borkware.net>
-
-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 <jgc at archlinux.org>
+# Contributor: Mark Rosenstand <mark at borkware.net>
+
+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/sbin/gconfpkg --uninstall ${pkgname}
+}
+
+post_remove() {
+ gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD 2011-09-08 19:53:27 UTC (rev 137529)
+++ extra-x86_64/PKGBUILD 2011-09-08 19:55:05 UTC (rev 137530)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-# Contributor: Mark Rosenstand <mark at borkware.net>
-
-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-x86_64/PKGBUILD (from rev 137529, notification-daemon/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD (rev 0)
+++ extra-x86_64/PKGBUILD 2011-09-08 19:55:05 UTC (rev 137530)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+# Contributor: Mark Rosenstand <mark at borkware.net>
+
+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-x86_64/notification-daemon.install
===================================================================
--- extra-x86_64/notification-daemon.install 2011-09-08 19:53:27 UTC (rev 137529)
+++ extra-x86_64/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-x86_64/notification-daemon.install (from rev 137529, notification-daemon/trunk/notification-daemon.install)
===================================================================
--- extra-x86_64/notification-daemon.install (rev 0)
+++ extra-x86_64/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/sbin/gconfpkg --uninstall ${pkgname}
+}
+
+post_remove() {
+ gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
More information about the arch-commits
mailing list