diff options
-rw-r--r-- | meta-pkgs/lxqt/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-pkgs/lxqt/Makefile b/meta-pkgs/lxqt/Makefile index 02c3c15f755..fef63b01067 100644 --- a/meta-pkgs/lxqt/Makefile +++ b/meta-pkgs/lxqt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2020/04/26 03:13:14 gutteridge Exp $ +# $NetBSD: Makefile,v 1.2 2020/04/26 03:34:29 gutteridge Exp $ PKGNAME= lxqt-0.14.1 CATEGORIES= meta-pkgs @@ -35,6 +35,8 @@ DEPENDS+= pcmanfm-qt>=0.14.1:../../sysutils/pcmanfm-qt DEPENDS+= qterminal>=0.14.1:../../x11/qterminal DEPENDS+= lxqt-panel>=0.14.1:../../x11/lxqt-panel DEPENDS+= lxqt-runner>=0.14.1:../../x11/lxqt-runner +# The Oxygen icon set is the default that LXQt expects, and a compatible icon +# theme must be present for it to be fully usable. Breeze is another option. DEPENDS+= oxygen-icons-[0-9]*:../../graphics/oxygen-icons DEPENDS+= xscreensaver-[0-9]*:../../x11/xscreensaver # This pulls in quite a lot of dependencies, but, if translations are wanted, |