From 0a24fb835cac4007388213ad0afb15257b035b14 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 4 May 2012 00:01:57 +0000 Subject: Fri May 4 00:01:56 UTC 2012 --- extra/xfce4-screenshooter/PKGBUILD | 24 +++++++----------------- 1 file changed, 7 insertions(+), 17 deletions(-) (limited to 'extra/xfce4-screenshooter') diff --git a/extra/xfce4-screenshooter/PKGBUILD b/extra/xfce4-screenshooter/PKGBUILD index 947c7ddca..cc80ce3d5 100644 --- a/extra/xfce4-screenshooter/PKGBUILD +++ b/extra/xfce4-screenshooter/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 157881 2012-04-30 04:21:13Z foutrelis $ +# $Id: PKGBUILD 158096 2012-05-02 22:02:34Z foutrelis $ # Maintainer: Evangelos Foutras # Contributor: Tobias Kieslich pkgname=xfce4-screenshooter -pkgver=1.8.0 -pkgrel=3 +pkgver=1.8.1 +pkgrel=1 pkgdesc="Plugin that makes screenshots for the Xfce panel" arch=('i686' 'x86_64') url="http://goodies.xfce.org/projects/applications/xfce4-screenshooter" @@ -14,26 +14,16 @@ depends=('xfce4-panel' 'libsoup' 'hicolor-icon-theme') makedepends=('intltool') install=$pkgname.install options=('!libtool') -source=(http://archive.xfce.org/src/apps/$pkgname/1.8/$pkgname-$pkgver.tar.bz2 - xfce4-screenshooter-1.7.9-dsofix.patch - fs-25873-segfault-in-awesome-wm.patch) +source=(http://archive.xfce.org/src/apps/$pkgname/1.8/$pkgname-$pkgver.tar.bz2) conflicts=('xfce4-screenshooter-plugin') replaces=('xfce4-screenshooter-plugin') -sha256sums=('68748a42ae68c5a8e9ed1c14ec5c741a344ab30b5b325b8812220539548ad83e' - '6902495c0394af19a76e2f90399ca7295e8dfb3ffb29d3b4f3b3a9fb7489c464' - '76cc9127167c9f4a800b01e9d16b85bf3af335d0eb44588d859739aa9d457e38') +sha256sums=('40419892bd28989315eed053c159bba0f4264ed8c6c6738806024e481eab9492') build() { cd "$srcdir/$pkgname-$pkgver" - patch -Np1 -i "$srcdir/xfce4-screenshooter-1.7.9-dsofix.patch" - - # segfaults trying to capture screenshot of active window in awesome WM - # https://bugs.archlinux.org/task/25873 - # patch by Bruno Ramos @ https://bugzilla.xfce.org/show_bug.cgi?id=8080#c2 - patch -Np1 -i "$srcdir/fs-25873-segfault-in-awesome-wm.patch" - - ./configure --prefix=/usr \ + ./configure \ + --prefix=/usr \ --sysconfdir=/etc \ --libexecdir=/usr/lib \ --localstatedir=/var \ -- cgit v1.2.3-54-g00ecf