diff options
author | gutteridge <gutteridge@pkgsrc.org> | 2020-04-26 03:34:29 +0000 |
---|---|---|
committer | gutteridge <gutteridge@pkgsrc.org> | 2020-04-26 03:34:29 +0000 |
commit | 4f7ca42a167453f8a19e9e3542699f2d2c918feb (patch) | |
tree | 497c46c47812209891a062e198a8e03dac7774e0 | |
parent | 227f439f067cb92c850a55300aabb8d329af32ad (diff) | |
download | pkgsrc-4f7ca42a167453f8a19e9e3542699f2d2c918feb.tar.gz |
lxqt: add a comment about icon themes
-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, |