diff desktop/libnotify/libnotify.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/desktop/libnotify/libnotify.sh	Mon Aug 26 20:45:00 2019 +0200
+++ b/desktop/libnotify/libnotify.sh	Mon Aug 26 12:14:53 2019 +0200
@@ -21,11 +21,11 @@
 PKGLICENSE="LGPLv21"
 PKGSUMMARY="library for sending desktop notifications"
 PKGDOWNLOAD="https://download.gnome.org/sources/$PKGNAME/0.7/$PKGNAME-$PKGVERSION.tar.xz"
-PKGDEPENDS="dev/gobject-introspection
-            dev/meson:build
-            graphics/gdk-pixbuf
-            graphics/gtk
-            lib/glib"
+PKGDEPENDS="gobject-introspection
+            meson:build
+            gdk-pixbuf
+            gtk
+            glib"
 
 : ${CC:=clang}
 : ${CFLAGS:=-O2}