[arch-commits] CVS update of extra (3 files)

Tobias Kieslich tobias at archlinux.org
Wed Mar 12 03:52:34 UTC 2008


    Date: Tuesday, March 11, 2008 @ 23:52:34
  Author: tobias
    Path: /home/cvs-extra/extra

Modified: daemons/lighttpd/PKGBUILD (1.35 -> 1.36)
          multimedia/inkscape/PKGBUILD (1.25 -> 1.26)
          xfce4/xfwm4/PKGBUILD (1.22 -> 1.23)

update inkscape, lighttpd
bugfix xfwm4 from upstream


------------------------------+
 daemons/lighttpd/PKGBUILD    |   15 ++++++---------
 multimedia/inkscape/PKGBUILD |   15 ++++++++-------
 xfce4/xfwm4/PKGBUILD         |   14 +++++++++-----
 3 files changed, 23 insertions(+), 21 deletions(-)


Index: extra/daemons/lighttpd/PKGBUILD
diff -u extra/daemons/lighttpd/PKGBUILD:1.35 extra/daemons/lighttpd/PKGBUILD:1.36
--- extra/daemons/lighttpd/PKGBUILD:1.35	Fri Feb 29 19:01:21 2008
+++ extra/daemons/lighttpd/PKGBUILD	Tue Mar 11 23:52:33 2008
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD,v 1.35 2008/03/01 00:01:21 tobias Exp $
+# $Id: PKGBUILD,v 1.36 2008/03/12 03:52:33 tobias Exp $
 # Maintainer: tobias <tobias at archlinux.org>
 # Modifications: eliott <eliott at cactuswax.net>
 # Originally by klapmuetz
 
 pkgname=lighttpd
-pkgver=1.4.18
-pkgrel=2
+pkgver=1.4.19
+pkgrel=1
 pkgdesc="lighttpd is a secure, fast, compliant and very flexible web-server"
 license=('custom')
 arch=(i686 x86_64)
