diff xfce/parole/parole.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/parole/parole.sh	Mon Aug 26 20:45:00 2019 +0200
+++ b/xfce/parole/parole.sh	Mon Aug 26 12:14:53 2019 +0200
@@ -22,17 +22,17 @@
 PKGSUMMARY="Xfce simple multimedia player"
 PKGDOWNLOAD="http://archive.xfce.org/src/apps/$PKGNAME/${PKGVERSION%.*}/$PKGNAME-$PKGVERSION.tar.bz2"
 PKGOPTIONS="MPRIS NLS NOTIFICATIONS TAGLIB TRAY"
-PKGDEPENDS="graphics/cairo
-            graphics/gtk
-            graphics/libexif
-            lib/glib
-            multimedia/gstreamer
-            multimedia/gst-plugins-base
-            network/dbus
-            x11/libx11
-            xfce/libxfce4ui
-            xfce/libxfce4util
-            xfce/xfconf"
+PKGDEPENDS="cairo
+            gtk
+            libexif
+            glib
+            gstreamer
+            gst-plugins-base
+            dbus
+            libx11
+            libxfce4ui
+            libxfce4util
+            xfconf"
 
 : ${CHOST:=$(uname -m)-linux-musl}
 : ${CBUILD:=$(uname -m)-linux-musl}
@@ -55,21 +55,21 @@
 fi
 
 if [ "$NLS" = "yes" ]; then
-	PKGDEPENDS="core/gettext $PKGDEPENDS"
+	PKGDEPENDS="gettext $PKGDEPENDS"
 	with_nls="--enable-nls"
 else
 	with_nls="--disable-nls"
 fi
 
 if [ "$NOTIFICATIONS" = "yes" ]; then
-	PKGDEPENDS="desktop/libnotify $PKGDEPENDS"
+	PKGDEPENDS="libnotify $PKGDEPENDS"
 	with_notifications="--enable-notify-plugin"
 else
 	with_notifications="--disable-notify-plugin"
 fi
 
 if [ "$TAGLIB" = "yes" ]; then
-	PKGDEPENDS="audio/taglib $PKGDEPENDS"
+	PKGDEPENDS="taglib $PKGDEPENDS"
 	with_taglib="--enable-taglib"
 else
 	with_taglib="--disable-taglib"