[arch-commits] Commit in notify-osd/repos (8 files)

Felix Yan fyan at nymeria.archlinux.org
Fri Jul 4 15:19:15 UTC 2014


    Date: Friday, July 4, 2014 @ 17:19:15
  Author: fyan
Revision: 114882

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

Added:
  notify-osd/repos/community-i686/PKGBUILD
    (from rev 114881, notify-osd/trunk/PKGBUILD)
  notify-osd/repos/community-i686/notify-osd.install
    (from rev 114881, notify-osd/trunk/notify-osd.install)
  notify-osd/repos/community-x86_64/PKGBUILD
    (from rev 114881, notify-osd/trunk/PKGBUILD)
  notify-osd/repos/community-x86_64/notify-osd.install
    (from rev 114881, notify-osd/trunk/notify-osd.install)
Deleted:
  notify-osd/repos/community-i686/PKGBUILD
  notify-osd/repos/community-i686/notify-osd.install
  notify-osd/repos/community-x86_64/PKGBUILD
  notify-osd/repos/community-x86_64/notify-osd.install

-------------------------------------+
 /PKGBUILD                           |   68 ++++++++++++++++++++++++++++++++++
 /notify-osd.install                 |   24 ++++++++++++
 community-i686/PKGBUILD             |   34 -----------------
 community-i686/notify-osd.install   |   12 ------
 community-x86_64/PKGBUILD           |   34 -----------------
 community-x86_64/notify-osd.install |   12 ------
 6 files changed, 92 insertions(+), 92 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2014-07-04 15:18:41 UTC (rev 114881)
+++ community-i686/PKGBUILD	2014-07-04 15:19:15 UTC (rev 114882)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-# Contributor: Johannes Pfau <johannespfau at gmail dot com>
-
-pkgname=notify-osd
-pkgver=0.9.34
-pkgrel=1
-pkgdesc="Canonical's on-screen-display notification agent, implementing the freedesktop.org Desktop Notifications Specification with semi-transparent click-through bubbles"
-arch=('i686' 'x86_64')
-url="https://launchpad.net/notify-osd"
-license=('GPL')
-depends=('libwnck3' 'dbus-glib' 'dconf' 'gsettings-desktop-schemas')
-makedepends=('libnotify')
-provides=('notification-daemon')
-install=$pkgname.install
-source=(http://launchpad.net/$pkgname/precise/$pkgver/+download/$pkgname-$pkgver.tar.gz)
-md5sums=('18d9a95467daac570789fb7893011595')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --libexecdir=/usr/lib/$pkgname \
-              --disable-static --disable-schemas-compile
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-
-  # Remove readme file from non-standard location
-  rm "$pkgdir/usr/share/notify-osd/icons/hicolor/scalable/status/README"
-}

