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

Balló György bgyorgy at archlinux.org
Tue Jul 12 21:48:07 UTC 2016


    Date: Tuesday, July 12, 2016 @ 21:48:07
  Author: bgyorgy
Revision: 182777

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

Added:
  notify-osd/repos/community-i686/PKGBUILD
    (from rev 182776, notify-osd/trunk/PKGBUILD)
  notify-osd/repos/community-x86_64/PKGBUILD
    (from rev 182776, notify-osd/trunk/PKGBUILD)
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                           |   62 ++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD             |   34 ------------------
 community-i686/notify-osd.install   |   12 ------
 community-x86_64/PKGBUILD           |   34 ------------------
 community-x86_64/notify-osd.install |   12 ------
 5 files changed, 62 insertions(+), 92 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2016-07-12 21:48:00 UTC (rev 182776)
+++ community-i686/PKGBUILD	2016-07-12 21:48:07 UTC (rev 182777)
@@ -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=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"
-}

Copied: notify-osd/repos/community-i686/PKGBUILD (from rev 182776, notify-osd/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2016-07-12 21:48:07 UTC (rev 182777)
@@ -0,0 +1,31 @@
+# $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=3
+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' 'gsettings-desktop-schemas')
+makedepends=('libnotify')
+provides=('notification-daemon')
+source=(http://launchpad.net/$pkgname/precise/$pkgver/+download/$pkgname-$pkgver.tar.gz)
+md5sums=('18d9a95467daac570789fb7893011595')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --libexecdir=/usr/lib/$pkgname \
+              --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $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	2016-07-12 21:48:00 UTC (rev 182776)
+++ community-i686/notify-osd.install	2016-07-12 21:48:07 UTC (rev 182777)
@@ -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
-}
-

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2016-07-12 21:48:00 UTC (rev 182776)
+++ community-x86_64/PKGBUILD	2016-07-12 21:48:07 UTC (rev 182777)
@@ -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=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"
-}

Copied: notify-osd/repos/community-x86_64/PKGBUILD (from rev 182776, notify-osd/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-07-12 21:48:07 UTC (rev 182777)
@@ -0,0 +1,31 @@
+# $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=3
+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' 'gsettings-desktop-schemas')
+makedepends=('libnotify')
+provides=('notification-daemon')
+source=(http://launchpad.net/$pkgname/precise/$pkgver/+download/$pkgname-$pkgver.tar.gz)
+md5sums=('18d9a95467daac570789fb7893011595')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --libexecdir=/usr/lib/$pkgname \
+              --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $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	2016-07-12 21:48:00 UTC (rev 182776)
+++ community-x86_64/notify-osd.install	2016-07-12 21:48:07 UTC (rev 182777)
@@ -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
-}
-



More information about the arch-commits mailing list