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

Ionut Biru ibiru at archlinux.org
Thu Oct 20 05:44:08 UTC 2011


    Date: Thursday, October 20, 2011 @ 01:44:08
  Author: ibiru
Revision: 140945

db-move: moved notification-daemon from [testing] to [extra] (x86_64)

Added:
  notification-daemon/repos/extra-x86_64/PKGBUILD
    (from rev 140832, notification-daemon/repos/testing-x86_64/PKGBUILD)
  notification-daemon/repos/extra-x86_64/notification-daemon.install
    (from rev 140832, notification-daemon/repos/testing-x86_64/notification-daemon.install)
Deleted:
  notification-daemon/repos/extra-x86_64/PKGBUILD
  notification-daemon/repos/extra-x86_64/notification-daemon.install
  notification-daemon/repos/testing-x86_64/

-----------------------------+
 PKGBUILD                    |   60 +++++++++++++++++++++---------------------
 notification-daemon.install |   44 +++++++++++++++---------------
 2 files changed, 52 insertions(+), 52 deletions(-)

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2011-10-20 05:44:07 UTC (rev 140944)
+++ extra-x86_64/PKGBUILD	2011-10-20 05:44:08 UTC (rev 140945)
@@ -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.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
-}

Copied: notification-daemon/repos/extra-x86_64/PKGBUILD (from rev 140832, notification-daemon/repos/testing-x86_64/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2011-10-20 05:44:08 UTC (rev 140945)
@@ -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.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
+}

Deleted: extra-x86_64/notification-daemon.install
===================================================================
--- extra-x86_64/notification-daemon.install	2011-10-20 05:44:07 UTC (rev 140944)
+++ extra-x86_64/notification-daemon.install	2011-10-20 05:44:08 UTC (rev 140945)
@@ -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 140832, notification-daemon/repos/testing-x86_64/notification-daemon.install)
===================================================================
--- extra-x86_64/notification-daemon.install	                        (rev 0)
+++ extra-x86_64/notification-daemon.install	2011-10-20 05:44:08 UTC (rev 140945)
@@ -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