[arch-commits] CVS update of extra/xfce4/xfwm4 (PKGBUILD)

andyrtr at archlinux.org andyrtr at archlinux.org
Tue Oct 2 22:40:07 UTC 2007


    Date: Tuesday, October 2, 2007 @ 18:40:07
  Author: andyrtr
    Path: /home/cvs-extra/extra/xfce4/xfwm4

Modified: PKGBUILD (1.19 -> 1.20)

trying to fix #8182


----------+
 PKGBUILD |   13 +++++++++----
 1 file changed, 9 insertions(+), 4 deletions(-)


Index: extra/xfce4/xfwm4/PKGBUILD
diff -u extra/xfce4/xfwm4/PKGBUILD:1.19 extra/xfce4/xfwm4/PKGBUILD:1.20
--- extra/xfce4/xfwm4/PKGBUILD:1.19	Mon Apr 16 03:38:19 2007
+++ extra/xfce4/xfwm4/PKGBUILD	Tue Oct  2 18:40:06 2007
@@ -1,8 +1,8 @@
-# $Id: PKGBUILD,v 1.19 2007/04/16 07:38:19 tobias Exp $
+# $Id: PKGBUILD,v 1.20 2007/10/02 22:40:06 andyrtr Exp $
 # Maintainer: aurelien <aurelien at archlinux.org>
 pkgname=xfwm4
 pkgver=4.4.1
-pkgrel=2
+pkgrel=3
 pkgdesc="Xfce window manager, compatible with Gnome, Gnome2, KDE2, and KDE3"
 arch=(i686 x86_64)
 url="http://www.xfce.org/"
@@ -10,14 +10,19 @@
 depends=('libxfcegui4>=4.4.1' 'libxfce4mcs>=4.4.1' 'libxdamage' 'libxpm' \
          'libxcomposite' 'libxext' 'librsvg')
 makedepends=('xfce-mcs-manager' 'pkgconfig')
-options=('NOLIBTOOL')
+options=('!libtool')
 install=${pkgname}.install
 source=(http://www.xfce.org/archive/xfce-${pkgver}/src/${pkgname}-${pkgver}.tar.bz2 \
+	patch_to_fix_hang_with_new_gtk.diff
         ftp://ftp.archlinux.org/other/xfce4-graphics/ArchLinux-xfce4-xfwm4.tar.gz)
-md5sums=('c531edad76c909001acccc02936404f2' '8ed0d3c7dc07dde88ba7b38ce5006730')
+md5sums=('c531edad76c909001acccc02936404f2'
+         '8261ea85f5876f510eb3a514f77a141f'
+         '8ed0d3c7dc07dde88ba7b38ce5006730')
 
 build() {
   cd ${startdir}/src/${pkgname}-${pkgver}
+  # from http://bugzilla.xfce.org/show_bug.cgi?id=3346 to fix http://bugs.archlinux.org/task/8182
+  patch -Np0 -i ../patch_to_fix_hang_with_new_gtk.diff || return 1
   ./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