From e01140ee8770a9486bc06842aeca4dfee3598cc4 Mon Sep 17 00:00:00 2001
From: Leo <thinkabit.ukim@gmail.com>
Date: Mon, 1 Jul 2019 03:10:34 -0300
Subject: [PATCH] community/xfdesktop: upgrade to 4.13.5

---
 community/xfdesktop/APKBUILD | 11 ++++-------
 1 file changed, 4 insertions(+), 7 deletions(-)

diff --git a/community/xfdesktop/APKBUILD b/community/xfdesktop/APKBUILD
index 09f8b98e6da2..d81a02970922 100644
--- a/community/xfdesktop/APKBUILD
+++ b/community/xfdesktop/APKBUILD
@@ -1,12 +1,12 @@
 # Contributor: Łukasz Jendrysik <scadu@yandex.com>
 # Maintainer: Natanael Copa <ncopa@alpinelinux.org>
 pkgname=xfdesktop
-pkgver=4.13.4
+pkgver=4.13.5
 pkgrel=0
 pkgdesc="A desktop manager for Xfce"
 url="https://xfce.org/"
-arch="all"
-license="GPL-2.0+"
+arch="all !x86" # Limited by webkit2gtk
+license="GPL-2.0-or-later"
 subpackages="$pkgname-doc $pkgname-lang"
 depends="hicolor-icon-theme"
 makedepends="garcon-dev thunar-dev libxfce4ui-dev libwnck3-dev libnotify-dev
@@ -14,7 +14,6 @@ makedepends="garcon-dev thunar-dev libxfce4ui-dev libwnck3-dev libnotify-dev
 source="https://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2"
 
 build() {
-	cd "$builddir"
 	./configure \
 		--build=$CBUILD \
 		--host=$CHOST \
@@ -27,13 +26,11 @@ build() {
 }
 
 check() {
-	cd "$builddir"
 	make check
 }
 
 package() {
-	cd "$builddir"
 	make DESTDIR="$pkgdir" install
 }
 
-sha512sums="3943fc2af3ca3996a38900fea4a03004e1d3f8728a8517c988bd59744607ed8e4ba3f135d6075833af206df3c35464633f47e374c26fcbb8a20f0f1ecfdb7da6  xfdesktop-4.13.4.tar.bz2"
+sha512sums="5191a28d29f9ba7960ada37055867fabccd2c7b047671331aadbb8d7a03a73dd5b7dd5f6043dd2f0226fa734262b52d22f0c6b77d56007a973aa01da9340f448  xfdesktop-4.13.5.tar.bz2"
-- 
GitLab