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

andyrtr at archlinux.org andyrtr at archlinux.org
Sat Feb 28 11:24:11 UTC 2009


    Date: Saturday, February 28, 2009 @ 06:24:11
  Author: andyrtr
Revision: 28215

Merged revisions 25937,28061 via svnmerge from 
svn+ssh://svn.archlinux.org/srv/svn-packages/xfwm4/trunk

........
  r25937 | andyrtr | 2009-02-01 16:05:07 +0000 (So, 01 Feb 2009) | 2 lines
  
  upgpkg: xfwm4 4.5.99.1-1
      new verions 4.5.99.1(=4.6rc1)
........
  r28061 | andyrtr | 2009-02-27 20:41:34 +0000 (Fr, 27 Feb 2009) | 2 lines
  
  upgpkg: xfwm4 4.6.0-1
      new version 4.6.0
........

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

----------+
 PKGBUILD |   13 ++++++-------
 1 file changed, 6 insertions(+), 7 deletions(-)


Property changes on: xfwm4/repos/extra-i686
___________________________________________________________________
Modified: svnmerge-integrated
   - /xfwm4/trunk:1-17541
   + /xfwm4/trunk:1-28214

Modified: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2009-02-28 11:19:29 UTC (rev 28214)
+++ extra-i686/PKGBUILD	2009-02-28 11:24:11 UTC (rev 28215)
@@ -1,25 +1,24 @@
 # $Id$
-# Maintainer: Tobias Kieslich <tobias at archlinux.org>
+# Maintainer: Tobias Kieslich <tobias funnychar archlinux.org>
 
 pkgname=xfwm4
-pkgver=4.4.3
+pkgver=4.6.0
 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.3' 'libxfce4mcs>=4.4.3' 'libxdamage' 'libxpm' \
-         'libxcomposite' 'libxext' 'librsvg' 'hicolor-icon-theme')
-makedepends=('xfce-mcs-manager' 'pkgconfig')
+depends=("libxfcegui4>=$pkgver" 'libwnck' 'hicolor-icon-theme')
+makedepends=('pkgconfig')
 options=('!libtool')
 install=${pkgname}.install
 source=(http://www.xfce.org/archive/xfce-${pkgver}/src/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('d15089f06187c029aee4cb87f75c302d')
+md5sums=('83cd2f82f2fabfe4ab28a9780fbf309e')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib/xfce4 \
+  ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib \
     --localstatedir=/var --disable-static \
     --enable-compositor --enable-xsync || return 1
   make || return 1




More information about the arch-commits mailing list