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

Evangelos Foutras foutrelis at archlinux.org
Sat Mar 9 10:28:09 UTC 2019


    Date: Saturday, March 9, 2019 @ 10:28:08
  Author: foutrelis
Revision: 347553

upgpkg: xfdesktop 4.13.3-1

- Bump to development release targeting Xfce 4.14.
- Re-enable thunarx support.
- Remove decade-old xfce4-menueditor replace.

Modified:
  xfdesktop/trunk/PKGBUILD

----------+
 PKGBUILD |   13 +++++--------
 1 file changed, 5 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-03-09 10:22:03 UTC (rev 347552)
+++ PKGBUILD	2019-03-09 10:28:08 UTC (rev 347553)
@@ -2,20 +2,17 @@
 # Contributor: tobias <tobias funnychar archlinux.org>
 
 pkgname=xfdesktop
-pkgver=4.12.4
-pkgrel=2
+pkgver=4.13.3
+pkgrel=1
 pkgdesc="A desktop manager for Xfce"
 arch=('x86_64')
 url="http://www.xfce.org/"
 license=('GPL2')
 groups=('xfce4')
-# Re-add thunar once xfdesktop supports the new Thunarx-3 API
-depends=('libxfce4ui' 'garcon' 'exo' 'hicolor-icon-theme' 'libwnck')
+depends=('libxfce4ui' 'libwnck3' 'exo' 'thunar' 'garcon' 'hicolor-icon-theme')
 makedepends=('intltool')
-conflicts=('xfce4-menueditor')
-replaces=('xfce4-menueditor')
 source=(https://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('098a35510562907e1431d5adbfa8307484a235c1dec6a43e2d58d2ac4241f1cb')
+sha256sums=('80f7f28ef17638fe1cf4481db694731c208785a56b6c840005202f9c2db238f5')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"
@@ -23,7 +20,7 @@
   ./configure \
     --prefix=/usr \
     --sysconfdir=/etc \
-    --enable-gio-unix \
+    --enable-thunarx \
     --enable-notifications \
     --disable-debug
   make



More information about the arch-commits mailing list