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

andyrtr at archlinux.org andyrtr at archlinux.org
Sun Aug 7 16:23:19 UTC 2011


    Date: Sunday, August 7, 2011 @ 12:23:19
  Author: andyrtr
Revision: 134703

upgpkg: xfce4-screenshooter 1.8.0-1
upstream update 1.8.0

Modified:
  xfce4-screenshooter/trunk/PKGBUILD

----------+
 PKGBUILD |   13 ++++++-------
 1 file changed, 6 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-08-07 16:20:59 UTC (rev 134702)
+++ PKGBUILD	2011-08-07 16:23:19 UTC (rev 134703)
@@ -3,31 +3,30 @@
 # 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)
 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 \




More information about the arch-commits mailing list