diff mate/mate-calc/mate-calc.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/mate/mate-calc/mate-calc.sh	Mon Aug 26 20:45:00 2019 +0200
+++ b/mate/mate-calc/mate-calc.sh	Mon Aug 26 12:14:53 2019 +0200
@@ -21,7 +21,7 @@
 PKGLICENSE="GPLv2"
 PKGSUMMARY="MATE calculator"
 PKGDOWNLOAD="https://pub.mate-desktop.org/releases/1.22/$PKGNAME-$PKGVERSION.tar.xz"
-PKGDEPENDS="lib/glib graphics/gtk misc/itstool:build"
+PKGDEPENDS="glib gtk itstool:build"
 PKGOPTIONS="NLS"
 
 : ${CHOST:=$(uname -m)-linux-musl}
@@ -33,7 +33,7 @@
 : ${NLS:=yes}
 
 if [ "$NLS" = "yes" ]; then
-	PKGDEPENDS="core/gettext $PKGDEPENDS"
+	PKGDEPENDS="gettext $PKGDEPENDS"
 	with_nls="--enable-nls"
 else
 	with_nls="--disable-nls"