From 2b6f5a28e2e55b46c1169228e1e56f3b18dd08b5 Mon Sep 17 00:00:00 2001 From: root Date: Mon, 8 Aug 2011 23:14:38 +0000 Subject: Mon Aug 8 23:14:38 UTC 2011 --- extra/xfce4-screenshooter/PKGBUILD | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) (limited to 'extra/xfce4-screenshooter') diff --git a/extra/xfce4-screenshooter/PKGBUILD b/extra/xfce4-screenshooter/PKGBUILD index 4db623812..9a793fbc4 100644 --- a/extra/xfce4-screenshooter/PKGBUILD +++ b/extra/xfce4-screenshooter/PKGBUILD @@ -1,33 +1,32 @@ -# $Id: PKGBUILD 104774 2011-01-04 21:47:46Z andyrtr $ +# $Id: PKGBUILD 134703 2011-08-07 16:23:19Z andyrtr $ # Maintainer: tobias # Contributor: Tobias Kieslich pkgname=xfce4-screenshooter -pkgver=1.7.9 -pkgrel=2 +pkgver=1.8.0 +pkgrel=1 pkgdesc="plugin that makes screenshots for the Xfce4 panel" arch=(i686 x86_64) license=('GPL2') url="http://goodies.xfce.org/projects/applications/xfce4-screenshooter" groups=('xfce4-goodies') -#depends=('xfce4-panel' 'libxfcegui4' 'libxfce4ui' 'exo' 'libsoup' 'hicolor-icon-theme') -depends=('xfce4-panel' 'libxfcegui4' 'libsoup' 'hicolor-icon-theme') +depends=('xfce4-panel' 'libsoup' 'hicolor-icon-theme') makedepends=('intltool') install=${pkgname}.install options=('!libtool') -source=(http://archive.xfce.org/src/apps/${pkgname}/1.7/${pkgname}-${pkgver}.tar.bz2 +source=(http://archive.xfce.org/src/apps/${pkgname}/1.8/${pkgname}-${pkgver}.tar.bz2 xfce4-screenshooter-1.7.9-dsofix.patch fix_segfault.diff) conflicts=('xfce4-screenshooter-plugin') replaces=('xfce4-screenshooter-plugin') -md5sums=('c01d1cf3830bf8d60e09c0cdd223034c' +md5sums=('b51ab5725418e7258273c4a6402adb02' '355a7d005bf9200f5a5577f0bc901945' '794d7e0ff18cad369bd50a78e883f986') build() { cd ${srcdir}/${pkgname}-${pkgver} patch -Np1 -i ${srcdir}/xfce4-screenshooter-1.7.9-dsofix.patch - patch -Np1 -i ${srcdir}/fix_segfault.diff + #patch -Np1 -i ${srcdir}/fix_segfault.diff ./configure --prefix=/usr \ --sysconfdir=/etc \ --libexecdir=/usr/lib \ -- cgit v1.2.3-54-g00ecf