diff options
34 files changed, 64 insertions, 51 deletions
diff --git a/archivers/lxqt-archiver/Makefile b/archivers/lxqt-archiver/Makefile index cd76882980da..b60025f39640 100644 --- a/archivers/lxqt-archiver/Makefile +++ b/archivers/lxqt-archiver/Makefile @@ -1,6 +1,6 @@ PORTNAME= lxqt-archiver PORTVERSION= 1.2.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= archivers MASTER_SITES= LXQT @@ -16,7 +16,7 @@ LIB_DEPENDS= libfm-qt6.so:x11/libfm-qt6 \ libexif.so:graphics/libexif RUN_DEPENDS= gtar:archivers/gtar -USES= cmake compiler:c++17-lang desktop-file-utils lxqt:2 perl5 \ +USES= cmake compiler:c++20-lang desktop-file-utils lxqt:2 perl5 \ pkgconfig tar:xz gnome qt:6 xorg USE_GNOME= glib20 diff --git a/audio/pavucontrol-qt/Makefile b/audio/pavucontrol-qt/Makefile index b9286cafaaae..fd617ae2f444 100644 --- a/audio/pavucontrol-qt/Makefile +++ b/audio/pavucontrol-qt/Makefile @@ -1,5 +1,6 @@ PORTNAME= pavucontrol-qt PORTVERSION= 2.2.0 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= LXQT/${PORTNAME} @@ -11,7 +12,7 @@ LICENSE= GPLv2 LIB_DEPENDS= libpulse.so:audio/pulseaudio -USES= cmake compiler:c++17-lang gettext-runtime localbase:ldflags \ +USES= cmake compiler:c++20-lang gettext-runtime localbase:ldflags \ lxqt:2 qt:6 perl5 pkgconfig tar:xz gnome USE_PERL5= build USE_QT= base:run tools:build diff --git a/deskutils/lxqt-notificationd/Makefile b/deskutils/lxqt-notificationd/Makefile index 2f415f7f67dd..2c69bf28a3db 100644 --- a/deskutils/lxqt-notificationd/Makefile +++ b/deskutils/lxqt-notificationd/Makefile @@ -1,6 +1,6 @@ PORTNAME= lxqt-notificationd PORTVERSION= 2.2.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= deskutils MASTER_SITES= LXQT @@ -10,7 +10,7 @@ WWW= https://lxqt-project.org LICENSE= LGPL21+ -USES= cmake compiler:c++17-lang gettext kde:6 localbase:ldflags lxqt:2 qt:6 \ +USES= cmake compiler:c++20-lang gettext kde:6 localbase:ldflags lxqt:2 qt:6 \ perl5 pkgconfig tar:xz gnome xorg USE_PERL5= build USE_QT= base:run tools:build svg diff --git a/deskutils/xdg-desktop-portal-lxqt/Makefile b/deskutils/xdg-desktop-portal-lxqt/Makefile index 8b5d53db9d7d..9e322a538eb9 100644 --- a/deskutils/xdg-desktop-portal-lxqt/Makefile +++ b/deskutils/xdg-desktop-portal-lxqt/Makefile @@ -1,5 +1,6 @@ PORTNAME= xdg-desktop-portal-lxqt PORTVERSION= 1.2.0 +PORTREVISION= 1 CATEGORIES= deskutils MAINTAINER= lxqt@FreeBSD.org diff --git a/devel/libdbusmenu-lxqt/Makefile b/devel/libdbusmenu-lxqt/Makefile index 8b7b8af194e4..e3ebd6fc041b 100644 --- a/devel/libdbusmenu-lxqt/Makefile +++ b/devel/libdbusmenu-lxqt/Makefile @@ -1,5 +1,6 @@ PORTNAME= libdbusmenu-lxqt PORTVERSION= 0.3.0 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITE= LXQT/${PORTNAME} diff --git a/devel/liblxqt/Makefile b/devel/liblxqt/Makefile index bbfd6c9051bc..d381231bbda9 100644 --- a/devel/liblxqt/Makefile +++ b/devel/liblxqt/Makefile @@ -1,6 +1,6 @@ PORTNAME= liblxqt PORTVERSION= 2.2.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= LXQT @@ -12,7 +12,7 @@ LICENSE= LGPL21+ LIB_DEPENDS= libpolkit-qt6-core-1.so:sysutils/polkit-qt-1@qt6 -USES= cmake compiler:c++17-lang gnome kde:6 lxqt:2 \ +USES= cmake compiler:c++20-lang gnome kde:6 lxqt:2 \ pkgconfig qt:6 tar:xz xorg USE_GNOME= glib20 USE_QT= base:run tools:build svg diff --git a/devel/libqt6xdg/Makefile b/devel/libqt6xdg/Makefile index 907ef16880e5..4a606c64f2ca 100644 --- a/devel/libqt6xdg/Makefile +++ b/devel/libqt6xdg/Makefile @@ -1,6 +1,6 @@ PORTNAME= libqt6xdg PORTVERSION= 4.2.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= LXQT/${PORTNAME:S/6//} @@ -10,7 +10,7 @@ WWW= https://github.com/lxde/libqtxdg LICENSE= LGPL21+ -USES= cmake compiler:c++17-lang gnome lxqt:2 pkgconfig qt:6 tar:xz +USES= cmake compiler:c++20-lang gnome lxqt:2 pkgconfig qt:6 tar:xz USE_LDCONFIG= yes USE_GNOME= glib20 USE_LXQT= buildtools2 diff --git a/devel/lxqt2-build-tools/Makefile b/devel/lxqt2-build-tools/Makefile index 56605a28a028..e29e1e18c541 100644 --- a/devel/lxqt2-build-tools/Makefile +++ b/devel/lxqt2-build-tools/Makefile @@ -1,5 +1,5 @@ PORTNAME= lxqt2-build-tools -PORTVERSION= 2.2.0 +PORTVERSION= 2.2.1 CATEGORIES= devel MASTER_SITES= LXQT/${PORTNAME:S/2//} diff --git a/devel/lxqt2-build-tools/distinfo b/devel/lxqt2-build-tools/distinfo index 84ae05966e5f..bea3d215bd72 100644 --- a/devel/lxqt2-build-tools/distinfo +++ b/devel/lxqt2-build-tools/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1744924722 -SHA256 (lxqt/lxqt-build-tools-2.2.0.tar.xz) = 1214e12ca06561ca724e67092ae1265fdd23128fde449e9d3b0275cb2a051d43 -SIZE (lxqt/lxqt-build-tools-2.2.0.tar.xz) = 26088 +TIMESTAMP = 1750552448 +SHA256 (lxqt/lxqt-build-tools-2.2.1.tar.xz) = 13dcdf2e6b55cc334ac0ddadd0c131d46c46e06fab0d6ca7b8b96c260c8e332f +SIZE (lxqt/lxqt-build-tools-2.2.1.tar.xz) = 25728 diff --git a/devel/lxqt2-build-tools/pkg-plist b/devel/lxqt2-build-tools/pkg-plist index b2354faa3821..4764645644d8 100644 --- a/devel/lxqt2-build-tools/pkg-plist +++ b/devel/lxqt2-build-tools/pkg-plist @@ -5,7 +5,6 @@ share/cmake/lxqt2-build-tools/find-modules/FindFontconfig.cmake share/cmake/lxqt2-build-tools/find-modules/FindGLIB.cmake share/cmake/lxqt2-build-tools/find-modules/FindMenuCache.cmake share/cmake/lxqt2-build-tools/find-modules/FindUDev.cmake -share/cmake/lxqt2-build-tools/find-modules/FindXCB.cmake share/cmake/lxqt2-build-tools/find-modules/FindXKBCommon.cmake share/cmake/lxqt2-build-tools/find-modules/FindXTerm.cmake share/cmake/lxqt2-build-tools/find-modules/FindXdgEmail.cmake diff --git a/graphics/lximage-qt/Makefile b/graphics/lximage-qt/Makefile index b94b3b8276fa..094109891463 100644 --- a/graphics/lximage-qt/Makefile +++ b/graphics/lximage-qt/Makefile @@ -1,5 +1,6 @@ PORTNAME= lximage-qt PORTVERSION= 2.2.0 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= LXQT @@ -12,7 +13,7 @@ LICENSE= GPLv2 LIB_DEPENDS= libexif.so:graphics/libexif \ libmenu-cache.so:x11/menu-cache -USES= cmake compiler:c++17-lang desktop-file-utils gettext-runtime \ +USES= cmake compiler:c++20-lang desktop-file-utils gettext-runtime \ gnome localbase:ldflags lxqt:2 perl5 pkgconfig qt:6 gnome tar:xz xorg USE_GNOME= glib20 diff --git a/security/lxqt-openssh-askpass/Makefile b/security/lxqt-openssh-askpass/Makefile index 109576ab347e..35b43e87f591 100644 --- a/security/lxqt-openssh-askpass/Makefile +++ b/security/lxqt-openssh-askpass/Makefile @@ -1,6 +1,6 @@ PORTNAME= lxqt-openssh-askpass PORTVERSION= 2.2.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MASTER_SITES= LXQT @@ -10,7 +10,7 @@ WWW= https://lxqt-project.org LICENSE= LGPL21+ -USES= cmake compiler:c++17-lang gettext-runtime lxqt:2 perl5 \ +USES= cmake compiler:c++20-lang gettext-runtime lxqt:2 perl5 \ pkgconfig qt:6 tar:xz USE_LXQT= buildtools2 lxqt USE_PERL5= build diff --git a/security/lxqt-sudo/Makefile b/security/lxqt-sudo/Makefile index d9a5993d080a..c5dcf5e3f665 100644 --- a/security/lxqt-sudo/Makefile +++ b/security/lxqt-sudo/Makefile @@ -1,6 +1,6 @@ PORTNAME= lxqt-sudo PORTVERSION= 2.2.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MASTER_SITES= LXQT @@ -12,7 +12,8 @@ LICENSE= LGPL21+ RUN_DEPENDS= sudo:security/sudo -USES= cmake gettext kde:6 lxqt:2 qt:6 perl5 tar:xz gnome xorg +USES= cmake compiler:c++20-lang gettext kde:6 lxqt:2 qt:6 perl5 tar:xz \ + gnome xorg USE_PERL5= build USE_QT= base:run tools:build svg diff --git a/sysutils/libsysstat-qt6/Makefile b/sysutils/libsysstat-qt6/Makefile index a63feb6f9656..4796317c5e06 100644 --- a/sysutils/libsysstat-qt6/Makefile +++ b/sysutils/libsysstat-qt6/Makefile @@ -1,6 +1,6 @@ PORTNAME= libsysstat PORTVERSION= 1.1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils PKGNAMESUFFIX= -qt6 @@ -11,7 +11,7 @@ WWW= https://lxqt-project.org LICENSE= LGPL21+ LICENSE_FILE= ${WRKSRC}/COPYING -USES= cmake compiler:c++17-lang lxqt:2 pkgconfig tar:xz qt:6 +USES= cmake compiler:c++20-lang lxqt:2 pkgconfig tar:xz qt:6 USE_QT= base:run tools:build USE_LDCONFIG= yes USE_LXQT= buildtools2 diff --git a/sysutils/lxqt-admin/Makefile b/sysutils/lxqt-admin/Makefile index 07eec265d366..2fe3a7b1e68b 100644 --- a/sysutils/lxqt-admin/Makefile +++ b/sysutils/lxqt-admin/Makefile @@ -1,6 +1,6 @@ PORTNAME= lxqt-admin PORTVERSION= 2.2.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MASTER_SITES= LXQT @@ -12,7 +12,7 @@ LICENSE= LGPL21+ LIB_DEPENDS= libpolkit-qt6-core-1.so:sysutils/polkit-qt-1@qt6 -USES= cmake compiler:c++17-lang gnome kde:6 localbase lxqt:2 \ +USES= cmake compiler:c++20-lang gnome kde:6 localbase lxqt:2 \ perl5 pkgconfig tar:xz qt:6 xorg USE_PERL5= build USE_QT= base:run tools:build svg diff --git a/sysutils/lxqt-config/Makefile b/sysutils/lxqt-config/Makefile index 9809ee8f3505..0fb51478b245 100644 --- a/sysutils/lxqt-config/Makefile +++ b/sysutils/lxqt-config/Makefile @@ -1,6 +1,6 @@ PORTNAME= lxqt-config PORTVERSION= 2.2.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils DIST_SUBDIR= lxqt @@ -17,7 +17,7 @@ RUN_DEPENDS= lxqt-menu-data>=2.0.0:x11/lxqt-menu-data LIB_DEPENDS= libudev.so:devel/libudev-devd -USES= cmake compiler:c++17-lang kde:6 localbase:ldflags lxqt:2 \ +USES= cmake compiler:c++20-lang kde:6 localbase:ldflags lxqt:2 \ qt:6 perl5 pkgconfig tar:xz xorg gnome USE_QT= base:run tools:build svg USE_KDE= libkscreen windowsystem diff --git a/sysutils/lxqt-policykit/Makefile b/sysutils/lxqt-policykit/Makefile index 4906beb20516..5d3855350b79 100644 --- a/sysutils/lxqt-policykit/Makefile +++ b/sysutils/lxqt-policykit/Makefile @@ -1,6 +1,6 @@ PORTNAME= lxqt-policykit PORTVERSION= 2.2.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MASTER_SITES= LXQT @@ -13,7 +13,7 @@ LICENSE= LGPL21+ LIB_DEPENDS= libpolkit-qt6-agent-1.so:sysutils/polkit-qt-1@qt6 \ libpolkit-agent-1.so:sysutils/polkit -USES= cmake compiler:c++17-lang gnome gettext-runtime lxqt:2 \ +USES= cmake compiler:c++20-lang gnome gettext-runtime lxqt:2 \ qt:6 perl5 localbase:ldflags pkgconfig tar:xz xorg USE_PERL5= build diff --git a/sysutils/lxqt-powermanagement/Makefile b/sysutils/lxqt-powermanagement/Makefile index f7b3c17cde7e..bd6051a91c82 100644 --- a/sysutils/lxqt-powermanagement/Makefile +++ b/sysutils/lxqt-powermanagement/Makefile @@ -1,6 +1,6 @@ PORTNAME= lxqt-powermanagement PORTVERSION= 2.2.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MASTER_SITES= LXQT @@ -13,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= upower:sysutils/upower -USES= cmake compiler:c++17-lang gettext-runtime kde:6 lxqt:2 qt:6 \ +USES= cmake compiler:c++20-lang gettext-runtime kde:6 lxqt:2 qt:6 \ localbase:ldflags perl5 pkgconfig tar:xz gnome xorg USE_PERL5= build USE_QT= base:run tools:build svg diff --git a/sysutils/lxqt-qt6plugin/Makefile b/sysutils/lxqt-qt6plugin/Makefile index 2f11aec8a654..9aacc5612aac 100644 --- a/sysutils/lxqt-qt6plugin/Makefile +++ b/sysutils/lxqt-qt6plugin/Makefile @@ -1,6 +1,6 @@ PORTNAME= lxqt-qt6plugin PORTVERSION= 2.2.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MASTER_SITES= LXQT @@ -13,7 +13,7 @@ LICENSE= LGPL21+ LIB_DEPENDS= libdbusmenu-lxqt.so:devel/libdbusmenu-lxqt \ libexif.so:graphics/libexif -USES= cmake compiler:c++17-lang gnome kde:6 lxqt:2 pkgconfig tar:xz \ +USES= cmake compiler:c++20-lang gnome kde:6 lxqt:2 pkgconfig tar:xz \ qt:6 gettext-runtime xorg USE_XORG= xcb diff --git a/sysutils/qtxdg-tools/Makefile b/sysutils/qtxdg-tools/Makefile index 395cd2901ffd..964760d9df2a 100644 --- a/sysutils/qtxdg-tools/Makefile +++ b/sysutils/qtxdg-tools/Makefile @@ -1,5 +1,6 @@ PORTNAME= qtxdg-tools PORTVERSION= 4.2.0 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= LXQT @@ -9,7 +10,7 @@ WWW= https://github.com/lxqt/qtxdg-tools LICENSE= LGPL21+ -USES= cmake compiler:c++17-lang gnome pkgconfig lxqt:2 qt:6 tar:xz +USES= cmake compiler:c++20-lang gnome pkgconfig lxqt:2 qt:6 tar:xz USE_GNOME= glib20 USE_QT= tools:build base:run USE_LXQT= buildtools2 qt6xdg diff --git a/x11-fm/pcmanfm-qt/Makefile b/x11-fm/pcmanfm-qt/Makefile index e36047740b1b..50f44af4f1a9 100644 --- a/x11-fm/pcmanfm-qt/Makefile +++ b/x11-fm/pcmanfm-qt/Makefile @@ -1,5 +1,6 @@ PORTNAME= pcmanfm-qt PORTVERSION= 2.2.0 +PORTREVISION= 1 CATEGORIES= x11-fm MASTER_SITES= LXQT @@ -14,7 +15,7 @@ LIB_DEPENDS= libmenu-cache.so:x11/menu-cache \ libexif.so:graphics/libexif RUN_DEPENDS= lxqt-menu-data>=2.0.0:x11/lxqt-menu-data -USES= cmake compiler:c++17-lang gnome kde:6 gettext-runtime \ +USES= cmake compiler:c++20-lang gnome kde:6 gettext-runtime \ localbase:ldflags lxqt:2 perl5 pkgconfig qt:6 \ tar:xz xorg USE_PERL5= build diff --git a/x11-themes/lxqt-themes/Makefile b/x11-themes/lxqt-themes/Makefile index bbfc79d04e83..eeb73ccbcd2c 100644 --- a/x11-themes/lxqt-themes/Makefile +++ b/x11-themes/lxqt-themes/Makefile @@ -1,5 +1,6 @@ PORTNAME= lxqt-themes PORTVERSION= 2.2.0 +PORTREVISION= 1 CATEGORIES= x11-themes MASTER_SITES= LXQT diff --git a/x11-toolkits/qtermwidget/Makefile b/x11-toolkits/qtermwidget/Makefile index 04df29ba1b89..cee6fa400aa1 100644 --- a/x11-toolkits/qtermwidget/Makefile +++ b/x11-toolkits/qtermwidget/Makefile @@ -1,5 +1,6 @@ PORTNAME= qtermwidget PORTVERSION= 2.2.0 +PORTREVISION= 1 CATEGORIES= x11-toolkits MASTER_SITES= LXQT @@ -10,7 +11,7 @@ WWW= https://github.com/lxde/qtermwidget LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/LICENSE -USES= cmake compiler:c++17-lang gettext-runtime lxqt:2 \ +USES= cmake compiler:c++20-lang gettext-runtime lxqt:2 \ pkgconfig qt:6 tar:xz USE_LDCONFIG= yes USE_QT= base:run tools:build diff --git a/x11-wm/lxqt-panel/Makefile b/x11-wm/lxqt-panel/Makefile index 1506b056cd7b..0cc3330a5298 100644 --- a/x11-wm/lxqt-panel/Makefile +++ b/x11-wm/lxqt-panel/Makefile @@ -1,5 +1,6 @@ PORTNAME= lxqt-panel PORTVERSION= 2.2.1 +PORTREVISION= 1 CATEGORIES= x11-wm MASTER_SITES= LXQT @@ -18,7 +19,7 @@ LIB_DEPENDS= libdbusmenu-lxqt.so:devel/libdbusmenu-lxqt \ BUILD_DEPENDS= lxqt-menu-data>=2.0.0:x11/lxqt-menu-data RUN_DEPENDS= lxqt-menu-data>=2.0.0:x11/lxqt-menu-data -USES= cmake compiler:c++17-lang gettext-runtime kde:6 qt:6 gnome \ +USES= cmake compiler:c++20-lang gettext-runtime kde:6 qt:6 gnome \ lxqt:2 localbase:ldflags perl5 pkgconfig tar:xz xorg USE_PERL5= build USE_QT= base:run tools:build svg diff --git a/x11-wm/lxqt-session/Makefile b/x11-wm/lxqt-session/Makefile index 478cb8273be1..2fcceee4ae08 100644 --- a/x11-wm/lxqt-session/Makefile +++ b/x11-wm/lxqt-session/Makefile @@ -13,8 +13,8 @@ LICENSE= LGPL21+ BUILD_DEPENDS= xdg-user-dirs-update:devel/xdg-user-dirs \ qtxdg-mat:sysutils/qtxdg-tools -USES= cmake kde:6 localbase:ldflags perl5 pkgconfig lxqt:2 qt:6 \ - tar:xz xorg gnome +USES= cmake compiler:c++20-lang kde:6 localbase:ldflags perl5 pkgconfig \ + lxqt:2 qt:6 tar:xz xorg gnome USE_QT= tools:build base:run svg USE_KDE= layer-shell-qt windowsystem USE_PERL5= build diff --git a/x11-wm/lxqt-wayland-session/Makefile b/x11-wm/lxqt-wayland-session/Makefile index dd685a230715..dda815696875 100644 --- a/x11-wm/lxqt-wayland-session/Makefile +++ b/x11-wm/lxqt-wayland-session/Makefile @@ -1,6 +1,6 @@ PORTNAME= lxqt-wayland-session PORTVERSION= 0.2.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-wm MASTER_SITES= LXQT @@ -14,8 +14,8 @@ BUILD_DEPENDS= xdg-user-dirs-update:devel/xdg-user-dirs \ ${LOCALBASE}/include/vulkan/vulkan.h:graphics/vulkan-headers RUN_DEPENDS= lxqt-session>=${PORTVERSION}:x11-wm/lxqt-session -USES= cmake gl localbase:ldflags perl5 pkgconfig lxqt:2 \ - tar:xz xorg +USES= cmake compiler:c++20-lang gl localbase:ldflags perl5 pkgconfig \ + lxqt:2 tar:xz xorg USE_GL= gl USE_PERL5= build USE_XORG= ice sm xcb xext diff --git a/x11-wm/obconf-qt/Makefile b/x11-wm/obconf-qt/Makefile index bd0580f1b440..0eadbbf1c114 100644 --- a/x11-wm/obconf-qt/Makefile +++ b/x11-wm/obconf-qt/Makefile @@ -1,5 +1,6 @@ PORTNAME= obconf-qt PORTVERSION= 0.16.5 +PORTREVISION= 1 CATEGORIES= x11-wm MASTER_SITES= LXQT/${PORTNAME} @@ -15,7 +16,7 @@ LIB_DEPENDS= libobt.so:x11-wm/openbox \ libImlib2.so:graphics/imlib2 \ libharfbuzz.so:print/harfbuzz -USES= cmake compiler:c++17-lang gettext-runtime localbase qt:6 \ +USES= cmake compiler:c++20-lang gettext-runtime localbase qt:6 \ gnome lxqt:2 perl5 pkgconfig tar:xz xorg USE_PERL5= build diff --git a/x11/libfm-qt6/Makefile b/x11/libfm-qt6/Makefile index eba56973524d..30636cd6ed8f 100644 --- a/x11/libfm-qt6/Makefile +++ b/x11/libfm-qt6/Makefile @@ -1,5 +1,6 @@ PORTNAME= libfm-qt6 PORTVERSION= 2.2.0 +PORTREVISION= 1 CATEGORIES= x11 MASTER_SITES= LXQT/${PORTNAME:S/6//} @@ -15,7 +16,7 @@ LIB_DEPENDS= libmenu-cache.so:x11/menu-cache \ BUILD_DEPENDS= lxqt-menu-data>=2.0.0:x11/lxqt-menu-data RUN_DEPENDS= lxqt-menu-data>=2.0.0:x11/lxqt-menu-data -USES= cmake compiler:c++17-lang gettext-runtime lxqt:2 perl5 pkgconfig \ +USES= cmake compiler:c++20-lang gettext-runtime lxqt:2 perl5 pkgconfig \ qt:6 gnome shared-mime-info tar:xz xorg USE_PERL5= build USE_QT= base:run tools:build diff --git a/x11/lxqt-about/Makefile b/x11/lxqt-about/Makefile index 7da7a6433a5b..ece83df749ee 100644 --- a/x11/lxqt-about/Makefile +++ b/x11/lxqt-about/Makefile @@ -1,6 +1,6 @@ PORTNAME= lxqt-about PORTVERSION= 2.2.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11 DIST_SUBDIR= lxqt @@ -11,7 +11,7 @@ WWW= https://lxqt-project.org LICENSE= LGPL21+ LICENSE_FILE= ${WRKSRC}/COPYING -USES= cmake compiler:c++17-lang kde:6 lxqt:2 perl5 pkgconfig tar:xz qt:6 gnome xorg +USES= cmake compiler:c++20-lang kde:6 lxqt:2 perl5 pkgconfig tar:xz qt:6 gnome xorg USE_PERL5= build USE_QT= base:run tools:build svg USE_XORG= x11 diff --git a/x11/lxqt-globalkeys/Makefile b/x11/lxqt-globalkeys/Makefile index 258892ec054c..8ec13d1f2782 100644 --- a/x11/lxqt-globalkeys/Makefile +++ b/x11/lxqt-globalkeys/Makefile @@ -1,6 +1,6 @@ PORTNAME= lxqt-globalkeys PORTVERSION= 2.2.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11 MASTER_SITES= LXQT @@ -11,7 +11,7 @@ WWW= https://lxqt-project.org LICENSE= LGPL21+ LICENSE_FILE= ${WRKSRC}/LICENSE -USES= cmake compiler:c++17-lang kde:6 xorg lxqt:2 perl5 pkgconfig qt:6 \ +USES= cmake compiler:c++20-lang kde:6 xorg lxqt:2 perl5 pkgconfig qt:6 \ tar:xz gnome USE_PERL5= build USE_QT= base:run tools:build diff --git a/x11/lxqt-menu-data/Makefile b/x11/lxqt-menu-data/Makefile index 9aa9f97c525b..7498529f7cfd 100644 --- a/x11/lxqt-menu-data/Makefile +++ b/x11/lxqt-menu-data/Makefile @@ -1,5 +1,6 @@ PORTNAME= lxqt-menu-data PORTVERSION= 2.2.0 +PORTREVISION= 1 CATEGORIES= x11 MASTER_SITES= LXQT DIST_SUBDIR= lxqt diff --git a/x11/lxqt-runner/Makefile b/x11/lxqt-runner/Makefile index ca5564b12d46..70417bdf5fe6 100644 --- a/x11/lxqt-runner/Makefile +++ b/x11/lxqt-runner/Makefile @@ -1,6 +1,6 @@ PORTNAME= lxqt-runner PORTVERSION= 2.2.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11 MASTER_SITES= LXQT @@ -13,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libmuparser.so:math/muparser -USES= cmake compiler:c++17-lang gettext-runtime kde:6 lxqt:2 qt:6 \ +USES= cmake compiler:c++20-lang gettext-runtime kde:6 lxqt:2 qt:6 \ gnome localbase perl5 pkgconfig tar:xz xorg USE_PERL5= build USE_QT= base:run tools:build svg diff --git a/x11/qterminal/Makefile b/x11/qterminal/Makefile index 2c52be5be274..2cde55ccc9d9 100644 --- a/x11/qterminal/Makefile +++ b/x11/qterminal/Makefile @@ -1,5 +1,6 @@ PORTNAME= qterminal PORTVERSION= 2.2.1 +PORTREVISION= 1 CATEGORIES= x11 MASTER_SITES= LXQT @@ -12,7 +13,7 @@ LICENSE= GPLv2 LIB_DEPENDS= libqtermwidget6.so:x11-toolkits/qtermwidget RUN_DEPENDS= liberation-fonts-ttf>=2.00:x11-fonts/liberation-fonts-ttf -USES= cmake compiler:c++17-lang gettext-runtime kde:6 \ +USES= cmake compiler:c++20-lang gettext-runtime kde:6 \ localbase:ldflags lxqt:2 perl5 pkgconfig qt:6 tar:xz xorg CMAKE_OFF= BUILD_TESTS USE_PERL5= build diff --git a/x11/screengrab/Makefile b/x11/screengrab/Makefile index c980cc5e25d9..0eefbd89fd04 100644 --- a/x11/screengrab/Makefile +++ b/x11/screengrab/Makefile @@ -1,6 +1,6 @@ PORTNAME= screengrab PORTVERSION= 3.0.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11 MASTER_SITES= LXQT @@ -10,7 +10,7 @@ WWW= https://github.com/lxqt/screengrab LICENSE= LGPL21+ -USES= cmake compiler:c++17-lang gnome kde:6 localbase:ldflags lxqt:2 \ +USES= cmake compiler:c++20-lang gnome kde:6 localbase:ldflags lxqt:2 \ perl5 qt:6 tar:xz xorg USE_LXQT= buildtools2 qt6xdg USE_XORG= x11 xcb sm ice xext |