diff xfce/xfce4-appfinder/xfce4-appfinder.sh @ 902:a133976e0783

vanilla: remove all origins, closes #2203
author David Demelier <markand@malikania.fr>
date Mon, 26 Aug 2019 12:14:53 +0200
parents ae55d9077f70
children ddab65a5b3f5
line wrap: on
line diff
--- a/xfce/xfce4-appfinder/xfce4-appfinder.sh	Mon Aug 26 20:45:00 2019 +0200
+++ b/xfce/xfce4-appfinder/xfce4-appfinder.sh	Mon Aug 26 12:14:53 2019 +0200
@@ -21,12 +21,12 @@
 PKGLICENSE="GPLv2"
 PKGSUMMARY="Xfce applications finder"
 PKGDOWNLOAD="http://archive.xfce.org/xfce/${PKGVERSION%.*}/src/$PKGNAME-$PKGVERSION.tar.bz2"
-PKGDEPENDS="graphics/gtk
-            lib/glib
-            xfce/garcon
-            xfce/libxfce4ui
-            xfce/libxfce4util
-            xfce/xfconf"
+PKGDEPENDS="gtk
+            glib
+            garcon
+            libxfce4ui
+            libxfce4util
+            xfconf"
 PKGOPTIONS="NLS"
 
 : ${CHOST:=$(uname -m)-linux-musl}
@@ -38,7 +38,7 @@
 : ${NLS:=yes}
 
 if [ "$NLS" = "yes" ]; then
-	PKGDEPENDS="core/gettext $PKGDEPENDS"
+	PKGDEPENDS="gettext $PKGDEPENDS"
 	with_nls="--enable-nls"
 else
 	with_nls="--disable-nls"