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

andyrtr at archlinux.org andyrtr at archlinux.org
Tue Oct 28 21:47:48 UTC 2008


    Date: Tuesday, October 28, 2008 @ 17:47:48
  Author: andyrtr
Revision: 17371

upgpkg: xfwm4 4.4.3-1

Modified:
  xfwm4/trunk/PKGBUILD

----------+
 PKGBUILD |   16 +++++++---------
 1 file changed, 7 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-10-28 21:44:15 UTC (rev 17370)
+++ PKGBUILD	2008-10-28 21:47:48 UTC (rev 17371)
@@ -2,25 +2,23 @@
 # Maintainer: Tobias Kieslich <tobias at archlinux.org>
 
 pkgname=xfwm4
-pkgver=4.4.2
-pkgrel=4
+pkgver=4.4.3
+pkgrel=1
 pkgdesc="Xfce window manager, compatible with Gnome, Gnome2, KDE2, and KDE3"
 arch=(i686 x86_64)
 license=('GPL2')
 url="http://www.xfce.org/"
 groups=('xfce4')
-depends=('libxfcegui4>=4.4.2' 'libxfce4mcs>=4.4.2' 'libxdamage' 'libxpm' \
-         'libxcomposite' 'libxext' 'librsvg')
+depends=('libxfcegui4>=4.4.3' 'libxfce4mcs>=4.4.3' 'libxdamage' 'libxpm' \
+         'libxcomposite' 'libxext' 'librsvg' 'hicolor-icon-theme')
 makedepends=('xfce-mcs-manager' 'pkgconfig')
 options=('!libtool')
 install=${pkgname}.install
-source=(http://www.xfce.org/archive/xfce-${pkgver}/src/${pkgname}-${pkgver}.tar.bz2
-        bug3439.patch)
-md5sums=('21da77e50b07e72bba784bf3418ca067' 'c65b0f59bebd10ea771042e7657ebdef')
+source=(http://www.xfce.org/archive/xfce-${pkgver}/src/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('d15089f06187c029aee4cb87f75c302d')
 
 build() {
-  cd ${startdir}/src/${pkgname}-${pkgver}
-  patch -Np0 -i ${srcdir}/bug3439.patch || return 1
+  cd ${srcdir}/${pkgname}-${pkgver}
   ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib/xfce4 \
     --localstatedir=/var --disable-static \
     --enable-compositor --enable-xsync || return 1




More information about the arch-commits mailing list