[arch-commits] Commit in xfce4-notifyd/trunk (PKGBUILD xfce4-notifyd.install)

andyrtr at archlinux.org andyrtr at archlinux.org
Tue Feb 3 08:47:41 UTC 2009


    Date: Tuesday, February 3, 2009 @ 03:47:41
  Author: andyrtr
Revision: 26159

upgpkg: xfce4-notifyd 0.1.0-1
    new version 0.1.0

Modified:
  xfce4-notifyd/trunk/PKGBUILD
  xfce4-notifyd/trunk/xfce4-notifyd.install

-----------------------+
 PKGBUILD              |   11 ++++++-----
 xfce4-notifyd.install |    4 ----
 2 files changed, 6 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-02-03 08:41:34 UTC (rev 26158)
+++ PKGBUILD	2009-02-03 08:47:41 UTC (rev 26159)
@@ -1,5 +1,5 @@
 # $Id$
-# Maintainer: Tobias Kieslich
+# Maintainer: tobias <tobias funnychar archlinux.org>
 
 pkgname=xfce4-notifyd
 pkgver=0.1.0
@@ -9,19 +9,20 @@
 license=('GPL2')
 url="http://spuriousinterrupt.org/projects/xfce4-notifyd"
 groups=('xfce4-goodies')
-depends=('libxfcegui4' 'libsexy')
+depends=('libxfcegui4>=4.5.99.1' 'libsexy' 'hicolor-icon-theme')
 makedepends=('pkgconfig')
 provides=('notification-daemon')
 conflicts=('notification-daemon' 'notification-daemon-xfce')
-obsoletes=('notification-daemon-xfce')
+replaces=('notification-daemon-xfce')
 options=('!libtool')
 install=${pkgname}.install
 source=(http://spuriousinterrupt.org/files/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('659ecaf37f0f7ee9e31f7b25f9813778')
 
 build() {
-  cd ${startdir}/src/${pkgname}-${pkgver}
+  cd ${srcdir}/${pkgname}-${pkgver}
   ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib/xfce4 \
      --localstatedir=/var --disable-static
   make || return 1
-  make DESTDIR=${startdir}/pkg install
+  make DESTDIR=${pkgdir} install || return 1
 }

Modified: xfce4-notifyd.install
===================================================================
--- xfce4-notifyd.install	2009-02-03 08:41:34 UTC (rev 26158)
+++ xfce4-notifyd.install	2009-02-03 08:47:41 UTC (rev 26159)
@@ -10,7 +10,3 @@
   gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
 }
 
-op=$1
-shift
-
-$op $*




More information about the arch-commits mailing list