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

andyrtr at archlinux.org andyrtr at archlinux.org
Sun May 2 17:30:41 UTC 2010


    Date: Sunday, May 2, 2010 @ 13:30:41
  Author: andyrtr
Revision: 79305

upgpkg: xfce4-screenshooter 1.7.9-1
new version 1.7.9

Added:
  xfce4-screenshooter/trunk/xfce4-screenshooter-1.7.9-dsofix.patch
Modified:
  xfce4-screenshooter/trunk/PKGBUILD

----------------------------------------+
 PKGBUILD                               |   17 ++++++++++++-----
 xfce4-screenshooter-1.7.9-dsofix.patch |   11 +++++++++++
 2 files changed, 23 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-05-02 17:30:10 UTC (rev 79304)
+++ PKGBUILD	2010-05-02 17:30:41 UTC (rev 79305)
@@ -3,26 +3,33 @@
 # Contributor: Tobias Kieslich <tobias (at) archlinux.org>
 
 pkgname=xfce4-screenshooter
-pkgver=1.6.0
+pkgver=1.7.9
 pkgrel=1
 pkgdesc="plugin that makes screenshots for the Xfce4 panel"
 arch=(i686 x86_64)
 license=('GPL2')
-url="http://xfce-goodies.berlios.de/"
+url="http://goodies.xfce.org/projects/applications/xfce4-screenshooter"
 groups=('xfce4-goodies')
-depends=('xfce4-panel' 'hicolor-icon-theme')
+depends=('xfce4-panel' 'libsoup' 'hicolor-icon-theme')
 makedepends=('pkgconfig' 'intltool')
 install=${pkgname}.install
 options=('!libtool')
-source=(http://goodies.xfce.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+source=(http://archive.xfce.org/src/apps/${pkgname}/1.7/${pkgname}-${pkgver}.tar.bz2
+	xfce4-screenshooter-1.7.9-dsofix.patch)
 conflicts=('xfce4-screenshooter-plugin')
 replaces=('xfce4-screenshooter-plugin')
-md5sums=('331750879b966eec639eb3fe3045cb16')
+md5sums=('c01d1cf3830bf8d60e09c0cdd223034c'
+         '355a7d005bf9200f5a5577f0bc901945')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
+  patch -Np1 -i ${srcdir}/xfce4-screenshooter-1.7.9-dsofix.patch || return 1
   ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib \
     --localstatedir=/var --disable-static
   make || return 1
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
   make DESTDIR=${pkgdir} install || return 1
 }

Added: xfce4-screenshooter-1.7.9-dsofix.patch
===================================================================
--- xfce4-screenshooter-1.7.9-dsofix.patch	                        (rev 0)
+++ xfce4-screenshooter-1.7.9-dsofix.patch	2010-05-02 17:30:41 UTC (rev 79305)
@@ -0,0 +1,11 @@
+--- xfce4-screenshooter-1.7.9.orig/Makefile.in	2010-02-07 14:45:15.000000000 +0100
++++ xfce4-screenshooter-1.7.9/Makefile.in	2010-02-16 23:57:31.000000000 +0100
+@@ -282,7 +282,7 @@
+ INTLTOOL_PERL = @INTLTOOL_PERL@
+ INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
+ LD = @LD@
+-LDFLAGS = @LDFLAGS@
++LDFLAGS = @LDFLAGS@ -lm -lX11
+ LIBOBJS = @LIBOBJS@
+ LIBS = @LIBS@
+ LIBTOOL = @LIBTOOL@




More information about the arch-commits mailing list