[arch-commits] Commit in xfwm4/repos (extra-x86_64 extra-x86_64/PKGBUILD)

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


    Date: Tuesday, October 28, 2008 @ 17:48:33
  Author: andyrtr
Revision: 17372

Merged revisions 17371 via svnmerge from 
svn+ssh://svn.archlinux.org/home/svn-packages/xfwm4/trunk

........
  r17371 | andyrtr | 2008-10-28 21:47:48 +0000 (Di, 28 Okt 2008) | 1 line
  
  upgpkg: xfwm4 4.4.3-1
........

Modified:
  xfwm4/repos/extra-x86_64/	(properties)
  xfwm4/repos/extra-x86_64/PKGBUILD

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


Property changes on: xfwm4/repos/extra-x86_64
___________________________________________________________________
Name: svnmerge-integrated
   - /xfwm4/trunk:1-12018
   + /xfwm4/trunk:1-17371

Modified: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2008-10-28 21:47:48 UTC (rev 17371)
+++ extra-x86_64/PKGBUILD	2008-10-28 21:48:33 UTC (rev 17372)
@@ -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