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

Jan Steffens heftig at archlinux.org
Fri Mar 30 16:38:12 UTC 2012


    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 <jgc at archlinux.org>
-# Contributor: Mark Rosenstand <mark at borkware.net>
-
-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 <jgc at archlinux.org>
+# Contributor: Mark Rosenstand <mark at borkware.net>
+
+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}
+}
+
+post_remove() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2012-03-30 16:37:09 UTC (rev 154761)
+++ extra-x86_64/PKGBUILD	2012-03-30 16:38:12 UTC (rev 154762)
@@ -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.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-x86_64/PKGBUILD (from rev 154761, notification-daemon/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2012-03-30 16:38:12 UTC (rev 154762)
@@ -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.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-x86_64/notification-daemon.install
===================================================================
--- extra-x86_64/notification-daemon.install	2012-03-30 16:37:09 UTC (rev 154761)
+++ extra-x86_64/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-x86_64/notification-daemon.install (from rev 154761, notification-daemon/trunk/notification-daemon.install)
===================================================================
--- extra-x86_64/notification-daemon.install	                        (rev 0)
+++ extra-x86_64/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}
+}
+
+post_remove() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}




More information about the arch-commits mailing list