[arch-commits] Commit in notify-osd/trunk (PKGBUILD notify-osd.install)

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


    Date: Tuesday, July 12, 2016 @ 21:48:00
  Author: bgyorgy
Revision: 182776

upgpkg: notify-osd 0.9.34-3

Hooks rebuild

Modified:
  notify-osd/trunk/PKGBUILD
Deleted:
  notify-osd/trunk/notify-osd.install

--------------------+
 PKGBUILD           |   11 ++++-------
 notify-osd.install |   12 ------------
 2 files changed, 4 insertions(+), 19 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-07-12 21:42:39 UTC (rev 182775)
+++ PKGBUILD	2016-07-12 21:48:00 UTC (rev 182776)
@@ -4,21 +4,19 @@
 
 pkgname=notify-osd
 pkgver=0.9.34
-pkgrel=2
+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' 'dconf' 'gsettings-desktop-schemas')
+depends=('libwnck3' 'dbus-glib' '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"
-
+  cd $pkgname-$pkgver
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --libexecdir=/usr/lib/$pkgname \
               --disable-schemas-compile
   make
@@ -25,8 +23,7 @@
 }
 
 package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
+  cd $pkgname-$pkgver
   make DESTDIR="$pkgdir" install
 
   # Remove readme file from non-standard location

Deleted: notify-osd.install
===================================================================
--- notify-osd.install	2016-07-12 21:42:39 UTC (rev 182775)
+++ notify-osd.install	2016-07-12 21:48:00 UTC (rev 182776)
@@ -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