diff desktop/libwnck2/libwnck2.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 0e6c54d47dfb
children ddab65a5b3f5
line wrap: on
line diff
--- a/desktop/libwnck2/libwnck2.sh	Mon Aug 26 20:45:00 2019 +0200
+++ b/desktop/libwnck2/libwnck2.sh	Mon Aug 26 12:14:53 2019 +0200
@@ -21,12 +21,12 @@
 PKGLICENSE="LGPLv20"
 PKGSUMMARY="window navigator construction kit"
 PKGDOWNLOAD="https://download.gnome.org/sources/libwnck/2.31/libwnck-$PKGVERSION.tar.xz"
-PKGDEPENDS="desktop/startup-notification
-            dev/gobject-introspection
-            graphics/gdk-pixbuf:build
-            graphics/gtk2
-            x11/libx11
-            x11/libxres"
+PKGDEPENDS="startup-notification
+            gobject-introspection
+            gdk-pixbuf:build
+            gtk2
+            libx11
+            libxres"
 
 : ${CC:=clang}
 : ${CFLAGS:=-O2}