Date: Sunday, March 1, 2015 @ 08:09:49 Author: foutrelis Revision: 232153
upgpkg: xfce4-panel 4.12.0-1 New upstream release. Modified: xfce4-panel/trunk/PKGBUILD ----------+ PKGBUILD | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-03-01 06:56:20 UTC (rev 232152) +++ PKGBUILD 2015-03-01 07:09:49 UTC (rev 232153) @@ -3,19 +3,19 @@ # Contributor: tobias <tobias funnychar archlinux.org> pkgname=xfce4-panel -pkgver=4.10.1 -pkgrel=2 +pkgver=4.12.0 +pkgrel=1 pkgdesc="Panel for the Xfce desktop environment" arch=('i686' 'x86_64') url="http://www.xfce.org/" license=('GPL2') groups=('xfce4') -depends=('exo' 'garcon' 'libxfce4ui' 'libwnck>=2.31.0' 'hicolor-icon-theme' +depends=('exo' 'garcon' 'libxfce4ui' 'libwnck' 'hicolor-icon-theme' 'desktop-file-utils') makedepends=('intltool' 'gtk-doc') install=$pkgname.install -source=(http://archive.xfce.org/src/xfce/$pkgname/4.10/$pkgname-$pkgver.tar.bz2) -sha256sums=('573052ed1b65e247415f92df120c8a78f9e4152c2636d38c923f82e32b8475d6') +source=(http://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2) +sha256sums=('30920fc2e2fc26279a82b5261a155c2cc15ab2aa1ced2275684a6ff8261b97b0') build() { cd "$srcdir/$pkgname-$pkgver" @@ -28,6 +28,7 @@ --disable-static \ --enable-gio-unix \ --enable-gtk-doc \ + --enable-gtk3 \ --disable-debug make }