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

Evangelos Foutras foutrelis at archlinux.org
Sun Aug 11 23:15:36 UTC 2019


    Date: Sunday, August 11, 2019 @ 23:15:36
  Author: foutrelis
Revision: 359652

upgpkg: xfce4-panel 4.14.0-1

New upstream release.

Modified:
  xfce4-panel/trunk/PKGBUILD

----------+
 PKGBUILD |    9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-08-11 23:08:21 UTC (rev 359651)
+++ PKGBUILD	2019-08-11 23:15:36 UTC (rev 359652)
@@ -2,7 +2,7 @@
 # Contributor: tobias <tobias funnychar archlinux.org>
 
 pkgname=xfce4-panel
-pkgver=4.12.2
+pkgver=4.14.0
 pkgrel=1
 pkgdesc="Panel for the Xfce desktop environment"
 arch=('x86_64')
@@ -9,11 +9,11 @@
 url="https://www.xfce.org/"
 license=('GPL2')
 groups=('xfce4')
-depends=('exo' 'garcon' 'libxfce4ui' 'libwnck' 'hicolor-icon-theme'
+depends=('exo' 'garcon' 'libxfce4ui' 'xfconf' 'libwnck3' 'hicolor-icon-theme'
          'desktop-file-utils')
-makedepends=('intltool')
+makedepends=('intltool' 'gobject-introspection' 'vala')
 source=(https://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('42058abb81b8f87691d3999627447de71c3285bcf055f308aab5cefab2de0ce9')
+sha256sums=('d5f8f3bd7e142139987e5e62cda26135a424baabb5e47aa0c23b4169d0a66ef4')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"
@@ -25,7 +25,6 @@
     --localstatedir=/var \
     --disable-static \
     --enable-gio-unix \
-    --enable-gtk3 \
     --disable-debug
   make
 }



More information about the arch-commits mailing list