[arch-commits] Commit in notify-osd/trunk (PKGBUILD)
Balló György
bgyorgy at archlinux.org
Thu Oct 6 17:39:43 UTC 2016
Date: Thursday, October 6, 2016 @ 17:39:42
Author: bgyorgy
Revision: 191510
upgpkg: notify-osd 0.9.35+16.04.20160415-1
Update to new version
Modified:
notify-osd/trunk/PKGBUILD
----------+
PKGBUILD | 19 ++++++++++++-------
1 file changed, 12 insertions(+), 7 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2016-10-06 17:23:27 UTC (rev 191509)
+++ PKGBUILD 2016-10-06 17:39:42 UTC (rev 191510)
@@ -3,20 +3,25 @@
# Contributor: Johannes Pfau <johannespfau at gmail dot com>
pkgname=notify-osd
-pkgver=0.9.34
-pkgrel=3
+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=('libnotify')
+makedepends=('gnome-common' 'libnotify')
provides=('notification-daemon')
-source=(http://launchpad.net/$pkgname/precise/$pkgver/+download/$pkgname-$pkgver.tar.gz)
-md5sums=('18d9a95467daac570789fb7893011595')
+source=(https://launchpad.net/ubuntu/+archive/primary/+files/${pkgname}_$pkgver.orig.tar.gz)
+sha256sums=('119fd662e4cbfeec492c1f96e26687dbfb5986076114bda488807358e54cfb53')
+prepare() {
+ cd "$srcdir"
+ NOCONFIGURE=1 ./autogen.sh
+}
+
build() {
- cd $pkgname-$pkgver
+ cd "$srcdir"
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --libexecdir=/usr/lib/$pkgname \
--disable-schemas-compile
make
@@ -23,7 +28,7 @@
}
package() {
- cd $pkgname-$pkgver
+ cd "$srcdir"
make DESTDIR="$pkgdir" install
# Remove readme file from non-standard location
More information about the arch-commits
mailing list