summaryrefslogtreecommitdiff
path: root/extra/xfce4-screenshooter
diff options
context:
space:
mode:
authorNicolas Reynolds <fauno@kiwwwi.com.ar>2011-08-09 09:29:16 -0300
committerNicolas Reynolds <fauno@kiwwwi.com.ar>2011-08-09 09:29:16 -0300
commitbf27698570c0232bdabb1f9d4636e13829648264 (patch)
treec5f6187b28bd8e011583c4d24979054af2136839 /extra/xfce4-screenshooter
parent8b82a3250aa4e181b97e7faeb055a00e718bdadb (diff)
parent2b6f5a28e2e55b46c1169228e1e56f3b18dd08b5 (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: community/open-vm-tools-modules/PKGBUILD community/virtualbox/PKGBUILD core/lilo/PKGBUILD core/lilo/lilo.conf core/pam/PKGBUILD core/syslinux/PKGBUILD core/syslinux/syslinux.cfg extra/ethtool/PKGBUILD extra/libksba/PKGBUILD extra/lirc/PKGBUILD
Diffstat (limited to 'extra/xfce4-screenshooter')
-rw-r--r--extra/xfce4-screenshooter/PKGBUILD15
1 files changed, 7 insertions, 8 deletions
diff --git a/extra/xfce4-screenshooter/PKGBUILD b/extra/xfce4-screenshooter/PKGBUILD
index d3f48ed72..1b4d93b60 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 <tobias funnychar archlinux.org>
# Contributor: Tobias Kieslich <tobias (at) archlinux.org>
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 'mips64el')
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 \