From f898ca0bac349e5ffa815b91afbcc852956d8913 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 28 Dec 2012 02:03:12 -0800 Subject: Fri Dec 28 01:59:05 PST 2012 --- extra/exo/PKGBUILD | 18 ++++++------------ 1 file changed, 6 insertions(+), 12 deletions(-) (limited to 'extra/exo') diff --git a/extra/exo/PKGBUILD b/extra/exo/PKGBUILD index 46768fffc..83f525934 100644 --- a/extra/exo/PKGBUILD +++ b/extra/exo/PKGBUILD @@ -1,33 +1,27 @@ -# $Id: PKGBUILD 173786 2012-12-22 22:26:11Z foutrelis $ +# $Id: PKGBUILD 173898 2012-12-27 13:10:52Z foutrelis $ # Maintainer: Evangelos Foutras # Contributor: tobias # Contributor: Aurelien Foret pkgname=exo -pkgver=0.10.1 -pkgrel=2 +pkgver=0.10.2 +pkgrel=1 pkgdesc="Extensions to Xfce by os-cillation" arch=('i686' 'x86_64') url="http://www.xfce.org/" license=('GPL2' 'LGPL') groups=('xfce4') depends=('libxfce4ui' 'gtk2' 'hicolor-icon-theme' ) -makedepends=('perl-uri' 'intltool' 'gtk-doc' 'xorg-iceauth' 'xfce4-dev-tools') +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.10/$pkgname-$pkgver.tar.bz2 - drop-HAVE_GIO_UNIX-ifdef-and-load-gio-unix-2.0-pkg.patch) -sha256sums=('34a6d14c58a12d3372eb810d05ae425b8c8c32ec976b99b6ad274c3f7b3f6896' - '9983b3206391f0e86816d70ded4fc5ddd48ac27dd29b266d4ba4a930ca663626') +source=(http://archive.xfce.org/src/xfce/$pkgname/0.10/$pkgname-$pkgver.tar.bz2) +sha256sums=('b385828bf8a38204da3254b57fdfa25a72694495aa189fabd5040f707eec76ce') build() { cd "$srcdir/$pkgname-$pkgver" - # Fix launching of .desktop files (https://bugs.archlinux.org/task/33125) - patch -Np1 -i "$srcdir/drop-HAVE_GIO_UNIX-ifdef-and-load-gio-unix-2.0-pkg.patch" - NOCONFIGURE=1 xdt-autogen - # Python 2 fix export PYTHON=python2 -- cgit v1.2.3-54-g00ecf