57dc20400f
Bump revision due to lxqt-powermanagement point release. Minor revision, not added to CHANGES-2021
49 lines
2.1 KiB
Makefile
49 lines
2.1 KiB
Makefile
# $NetBSD: Makefile,v 1.6 2021/04/28 08:32:11 pin Exp $
|
|
|
|
PKGNAME= lxqt-0.17.0
|
|
PKGREVISION= 1
|
|
CATEGORIES= meta-pkgs
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://lxqt.org/
|
|
COMMENT= Meta-package for the LXQt desktop environment
|
|
|
|
META_PACKAGE= yes
|
|
|
|
.include "options.mk"
|
|
|
|
TOOL_DEPENDS+= lxqt-build-tools>=0.9.0:../../devel/lxqt-build-tools
|
|
|
|
DEPENDS+= libqtxdg>=3.7.1:../../x11/libqtxdg
|
|
DEPENDS+= liblxqt>=0.17.0:../../x11/liblxqt
|
|
DEPENDS+= libfm-qt>=0.17.1:../../x11/libfm-qt
|
|
DEPENDS+= lxqt-themes>=0.17.0:../../graphics/lxqt-themes
|
|
DEPENDS+= pavucontrol-qt>=0.17.0:../../audio/pavucontrol-qt
|
|
DEPENDS+= qtermwidget>=0.17.0:../../x11/qtermwidget
|
|
DEPENDS+= lximage-qt>=0.17.0:../../graphics/lximage-qt
|
|
DEPENDS+= lxqt-about>=0.17.0:../../x11/lxqt-about
|
|
DEPENDS+= lxqt-policykit>=0.17.0:../../security/lxqt-policykit
|
|
DEPENDS+= lxqt-admin>=0.17.0:../../x11/lxqt-admin
|
|
DEPENDS+= lxqt-config>=0.17.1:../../x11/lxqt-config
|
|
DEPENDS+= lxqt-globalkeys>=0.17.0:../../x11/lxqt-globalkeys
|
|
DEPENDS+= lxqt-openssh-askpass>=0.17.0:../../security/lxqt-openssh-askpass
|
|
DEPENDS+= lxqt-notificationd>=0.17.0:../../x11/lxqt-notificationd
|
|
DEPENDS+= lxqt-powermanagement>=0.17.1:../../sysutils/lxqt-powermanagement
|
|
DEPENDS+= lxqt-qtplugin>=0.17.0:../../x11/lxqt-qtplugin
|
|
DEPENDS+= lxqt-session>=0.17.1:../../x11/lxqt-session
|
|
DEPENDS+= lxqt-sudo>=0.17.0:../../security/lxqt-sudo
|
|
DEPENDS+= pcmanfm-qt>=0.17.0:../../sysutils/pcmanfm-qt
|
|
DEPENDS+= qterminal>=0.17.0:../../x11/qterminal
|
|
DEPENDS+= lxqt-panel>=0.17.1:../../x11/lxqt-panel
|
|
DEPENDS+= lxqt-runner>=0.17.0:../../x11/lxqt-runner
|
|
DEPENDS+= screengrab>=2.2.0:../../graphics/screengrab
|
|
DEPENDS+= lxqt-archiver>=0.4.0:../../archivers/lxqt-archiver
|
|
# 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,
|
|
# it's needed.
|
|
DEPENDS+= qt5-qttranslations>=5.15.1:../../x11/qt5-qttranslations
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|