diff xfce/garcon/garcon.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/garcon/garcon.sh	Mon Aug 26 20:45:00 2019 +0200
+++ b/xfce/garcon/garcon.sh	Mon Aug 26 12:14:53 2019 +0200
@@ -21,14 +21,14 @@
 PKGLICENSE="LGPLv2 GFDLv11"
 PKGSUMMARY="Xfce freedesktop compliant menu implementation"
 PKGDOWNLOAD="http://archive.xfce.org/xfce/4.14/src/$PKGNAME-$PKGVERSION.tar.bz2"
-PKGDEPENDS="desktop/libwnck
-            graphics/cairo
-            graphics/gtk
-            lib/glib
-            xfce/exo
-            xfce/libxfce4ui
-            xfce/libxfce4util
-            xfce/xfconf"
+PKGDEPENDS="libwnck
+            cairo
+            gtk
+            glib
+            exo
+            libxfce4ui
+            libxfce4util
+            xfconf"
 PKGOPTIONS="NLS"
 
 : ${CHOST:=$(uname -m)-linux-musl}
@@ -40,7 +40,7 @@
 : ${NLS:=yes}
 
 if [ "$NLS" = "yes" ]; then
-	PKGDEPENDS="core/gettext $PKGDEPENDS"
+	PKGDEPENDS="gettext $PKGDEPENDS"
 	with_nls="--enable-nls"
 else
 	with_nls="--disable-nls"