[arch-commits] Commit in exo/trunk (PKGBUILD)

andyrtr at archlinux.org andyrtr at archlinux.org
Sun Feb 1 10:42:07 UTC 2009


    Date: Sunday, February 1, 2009 @ 05:42:07
  Author: andyrtr
Revision: 25904

upgpkg: exo 0.3.99.1-1
    new verions 0.3.99.1(=4.6rc1)

Modified:
  exo/trunk/PKGBUILD

----------+
 PKGBUILD |   24 +++++++++++++-----------
 1 file changed, 13 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-02-01 10:28:32 UTC (rev 25903)
+++ PKGBUILD	2009-02-01 10:42:07 UTC (rev 25904)
@@ -1,27 +1,29 @@
 # $Id$
-# Maintainer: aurelien <aurelien at archlinux.org>
+# Maintainer: tobias <funnychar archlinux.org>
 # Contributor: Aurelien Foret <orelien at chez.com>
 
 pkgname=exo
-pkgver=0.3.4
-pkgrel=3
+pkgver=0.3.99.1
+pkgrel=1
 pkgdesc="Extensions to Xfce by os-cillation"
 arch=('i686' 'x86_64')
 license=('GPL2' 'LGPL2')
 url="http://www.os-cillation.com/article.php?sid=40"
 groups=('xfce4')
-depends=('libxfce4util>=4.4.2' 'gtk2>=2.12.11' 'hal>=0.5.11' 'perl-uri')
-makedepends=('pygtk>=2.12.1' 'pkgconfig' 'xfce-mcs-manager>=4.4.2' 'libnotify')
+depends=("libxfce4util>=4.5.99.1" "gtk2>=2.14.4" "hal>=0.5.11" 'hicolor-icon-theme')
+makedepends=("pygtk>=2.13" 'pkgconfig' 'libnotify' 'perl-uri')
+optdepends=('libnotify		enables notification support' \
+            'perl		enables mail-compose helper script')
 options=('!libtool')
 install=${pkgname}.install
-source=(http://www.xfce.org/archive/xfce-4.4.2/src/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('7a1af943b1df32b6f89ae91823118a22')
+source=(http://www.xfce.org/archive/xfce-4.5.99.1/src/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('aa53c97c252aaedb996983e2f67b1dfe')
 
 build() {
-  cd ${startdir}/src/${pkgname}-${pkgver}
+  cd ${srcdir}/${pkgname}-${pkgver}
   ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib/xfce4 \
-    --localstatedir=/var --disable-static \
-    --enable-mcs-plugin --enable-python || return 1
+    --localstatedir=/var --disable-static --enable-notifications \
+    --enable-python || return 1
   make || return 1
-  make DESTDIR=${startdir}/pkg install || return 1
+  make DESTDIR=${pkgdir} install || return 1
 }




More information about the arch-commits mailing list