Copied: notify-osd/repos/community-i686/PKGBUILD (from rev 114881, notify-osd/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2014-07-04 15:19:15 UTC (rev 114882)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# Contributor: Johannes Pfau <johannespfau at gmail dot com>
+
+pkgname=notify-osd
+pkgver=0.9.34
+pkgrel=2
+pkgdesc="Canonical's on-screen-display notification agent, implementing the freedesktop.org Desktop Notifications Specification with semi-transparent click-through bubbles"
+arch=('i686' 'x86_64')
+url="https://launchpad.net/notify-osd"
+license=('GPL')
+depends=('libwnck3' 'dbus-glib' 'dconf' 'gsettings-desktop-schemas')
+makedepends=('libnotify')
+provides=('notification-daemon')
+install=$pkgname.install
+source=(http://launchpad.net/$pkgname/precise/$pkgver/+download/$pkgname-$pkgver.tar.gz)
+md5sums=('18d9a95467daac570789fb7893011595')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --libexecdir=/usr/lib/$pkgname \
+              --disable-static --disable-schemas-compile
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+
+  # Remove readme file from non-standard location
+  rm "$pkgdir/usr/share/notify-osd/icons/hicolor/scalable/status/README"
+}

Deleted: community-i686/notify-osd.install
===================================================================
--- community-i686/notify-osd.install	2014-07-04 15:18:41 UTC (rev 114881)
+++ community-i686/notify-osd.install	2014-07-04 15:19:15 UTC (rev 114882)
@@ -1,12 +0,0 @@
-post_install() {
-  glib-compile-schemas usr/share/glib-2.0/schemas
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}
-

Copied: notify-osd/repos/community-i686/notify-osd.install (from rev 114881, notify-osd/trunk/notify-osd.install)
===================================================================
--- community-i686/notify-osd.install	                        (rev 0)
+++ community-i686/notify-osd.install	2014-07-04 15:19:15 UTC (rev 114882)
@@ -0,0 +1,12 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}
+

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2014-07-04 15:18:41 UTC (rev 114881)
+++ community-x86_64/PKGBUILD	2014-07-04 15:19:15 UTC (rev 114882)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-# Contributor: Johannes Pfau <johannespfau at gmail dot com>
-
-pkgname=notify-osd
-pkgver=0.9.34
-pkgrel=1
-pkgdesc="Canonical's on-screen-display notification agent, implementing the freedesktop.org Desktop Notifications Specification with semi-transparent click-through bubbles"
-arch=('i686' 'x86_64')
-url="https://launchpad.net/notify-osd"
-license=('GPL')
-depends=('libwnck3' 'dbus-glib' 'dconf' 'gsettings-desktop-schemas')
-makedepends=('libnotify')
-provides=('notification-daemon')
-install=$pkgname.install
-source=(http://launchpad.net/$pkgname/precise/$pkgver/+download/$pkgname-$pkgver.tar.gz)
-md5sums=('18d9a95467daac570789fb7893011595')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --libexecdir=/usr/lib/$pkgname \
-              --disable-static --disable-schemas-compile
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-
-  # Remove readme file from non-standard location
-  rm "$pkgdir/usr/share/notify-osd/icons/hicolor/scalable/status/README"
-}

Copied: notify-osd/repos/community-x86_64/PKGBUILD (from rev 114881, notify-osd/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-07-04 15:19:15 UTC (rev 114882)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# Contributor: Johannes Pfau <johannespfau at gmail dot com>
+
+pkgname=notify-osd
+pkgver=0.9.34
+pkgrel=2
+pkgdesc="Canonical's on-screen-display notification agent, implementing the freedesktop.org Desktop Notifications Specification with semi-transparent click-through bubbles"
+arch=('i686' 'x86_64')
+url="https://launchpad.net/notify-osd"
+license=('GPL')
+depends=('libwnck3' 'dbus-glib' 'dconf' 'gsettings-desktop-schemas')
+makedepends=('libnotify')
+provides=('notification-daemon')
+install=$pkgname.install
+source=(http://launchpad.net/$pkgname/precise/$pkgver/+download/$pkgname-$pkgver.tar.gz)
+md5sums=('18d9a95467daac570789fb7893011595')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --libexecdir=/usr/lib/$pkgname \
+              --disable-static --disable-schemas-compile
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+
+  # Remove readme file from non-standard location
+  rm "$pkgdir/usr/share/notify-osd/icons/hicolor/scalable/status/README"
+}

Deleted: community-x86_64/notify-osd.install
===================================================================
--- community-x86_64/notify-osd.install	2014-07-04 15:18:41 UTC (rev 114881)
+++ community-x86_64/notify-osd.install	2014-07-04 15:19:15 UTC (rev 114882)
@@ -1,12 +0,0 @@
-post_install() {
-  glib-compile-schemas usr/share/glib-2.0/schemas
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}
-

Copied: notify-osd/repos/community-x86_64/notify-osd.install (from rev 114881, notify-osd/trunk/notify-osd.install)
===================================================================
--- community-x86_64/notify-osd.install	                        (rev 0)
+++ community-x86_64/notify-osd.install	2014-07-04 15:19:15 UTC (rev 114882)
@@ -0,0 +1,12 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}
+




More information about the arch-commits mailing list