@@ -20,17 +20,14 @@
 install=$pkgname.install
 source=(http://www.lighttpd.net/download/$pkgname-$pkgver.tar.bz2 \
         index.html $pkgname.rc.d $pkgname.conf.d $pkgname.logrotate.d \
-        spawn-php.rc.d spawn-php.conf.d tweakconf.vim \
-        http://trac.lighttpd.net/trac/attachment/ticket/1562/Fix-372-and-1562.patch\?format=raw )
-md5sums=('26f98dddf9d8c0775221b800986003ee' '85593eb67b928fec79b1efb3fa3cce84' \
+        spawn-php.rc.d spawn-php.conf.d tweakconf.vim)
+md5sums=('d787374e4e4aaa09d5cfa9ab9d23ad40' '85593eb67b928fec79b1efb3fa3cce84' \
          '6d05e499e47425e99bf809c88bd4969d' '14565fa5d30c60941190ceb32b1b551f' \
          'a8c31344b90328c5b751d965d79c5047' 'a7e25d699422e2cfe2e802414052a1dc' \
-         '1ba657b113b7e473fb301631a7e2e1a4' 'ce4ca9773d5698549f9d7216fa59c4ee' \
-         '2d5094a38aa338d08b3b865770c9fddc')
+         '1ba657b113b7e473fb301631a7e2e1a4' 'ce4ca9773d5698549f9d7216fa59c4ee')
 
 build() {
   cd $startdir/src/$pkgname-$pkgver
-  patch -Np1 -i ../Fix-372-and-1562.patch\?format=raw || return 1
   ./configure --prefix=/usr --libdir=/usr/lib/lighttpd \
     --with-ldap --with-gdbm --with-lua --with-memcache \
     --with-openssl=/usr/include/openssl \
Index: extra/multimedia/inkscape/PKGBUILD
diff -u extra/multimedia/inkscape/PKGBUILD:1.25 extra/multimedia/inkscape/PKGBUILD:1.26
--- extra/multimedia/inkscape/PKGBUILD:1.25	Tue Sep 11 15:39:26 2007
+++ extra/multimedia/inkscape/PKGBUILD	Tue Mar 11 23:52:34 2008
@@ -1,21 +1,22 @@
-# $Id: PKGBUILD,v 1.25 2007/09/11 19:39:26 tpowa Exp $
+# $Id: PKGBUILD,v 1.26 2008/03/12 03:52:34 tobias Exp $
 # Maintainer: tobias <tobias at archlinux.org>
 # Contributor: Tobias Kieslich <tobias at justdreams.de>
 
 pkgname=inkscape
-pkgver=0.45.1
-pkgrel=4
+pkgver=0.46
+pkgrel=1
 pkgdesc="A vector-based drawing program - svg compliant"
 url="http://inkscape.sourceforge.net/"
 arch=(i686 x86_64)
 license=('GPL' 'LGPL')
-depends=('gtkmm>=2.10.8' 'gc>=7.0' 'desktop-file-utils' 'gtkspell' 'libxslt>=1.1.20'
-          'perl' 'pyxml' 'libgnomeprintui>=2.18.0' 'openssl>=0.9.8d' 'lcms')
+depends=('gtkmm>=2.12.3' 'gc>=7.0' 'desktop-file-utils' 'libxslt>=1.1.22' \
+         'perl' 'pyxml' 'openssl>=0.9.8d' 'lcms' 'gtkspell' 'poppler-glib' \
+         'imagemagick' 'popt')
 makedepends=('perlxml' 'pkgconfig')
-options=('nolibtool')
+options=('!libtool')
 install=inkscape.install
 source=("http://heanet.dl.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz")
-md5sums=('1ac63dfd5d78a676599bf5cf6d22e493')
+md5sums=('3bae9034047379012127e52f9b138d32')
 
 build() {
   cd ${startdir}/src/${pkgname}-${pkgver}
Index: extra/xfce4/xfwm4/PKGBUILD
diff -u extra/xfce4/xfwm4/PKGBUILD:1.22 extra/xfce4/xfwm4/PKGBUILD:1.23
--- extra/xfce4/xfwm4/PKGBUILD:1.22	Tue Dec  4 02:56:58 2007
+++ extra/xfce4/xfwm4/PKGBUILD	Tue Mar 11 23:52:33 2008
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD,v 1.22 2007/12/04 07:56:58 tobias Exp $
+# $Id: PKGBUILD,v 1.23 2008/03/12 03:52:33 tobias Exp $
 # Maintainer: aurelien <aurelien at archlinux.org>
 
 pkgname=xfwm4
 pkgver=4.4.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Xfce window manager, compatible with Gnome, Gnome2, KDE2, and KDE3"
 arch=(i686 x86_64)
 license=('GPL2')
@@ -15,11 +15,15 @@
 options=('!libtool')
 install=${pkgname}.install
 source=(http://www.xfce.org/archive/xfce-${pkgver}/src/${pkgname}-${pkgver}.tar.bz2 \
-        ftp://ftp.archlinux.org/other/xfce4-graphics/ArchLinux-xfce4-xfwm4.tar.gz)
-md5sums=('21da77e50b07e72bba784bf3418ca067' '8ed0d3c7dc07dde88ba7b38ce5006730')
+        ftp://ftp.archlinux.org/other/xfce4-graphics/ArchLinux-xfce4-xfwm4.tar.gz \
+        http://svn.xfce.org/index.cgi/xfce/diff/xfwm4/trunk/src/events.c\?rev1=26059\;rev2=26060\;mime=text%2Fplain )
+md5sums=('21da77e50b07e72bba784bf3418ca067' '8ed0d3c7dc07dde88ba7b38ce5006730' \
+         'cbceeaf790553ec5ce723362c51a7190')
 
 build() {
-  cd ${startdir}/src/${pkgname}-${pkgver}
+  cd ${startdir}/src/${pkgname}-${pkgver}/src
+  patch -Np0 -i ../../events.c\?rev1=26059\;rev2=26060\;mime=text%2Fplain || return 1
+  cd ..
   ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib/xfce4 \
     --localstatedir=/var --disable-static \
     --enable-compositor --enable-xsync




More information about the arch-commits mailing list