meta-pkgs/lxqt: update to 1.0.0
One component remains to be updated, namely lxqt-session. David H. Gutteridge will handle this one later today. For changes refer to the individual components.
This commit is contained in:
parent
7e6d451c7b
commit
38d201e174
2 changed files with 31 additions and 31 deletions
|
@ -1,7 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.6 2021/04/28 08:32:11 pin Exp $
|
||||
# $NetBSD: Makefile,v 1.7 2021/11/19 11:49:53 pin Exp $
|
||||
|
||||
PKGNAME= lxqt-0.17.0
|
||||
PKGREVISION= 1
|
||||
PKGNAME= lxqt-1.0.0
|
||||
CATEGORIES= meta-pkgs
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
|
@ -12,38 +11,40 @@ META_PACKAGE= yes
|
|||
|
||||
.include "options.mk"
|
||||
|
||||
TOOL_DEPENDS+= lxqt-build-tools>=0.9.0:../../devel/lxqt-build-tools
|
||||
TOOL_DEPENDS+= lxqt-build-tools>=0.10.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+= libqtxdg>=3.8.0:../../x11/libqtxdg
|
||||
DEPENDS+= liblxqt>=1.0.0:../../x11/liblxqt
|
||||
DEPENDS+= libfm-qt>=1.0.0:../../x11/libfm-qt
|
||||
DEPENDS+= lxqt-themes>=1.0.0:../../graphics/lxqt-themes
|
||||
DEPENDS+= pavucontrol-qt>=1.0.0:../../audio/pavucontrol-qt
|
||||
DEPENDS+= qtermwidget>=1.0.0:../../x11/qtermwidget
|
||||
DEPENDS+= lximage-qt>=1.0.0:../../graphics/lximage-qt
|
||||
DEPENDS+= lxqt-about>=1.0.0:../../x11/lxqt-about
|
||||
DEPENDS+= lxqt-policykit>=1.0.0:../../security/lxqt-policykit
|
||||
DEPENDS+= lxqt-admin>=1.0.0:../../x11/lxqt-admin
|
||||
DEPENDS+= lxqt-config>=1.0.0:../../x11/lxqt-config
|
||||
DEPENDS+= lxqt-globalkeys>=1.0.0:../../x11/lxqt-globalkeys
|
||||
DEPENDS+= lxqt-openssh-askpass>=1.0.0:../../security/lxqt-openssh-askpass
|
||||
DEPENDS+= lxqt-notificationd>=1.0.0:../../x11/lxqt-notificationd
|
||||
DEPENDS+= lxqt-powermanagement>=1.0.0:../../sysutils/lxqt-powermanagement
|
||||
DEPENDS+= lxqt-qtplugin>=1.0.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
|
||||
DEPENDS+= lxqt-sudo>=1.0.0:../../security/lxqt-sudo
|
||||
DEPENDS+= pcmanfm-qt>=1.0.0:../../sysutils/pcmanfm-qt
|
||||
DEPENDS+= qterminal>=1.0.0:../../x11/qterminal
|
||||
DEPENDS+= lxqt-panel>=1.0.0:../../x11/lxqt-panel
|
||||
DEPENDS+= lxqt-runner>=1.0.0:../../x11/lxqt-runner
|
||||
DEPENDS+= screengrab>=2.3.0:../../graphics/screengrab
|
||||
DEPENDS+= lxqt-archiver>=0.5.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
|
||||
DEPENDS+= qt5-qttranslations>=5.15.2:../../x11/qt5-qttranslations
|
||||
# This is needed to be able to correctly use deadkeys
|
||||
DEPENDS+= uim-[0-9]*:../../inputmethod/uim
|
||||
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: options.mk,v 1.4 2021/04/20 18:58:53 pin Exp $
|
||||
# $NetBSD: options.mk,v 1.5 2021/11/19 11:49:53 pin Exp $
|
||||
|
||||
PKG_OPTIONS_VAR= PKG_OPTIONS.lxqt
|
||||
PKG_OPTIONS_OPTIONAL_GROUPS= wm
|
||||
|
@ -11,9 +11,8 @@ PKG_SUGGESTED_OPTIONS= openbox
|
|||
|
||||
.if !empty(PKG_OPTIONS:Mopenbox)
|
||||
DEPENDS+= openbox>=3.6.1:../../wm/openbox
|
||||
DEPENDS+= obconf-qt>=0.16.1:../../wm/obconf-qt
|
||||
.endif
|
||||
|
||||
.if !empty(PKG_OPTIONS:Mxfce4-wm)
|
||||
DEPENDS+= xfce4-wm>=4.14.4:../../wm/xfce4-wm
|
||||
DEPENDS+= xfce4-wm>=4.14.6:../../wm/xfce4-wm
|
||||
.endif
|
||||
|
|
Loading…
Reference in a new issue