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

andyrtr at archlinux.org andyrtr at archlinux.org
Thu Oct 30 20:06:25 UTC 2008


    Date: Thursday, October 30, 2008 @ 16:06:25
  Author: andyrtr
Revision: 17507

Merged revisions 17347 via svnmerge from 
svn+ssh://svn.archlinux.org/home/svn-packages/xfce4-panel/trunk

........
  r17347 | andyrtr | 2008-10-28 18:45:34 +0000 (Di, 28 Okt 2008) | 1 line
  
  upgpkg: xfce4-panel 4.4.3-1
........

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

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


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

Modified: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2008-10-30 20:00:46 UTC (rev 17506)
+++ extra-i686/PKGBUILD	2008-10-30 20:06:25 UTC (rev 17507)
@@ -2,26 +2,26 @@
 # Maintainer: aurelien <aurelien at archlinux.org>
 
 pkgname=xfce4-panel
-pkgver=4.4.2
-pkgrel=2
+pkgver=4.4.3
+pkgrel=1
 pkgdesc="Panel for the Xfce desktop environment"
 arch=(i686 x86_64)
 license=('GPL2')
 url="http://www.xfce.org/"
 groups=('xfce4')
-depends=('libxfcegui4>=4.4.2' 'libxfce4mcs>=4.4.2')
+depends=('libxfcegui4>=4.4.3' 'libxfce4mcs>=4.4.3' 'hicolor-icon-theme')
 makedepends=('pkgconfig' 'xfce-mcs-manager')
 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=('8f26b32c442bf9926f98f285a3c251dd')
+md5sums=('06ef9294062f9bdee4106772e62802f5')
 
 build() {
-  cd ${startdir}/src/${pkgname}-${pkgver}
+  cd ${srcdir}/${pkgname}-${pkgver}
   ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib/xfce4 \
     --localstatedir=/var --disable-static
   make || return 1
-  make DESTDIR=${startdir}/pkg install
+  make DESTDIR=${pkgdir} install
 }




More information about the arch-commits mailing list