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

Evangelos Foutras foutrelis at archlinux.org
Sat Apr 28 21:40:39 UTC 2012


    Date: Saturday, April 28, 2012 @ 17:40:39
  Author: foutrelis
Revision: 157501

upgpkg: exo 0.8.0-1

New upstream release.

Modified:
  exo/trunk/PKGBUILD

----------+
 PKGBUILD |   18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-04-28 21:23:34 UTC (rev 157500)
+++ PKGBUILD	2012-04-28 21:40:39 UTC (rev 157501)
@@ -1,23 +1,23 @@
 # $Id$
-# Maintainer: AndyRTR <andyrtr at archlinux.org>
+# Maintainer: Evangelos Foutras <evangelos at foutrelis.com>
 # Contributor: tobias <tobias funnychar archlinux.org>
 # Contributor: Aurelien Foret <orelien at chez.com>
 
 pkgname=exo
-pkgver=0.6.2
-pkgrel=3
+pkgver=0.8.0
+pkgrel=1
 pkgdesc="Extensions to Xfce by os-cillation"
 arch=('i686' 'x86_64')
 url="http://www.xfce.org/projects/exo"
 license=('GPL2' 'LGPL')
 groups=('xfce4')
-depends=("libxfce4util>=4.8.1" 'gtk2' 'hicolor-icon-theme' )
-makedepends=('pygtk' 'perl-uri' 'intltool' 'gtk-doc' 'xorg-iceauth')
+depends=('libxfce4ui' 'gtk2' 'hicolor-icon-theme' )
+makedepends=('perl-uri' 'intltool' 'gtk-doc' 'xorg-iceauth')
 optdepends=('perl-uri: for mail-compose helper script')
 options=('!libtool')
 install=$pkgname.install
-source=(http://archive.xfce.org/src/xfce/$pkgname/0.6/$pkgname-$pkgver.tar.bz2)
-md5sums=('e25333df350abc30999cd16fe96ab690')
+source=(http://archive.xfce.org/src/xfce/$pkgname/0.8/$pkgname-$pkgver.tar.bz2)
+sha256sums=('6e21aa30692affcb45fc8283d034da4a02221d26e3e1facb968d04fed4ba05b0')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"
@@ -25,12 +25,12 @@
   # Python 2 fix
   export PYTHON=python2
 
-  ./configure --prefix=/usr \
+  ./configure \
+    --prefix=/usr \
     --sysconfdir=/etc \
     --libexecdir=/usr/lib/xfce4 \
     --localstatedir=/var  \
     --disable-static \
-    --enable-python \
     --enable-gtk-doc \
     --disable-debug
   make




More information about the arch-commits mailing list