[arch-commits] Commit in notify-osd/repos (4 files)
Balló György
bgyorgy at archlinux.org
Thu Oct 6 17:39:52 UTC 2016
Date: Thursday, October 6, 2016 @ 17:39:51
Author: bgyorgy
Revision: 191511
archrelease: copy trunk to community-i686, community-x86_64
Added:
notify-osd/repos/community-i686/PKGBUILD
(from rev 191510, notify-osd/trunk/PKGBUILD)
notify-osd/repos/community-x86_64/PKGBUILD
(from rev 191510, notify-osd/trunk/PKGBUILD)
Deleted:
notify-osd/repos/community-i686/PKGBUILD
notify-osd/repos/community-x86_64/PKGBUILD
---------------------------+
/PKGBUILD | 72 ++++++++++++++++++++++++++++++++++++++++++++
community-i686/PKGBUILD | 31 ------------------
community-x86_64/PKGBUILD | 31 ------------------
3 files changed, 72 insertions(+), 62 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2016-10-06 17:39:42 UTC (rev 191510)
+++ community-i686/PKGBUILD 2016-10-06 17:39:51 UTC (rev 191511)
@@ -1,31 +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=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"
-}
Copied: notify-osd/repos/community-i686/PKGBUILD (from rev 191510, notify-osd/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-10-06 17:39:51 UTC (rev 191511)
@@ -0,0 +1,36 @@
+# $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.35+16.04.20160415
+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' 'gsettings-desktop-schemas')
+makedepends=('gnome-common' 'libnotify')
+provides=('notification-daemon')
+source=(https://launchpad.net/ubuntu/+archive/primary/+files/${pkgname}_$pkgver.orig.tar.gz)
+sha256sums=('119fd662e4cbfeec492c1f96e26687dbfb5986076114bda488807358e54cfb53')
+
+prepare() {
+ cd "$srcdir"
+ NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+ cd "$srcdir"
+ ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --libexecdir=/usr/lib/$pkgname \
+ --disable-schemas-compile
+ make
+}
+
+package() {
+ cd "$srcdir"
+ 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/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD 2016-10-06 17:39:42 UTC (rev 191510)
+++ community-x86_64/PKGBUILD 2016-10-06 17:39:51 UTC (rev 191511)
@@ -1,31 +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=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"
-}
Copied: notify-osd/repos/community-x86_64/PKGBUILD (from rev 191510, notify-osd/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2016-10-06 17:39:51 UTC (rev 191511)
@@ -0,0 +1,36 @@
+# $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.35+16.04.20160415
+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' 'gsettings-desktop-schemas')
+makedepends=('gnome-common' 'libnotify')
+provides=('notification-daemon')
+source=(https://launchpad.net/ubuntu/+archive/primary/+files/${pkgname}_$pkgver.orig.tar.gz)
+sha256sums=('119fd662e4cbfeec492c1f96e26687dbfb5986076114bda488807358e54cfb53')
+
+prepare() {
+ cd "$srcdir"
+ NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+ cd "$srcdir"
+ ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --libexecdir=/usr/lib/$pkgname \
+ --disable-schemas-compile
+ make
+}
+
+package() {
+ cd "$srcdir"
+ make DESTDIR="$pkgdir" install
+
+ # Remove readme file from non-standard location
+ rm "$pkgdir/usr/share/notify-osd/icons/hicolor/scalable/status/README"
+}
More information about the arch-commits
mailing list