diff x11/xclock/xclock.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 25cecc6dca48
children 25a95c53d800
line wrap: on
line diff
--- a/x11/xclock/xclock.sh	Mon Aug 26 20:45:00 2019 +0200
+++ b/x11/xclock/xclock.sh	Mon Aug 26 12:14:53 2019 +0200
@@ -21,11 +21,11 @@
 PKGLICENSE="CUSTOM"
 PKGSUMMARY="X.Org simple clock"
 PKGDOWNLOAD="https://www.x.org/releases/individual/app/$PKGNAME-$PKGVERSION.tar.gz"
-PKGDEPENDS="x11/libx11
-            x11/libxmu
-            x11/libxaw
-            x11/util-macros:build
-            x11/xorgproto:build"
+PKGDEPENDS="libx11
+            libxmu
+            libxaw
+            util-macros:build
+            xorgproto:build"
 PKGOPTIONS="FREETYPE"
 
 : ${CHOST:=$(uname -m)-linux-musl}
@@ -37,7 +37,7 @@
 : ${FREETYPE:=yes}
 
 if [ "$FREETYPE" = "yes" ]; then
-	PKGDEPENDS="x11/libxft $PKGDEPENDS"
+	PKGDEPENDS="libxft $PKGDEPENDS"
 	with_freetype="--with-xft"
 else
 	with_freetype="--without-xft"