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

andyrtr at archlinux.org andyrtr at archlinux.org
Sat May 22 13:45:05 UTC 2010


    Date: Saturday, May 22, 2010 @ 09:45:04
  Author: andyrtr
Revision: 80831

upgpkg: xfce4-panel 4.6.4-1
new version 4.6.4

Modified:
  xfce4-panel/trunk/PKGBUILD

----------+
 PKGBUILD |   15 ++++++++++-----
 1 file changed, 10 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-05-22 13:38:04 UTC (rev 80830)
+++ PKGBUILD	2010-05-22 13:45:04 UTC (rev 80831)
@@ -1,25 +1,30 @@
 # $Id$
-# Maintainer: tobias <tobias funnychar archlinux.org>
+# Maintainer: AndyRTR <andyrtr at archlinux.org>
+# Contributor: tobias <tobias funnychar archlinux.org>
 
 pkgname=xfce4-panel
-pkgver=4.6.3
+pkgver=4.6.4
 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.6.1" 'exo>=0.3.106' 'libwnck' 'hicolor-icon-theme')
-makedepends=('pkgconfig' "xfconf>=4.6.1" 'intltool')
+depends=("libxfcegui4>=4.6.4" 'exo>=0.3.107' 'libwnck' 'hicolor-icon-theme')
+makedepends=('pkgconfig' "xfconf>=4.6.2" 'intltool')
 options=('!libtool')
 install=${pkgname}.install
 source=(http://archive.xfce.org/src/xfce/${pkgname}/4.6/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('0b715abb929220f136483ccd7303ff62')
+md5sums=('82f10a42aefca4cc26a6633e7478cc65')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
   ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib \
     --localstatedir=/var --disable-static
   make || return 1
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
   make DESTDIR=${pkgdir} install || return 1
 }




More information about the arch-commits mailing list