diff x11/xcompmgr/xcompmgr.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 ddab65a5b3f5
line wrap: on
line diff
--- a/x11/xcompmgr/xcompmgr.sh	Mon Aug 26 20:45:00 2019 +0200
+++ b/x11/xcompmgr/xcompmgr.sh	Mon Aug 26 12:14:53 2019 +0200
@@ -21,13 +21,13 @@
 PKGLICENSE="CUSTOM"
 PKGSUMMARY="X.Org composite window-effects manager"
 PKGDOWNLOAD="https://www.x.org/releases/individual/app/$PKGNAME-$PKGVERSION.tar.gz"
-PKGDEPENDS="x11/libxcomposite
-            x11/libxdamage
-            x11/libxext
-            x11/libxfixes
-            x11/libxrender
-            x11/util-macros:build
-            x11/xorgproto:build"
+PKGDEPENDS="libxcomposite
+            libxdamage
+            libxext
+            libxfixes
+            libxrender
+            util-macros:build
+            xorgproto:build"
 
 : ${CHOST:=$(uname -m)-linux-musl}
 : ${CBUILD:=$(uname -m)-linux-musl}