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

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


    Date: Saturday, February 28, 2009 @ 06:05:29
  Author: andyrtr
Revision: 28209

Merged revisions 25911,25961,28049 via svnmerge from 
svn+ssh://svn.archlinux.org/srv/svn-packages/xfce4-panel/trunk

........
  r25911 | andyrtr | 2009-02-01 12:16:18 +0000 (So, 01 Feb 2009) | 2 lines
  
  upgpkg: xfce4-panel 4.5.99.1-1
      new verions 4.5.99.1(=4.6rc1)
........
  r25961 | andyrtr | 2009-02-01 20:36:02 +0000 (So, 01 Feb 2009) | 1 line
  
  add new xfce4-power-manager pkg
........
  r28049 | andyrtr | 2009-02-27 20:15:39 +0000 (Fr, 27 Feb 2009) | 2 lines
  
  upgpkg: xfce4-panel 4.6.0-1
      new version 4.6.0; fix #13144
........

Modified:
  xfce4-panel/repos/extra-i686/	(properties)
  xfce4-panel/repos/extra-i686/PKGBUILD

----------+
 PKGBUILD |   18 ++++++++----------
 1 file changed, 8 insertions(+), 10 deletions(-)


Property changes on: xfce4-panel/repos/extra-i686
___________________________________________________________________
Modified: svnmerge-integrated
   - /xfce4-panel/trunk:1-17506
   + /xfce4-panel/trunk:1-28208

Modified: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2009-02-28 11:03:10 UTC (rev 28208)
+++ extra-i686/PKGBUILD	2009-02-28 11:05:29 UTC (rev 28209)
@@ -1,27 +1,25 @@
 # $Id$
-# Maintainer: aurelien <aurelien at archlinux.org>
+# Maintainer: tobias <tobias funnychar archlinux.org>
 
 pkgname=xfce4-panel
-pkgver=4.4.3
+pkgver=4.6.0
 pkgrel=1
 pkgdesc="Panel for the Xfce desktop environment"
-arch=(i686 x86_64)
+arch=('i686' 'x86_64')
 license=('GPL2')
 url="http://www.xfce.org/"
 groups=('xfce4')
-depends=('libxfcegui4>=4.4.3' 'libxfce4mcs>=4.4.3' 'hicolor-icon-theme')
-makedepends=('pkgconfig' 'xfce-mcs-manager')
+depends=("libxfcegui4>=$pkgver" 'exo>=0.3.100' 'libwnck' 'hicolor-icon-theme')
+makedepends=('pkgconfig' "xfconf>=$pkgver")
 options=('!libtool')
-replaces=('xfce4-iconbox' 'xfce4-showdesktop-plugin' 'xfce4-systray' \
-          'xfce4-windowlist-plugin' 'xfce4-taskbar-plugin')
 install=${pkgname}.install
 source=(http://www.xfce.org/archive/xfce-${pkgver}/src/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('06ef9294062f9bdee4106772e62802f5')
+md5sums=('b4c7cce05cc858d11c9dcd4c2f8dbfdb')
 
 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
   make || return 1
-  make DESTDIR=${pkgdir} install
+  make DESTDIR=${pkgdir} install || return 1
 }




More information about the arch-commits mailing list