View | Details | Raw Unified | Return to bug 278905
Collapse All | Expand All

(-)b/Mk/Uses/lxqt.mk (-12 / +28 lines)
Lines 2-27 Link Here
2
# life easier, when dealing with ports related to the LXQt Desktop Environment.
2
# life easier, when dealing with ports related to the LXQt Desktop Environment.
3
#
3
#
4
# Feature:	lxqt
4
# Feature:	lxqt
5
# Usage:	USES=lxqt
5
# Usage:	USES=lxqt:<version>
6
# Valid ARGS:	does not require args
6
# Valid ARGS:	1, 2
7
#
7
#
8
# Available LXQt components are:
8
# Available LXQt components are:
9
#
9
#
10
# buildtools	- Helpers CMake modules
10
# buildtools / buildtools2	- Helpers CMake modules
11
# globalkeys	- Keyboard shortcuts daemon
11
# globalkeys			- Keyboard shortcuts daemon
12
# libfmqt	- Libfm Qt bindings
12
# libfmqt / libfmqt6		- Libfm Qt5/Qt6 bindings
13
# lxqt		- LXQt core library
13
# lxqt				- LXQt core library
14
# qtxdg		- Qt implementation of freedesktop.org xdg specs
14
# qtxdg / qt6xdg		- Qt5/Qt6 implementation of freedesktop.org xdg specs
15
# sysstat / sysstat-qt6		- Qt5/Qt6 library to query system information
15
#
16
#
16
# MAINTAINER: ports@FreeBSD.org
17
# MAINTAINER: ports@FreeBSD.org
17
18
18
.if !defined(_INCLUDE_USES_LXQT_MK)
19
.if !defined(_INCLUDE_USES_LXQT_MK)
19
_INCLUDE_USES_LXQT_MK=	yes
20
_INCLUDE_USES_LXQT_MK=	yes
20
21
21
.  if !empty(lxqt_ARGS)
22
.  if empty(lxqt_ARGS)
22
IGNORE=	Incorrect 'USES+=lxqt:${lxqt_ARGS} takes no arguments
23
IGNORE=	Incorrect 'USES+=lxqt:${lxqt_ARGS} takes arguments 1 or 2
23
.  endif
24
.  endif
24
25
26
.  if ${lxqt_ARGS:N1:N2}
27
IGNORE=	Unknown argument for USES=lxqt: ${lxqt_ARGS:N1:N2}
28
.  endif
29
30
_LXQT_VER=	${lxqt_ARGS}
25
_LXQT_PROJECT=	${DISTNAME:S/-${DISTVERSION}//:tl}
31
_LXQT_PROJECT=	${DISTNAME:S/-${DISTVERSION}//:tl}
26
32
27
MASTER_SITE_LXQT+= \
33
MASTER_SITE_LXQT+= \
Lines 32-37 MASTER_SITE_LXQT_SUBDIR= ${_LXQT_PROJECT} Link Here
32
MASTER_SITES?=	${MASTER_SITE_LXQT}
38
MASTER_SITES?=	${MASTER_SITE_LXQT}
33
MASTER_SITE_SUBDIR?=	${MASTER_SITE_LXQT_SUBDIR}
39
MASTER_SITE_SUBDIR?=	${MASTER_SITE_LXQT_SUBDIR}
34
40
41
DISTNAME=	${PORTNAME:S/2//:S/6//}-${DISTVERSIONPREFIX}${DISTVERSION}${DISTVERSIONSUFFIX}
35
DIST_SUBDIR=	lxqt
42
DIST_SUBDIR=	lxqt
36
43
37
PLIST_SUB+=	LXQT_INCLUDEDIR="include/lxqt" \
44
PLIST_SUB+=	LXQT_INCLUDEDIR="include/lxqt" \
Lines 42-63 PLIST_SUB+= LXQT_INCLUDEDIR="include/lxqt" \ Link Here
42
CMAKE_ARGS+=	-DCMAKE_INSTALL_MANDIR=${PREFIX}/share/man
49
CMAKE_ARGS+=	-DCMAKE_INSTALL_MANDIR=${PREFIX}/share/man
43
50
44
# Available LXQt components are:
51
# Available LXQt components are:
45
_USE_LXQT_ALL=	buildtools globalkeys libfmqt lxqt qtxdg
52
_USE_LXQT1_ONLY=buildtools libfmqt qtxdg sysstat
53
54
_USE_LXQT2_ONLY=buildtools2 globalkeys libfmqt6 lxqt qt6xdg sysstat-qt6
55
56
_USE_LXQT_ALL=	${_USE_LXQT${_LXQT_VER}_ONLY}
46
57
47
_DATAROOTDIR=	${LOCALBASE}/share
58
_DATAROOTDIR=	${LOCALBASE}/share
48
59
49
buildtools_BUILD_DEPENDS=	${_DATAROOTDIR}/cmake/lxqt-build-tools/lxqt-build-tools-config.cmake:devel/lxqt-build-tools
60
buildtools_BUILD_DEPENDS=	${_DATAROOTDIR}/cmake/lxqt-build-tools/lxqt-build-tools-config.cmake:devel/lxqt-build-tools
61
buildtools2_BUILD_DEPENDS=	${_DATAROOTDIR}/cmake/lxqt2-build-tools/lxqt2-build-tools-config.cmake:devel/lxqt2-build-tools
50
62
51
globalkeys_LIB_DEPENDS=	liblxqt-globalkeys.so:x11/lxqt-globalkeys
63
globalkeys_LIB_DEPENDS=	liblxqt-globalkeys.so:x11/lxqt-globalkeys
52
53
globalkeys_USE_LXQT_REQ=	lxqt
64
globalkeys_USE_LXQT_REQ=	lxqt
54
65
55
libfmqt_LIB_DEPENDS=	libfm-qt.so:x11/libfm-qt
66
libfmqt_LIB_DEPENDS=	libfm-qt.so:x11/libfm-qt
67
libfmqt6_LIB_DEPENDS=	libfm-qt6.so:x11/libfm-qt6
56
68
57
lxqt_LIB_DEPENDS=	liblxqt.so:devel/liblxqt
69
lxqt_LIB_DEPENDS=	liblxqt.so:devel/liblxqt
58
lxqt_USE_LXQT_REQ=	qtxdg
70
lxqt_USE_LXQT_REQ=	qt6xdg
59
71
60
qtxdg_LIB_DEPENDS=	libQt5Xdg.so:devel/libqtxdg
72
qtxdg_LIB_DEPENDS=	libQt5Xdg.so:devel/libqtxdg
73
qt6xdg_LIB_DEPENDS=	libQt6Xdg.so:devel/libqt6xdg
74
75
sysstat_LIB_DEPENDS=	libsysstat-qt5:devel/libsysstat
76
sysstat-qt6_LIB_DEPENDS=libsysstat-qt6.so:devel/libsysstat-qt6
61
77
62
.  if defined(USE_LXQT)
78
.  if defined(USE_LXQT)
63
79
(-)b/archivers/lxqt-archiver/Makefile (-8 / +8 lines)
Lines 1-27 Link Here
1
PORTNAME=	lxqt-archiver
1
PORTNAME=	lxqt-archiver
2
PORTVERSION=	0.9.0
2
PORTVERSION=	1.0.0
3
CATEGORIES=	archivers
3
CATEGORIES=	archivers
4
MASTER_SITES=	LXQT
4
MASTER_SITES=	LXQT
5
5
6
MAINTAINER=	jsm@FreeBSD.org
6
MAINTAINER=	lxqt@FreeBSD.org
7
COMMENT=	Qt file archiver
7
COMMENT=	Qt6 file archiver
8
WWW=		https://github.com/lxqt/lxqt-archiver
8
WWW=		https://github.com/lxqt/lxqt-archiver
9
9
10
LICENSE=	GPLv2
10
LICENSE=	GPLv2
11
11
12
LIB_DEPENDS=	libfm-qt.so:x11/libfm-qt \
12
LIB_DEPENDS=	libfm-qt6.so:x11/libfm-qt6 \
13
		libjson-glib-1.0.so:devel/json-glib \
13
		libjson-glib-1.0.so:devel/json-glib \
14
		libmenu-cache.so:x11/menu-cache \
14
		libmenu-cache.so:x11/menu-cache \
15
		libexif.so:graphics/libexif
15
		libexif.so:graphics/libexif
16
RUN_DEPENDS=	gtar:archivers/gtar \
16
RUN_DEPENDS=	gtar:archivers/gtar \
17
		unzip:archivers/unzip
17
		unzip:archivers/unzip
18
18
19
USES=		cmake compiler:c++14-lang desktop-file-utils lxqt perl5 pkgconfig \
19
USES=		cmake compiler:c++17-lang desktop-file-utils lxqt:2 perl5 \
20
		tar:xz gnome qt:5 xorg
20
		pkgconfig tar:xz gnome qt:6 xorg
21
21
22
USE_GNOME=	glib20
22
USE_GNOME=	glib20
23
USE_QT=		buildtools:build qmake:build core gui
23
USE_QT=		tools:build base:run
24
USE_LXQT=	buildtools lxqt
24
USE_LXQT=	buildtools2 libfmqt6 lxqt
25
USE_XORG=	xcb
25
USE_XORG=	xcb
26
26
27
.include <bsd.port.mk>
27
.include <bsd.port.mk>
(-)b/archivers/lxqt-archiver/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1706384027
1
TIMESTAMP = 1714104765
2
SHA256 (lxqt/lxqt-archiver-0.9.0.tar.xz) = be2d49669220700d71b5f4a62d340eab36e29b4a8327c1f551ae95eede793158
2
SHA256 (lxqt/lxqt-archiver-1.0.0.tar.xz) = 4152af9cb6a13236d8776c0bd29937158b310719fb9596f723fb0fcc34596563
3
SIZE (lxqt/lxqt-archiver-0.9.0.tar.xz) = 183352
3
SIZE (lxqt/lxqt-archiver-1.0.0.tar.xz) = 187944
(-)b/archivers/lxqt-archiver/pkg-descr (-1 / +1 lines)
Lines 1-2 Link Here
1
A simple & lightweight Qt file archiver.
1
A simple & lightweight Qt6 file archiver.
2
The core I/O functions are ported from Engrampa
2
The core I/O functions are ported from Engrampa
(-)b/archivers/lxqt-archiver/pkg-plist (+3 lines)
Lines 23-32 share/icons/hicolor/scalable/apps/lxqt-archiver.svg Link Here
23
%%DATADIR%%/translations/lxqt-archiver_it.qm
23
%%DATADIR%%/translations/lxqt-archiver_it.qm
24
%%DATADIR%%/translations/lxqt-archiver_ja.qm
24
%%DATADIR%%/translations/lxqt-archiver_ja.qm
25
%%DATADIR%%/translations/lxqt-archiver_ko.qm
25
%%DATADIR%%/translations/lxqt-archiver_ko.qm
26
%%DATADIR%%/translations/lxqt-archiver_lg.qm
26
%%DATADIR%%/translations/lxqt-archiver_lt.qm
27
%%DATADIR%%/translations/lxqt-archiver_lt.qm
27
%%DATADIR%%/translations/lxqt-archiver_nb_NO.qm
28
%%DATADIR%%/translations/lxqt-archiver_nb_NO.qm
28
%%DATADIR%%/translations/lxqt-archiver_nl.qm
29
%%DATADIR%%/translations/lxqt-archiver_nl.qm
29
%%DATADIR%%/translations/lxqt-archiver_oc.qm
30
%%DATADIR%%/translations/lxqt-archiver_oc.qm
31
%%DATADIR%%/translations/lxqt-archiver_pa.qm
30
%%DATADIR%%/translations/lxqt-archiver_pl.qm
32
%%DATADIR%%/translations/lxqt-archiver_pl.qm
31
%%DATADIR%%/translations/lxqt-archiver_pt.qm
33
%%DATADIR%%/translations/lxqt-archiver_pt.qm
32
%%DATADIR%%/translations/lxqt-archiver_pt_BR.qm
34
%%DATADIR%%/translations/lxqt-archiver_pt_BR.qm
Lines 38-41 share/icons/hicolor/scalable/apps/lxqt-archiver.svg Link Here
38
%%DATADIR%%/translations/lxqt-archiver_tr.qm
40
%%DATADIR%%/translations/lxqt-archiver_tr.qm
39
%%DATADIR%%/translations/lxqt-archiver_uk.qm
41
%%DATADIR%%/translations/lxqt-archiver_uk.qm
40
%%DATADIR%%/translations/lxqt-archiver_vi.qm
42
%%DATADIR%%/translations/lxqt-archiver_vi.qm
43
%%DATADIR%%/translations/lxqt-archiver_zh_CN.qm
41
%%DATADIR%%/translations/lxqt-archiver_zh_TW.qm
44
%%DATADIR%%/translations/lxqt-archiver_zh_TW.qm
(-)b/audio/pavucontrol-qt/Makefile (-8 / +7 lines)
Lines 1-22 Link Here
1
PORTNAME=	pavucontrol-qt
1
PORTNAME=	pavucontrol-qt
2
PORTVERSION= 	1.4.0
2
PORTVERSION= 	2.0.0
3
CATEGORIES=	audio
3
CATEGORIES=	audio
4
MASTER_SITES=	LXQT/${PORTNAME}
4
MASTER_SITES=	LXQT/${PORTNAME}
5
5
6
MAINTAINER=	jsm@FreeBSD.org
6
MAINTAINER=	lxqt@FreeBSD.org
7
COMMENT=	PulseAudio mixer in Qt
7
COMMENT=	PulseAudio mixer in Qt6
8
WWW=		https://github.com/lxqt/pavucontrol-qt/
8
WWW=		https://github.com/lxqt/pavucontrol-qt/
9
9
10
LICENSE=	GPLv2
10
LICENSE=	GPLv2
11
11
12
LIB_DEPENDS=	libpulse.so:audio/pulseaudio
12
LIB_DEPENDS=	libpulse.so:audio/pulseaudio
13
13
14
USES=	cmake compiler:c++14-lang gettext-runtime localbase:ldflags qt:5 \
14
USES=		cmake compiler:c++17-lang gettext-runtime localbase:ldflags \
15
	lxqt perl5 pkgconfig tar:xz gnome
15
		lxqt:2 qt:6 perl5 pkgconfig tar:xz gnome
16
USE_PERL5=	build
16
USE_PERL5=	build
17
USE_QT=	buildtools:build qmake:build core gui linguisttools \
17
USE_QT=		base:run tools:build
18
	widgets
18
USE_LXQT=	buildtools2
19
USE_LXQT=	buildtools
20
USE_GNOME=	glib20
19
USE_GNOME=	glib20
21
20
22
.include <bsd.port.mk>
21
.include <bsd.port.mk>
(-)b/audio/pavucontrol-qt/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1706383596
1
TIMESTAMP = 1714113453
2
SHA256 (lxqt/pavucontrol-qt-1.4.0.tar.xz) = 0d7ced3b9d215bcfae8fd5df5429aa07b0517984925cfa1cd020a9505749a994
2
SHA256 (lxqt/pavucontrol-qt-2.0.0.tar.xz) = 3acec36371614a2bb8145228449e684cea83aab31234c960176688d88e830475
3
SIZE (lxqt/pavucontrol-qt-1.4.0.tar.xz) = 111712
3
SIZE (lxqt/pavucontrol-qt-2.0.0.tar.xz) = 114044
(-)b/audio/pavucontrol-qt/pkg-plist (+1 lines)
Lines 27-32 share/applications/pavucontrol-qt.desktop Link Here
27
%%DATADIR%%/translations/pavucontrol-qt_ja.qm
27
%%DATADIR%%/translations/pavucontrol-qt_ja.qm
28
%%DATADIR%%/translations/pavucontrol-qt_kn.qm
28
%%DATADIR%%/translations/pavucontrol-qt_kn.qm
29
%%DATADIR%%/translations/pavucontrol-qt_ko.qm
29
%%DATADIR%%/translations/pavucontrol-qt_ko.qm
30
%%DATADIR%%/translations/pavucontrol-qt_lg.qm
30
%%DATADIR%%/translations/pavucontrol-qt_lt.qm
31
%%DATADIR%%/translations/pavucontrol-qt_lt.qm
31
%%DATADIR%%/translations/pavucontrol-qt_ml.qm
32
%%DATADIR%%/translations/pavucontrol-qt_ml.qm
32
%%DATADIR%%/translations/pavucontrol-qt_mr.qm
33
%%DATADIR%%/translations/pavucontrol-qt_mr.qm
(-)b/deskutils/lxqt-notificationd/Makefile (-8 / +7 lines)
Lines 1-22 Link Here
1
PORTNAME=	lxqt-notificationd
1
PORTNAME=	lxqt-notificationd
2
PORTVERSION=	1.4.0
2
PORTVERSION=	2.0.1
3
CATEGORIES=	deskutils
3
CATEGORIES=	deskutils
4
MASTER_SITES=	LXQT
4
MASTER_SITES=	LXQT
5
5
6
MAINTAINER=	jsm@FreeBSD.org
6
MAINTAINER=	lxqt@FreeBSD.org
7
COMMENT=	LXQt notification daemon
7
COMMENT=	LXQt notification daemon
8
WWW=		https://lxqt-project.org
8
WWW=		https://lxqt-project.org
9
9
10
LICENSE=	LGPL21+
10
LICENSE=	LGPL21+
11
11
12
USES=	cmake compiler:c++14-lang gettext kde:5 lxqt qt:5 \
12
USES=		cmake compiler:c++17-lang gettext kde:6 localbase:ldflags lxqt:2 qt:6 \
13
	perl5 pkgconfig tar:xz gnome xorg
13
		perl5 pkgconfig tar:xz gnome xorg
14
USE_PERL5=	build
14
USE_PERL5=	build
15
USE_QT=	buildtools:build qmake:build dbus core gui \
15
USE_QT=		base:run tools:build svg
16
	linguisttools svg widgets x11extras xml
16
USE_KDE=	layer-shell-qt windowsystem
17
USE_KDE=	windowsystem
18
USE_LXQT=	buildtools lxqt
19
USE_GNOME=	glib20
17
USE_GNOME=	glib20
20
USE_XORG=	x11
18
USE_XORG=	x11
19
USE_LXQT=	buildtools2 lxqt
21
20
22
.include <bsd.port.mk>
21
.include <bsd.port.mk>
(-)b/deskutils/lxqt-notificationd/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1706384865
1
TIMESTAMP = 1715396560
2
SHA256 (lxqt/lxqt-notificationd-1.4.0.tar.xz) = 4334b8c7f3f2d5e65bb3b88e188324924102aff91ee7aa1066f9bc6f4bf66ca8
2
SHA256 (lxqt/lxqt-notificationd-2.0.1.tar.xz) = f66366221825774967b4ae4ec658d00128bf4536be779ca02e4406a184262aec
3
SIZE (lxqt/lxqt-notificationd-1.4.0.tar.xz) = 61792
3
SIZE (lxqt/lxqt-notificationd-2.0.1.tar.xz) = 64132
(-)b/deskutils/lxqt-notificationd/pkg-descr (-1 / +1 lines)
Lines 1-2 Link Here
1
lxqt-notificationd is a daemon enabling applications to display
1
lxqt2-notificationd is a daemon enabling applications to display
2
notifications in pop-up windows on desktops.
2
notifications in pop-up windows on desktops.
(-)b/deskutils/lxqt-notificationd/pkg-plist (-1 / +5 lines)
Lines 25-35 share/applications/lxqt-config-notificationd.desktop Link Here
25
%%LXQT_TRANSLATIONS%%/lxqt-config-notificationd/lxqt-config-notificationd_it.qm
25
%%LXQT_TRANSLATIONS%%/lxqt-config-notificationd/lxqt-config-notificationd_it.qm
26
%%LXQT_TRANSLATIONS%%/lxqt-config-notificationd/lxqt-config-notificationd_ja.qm
26
%%LXQT_TRANSLATIONS%%/lxqt-config-notificationd/lxqt-config-notificationd_ja.qm
27
%%LXQT_TRANSLATIONS%%/lxqt-config-notificationd/lxqt-config-notificationd_ko.qm
27
%%LXQT_TRANSLATIONS%%/lxqt-config-notificationd/lxqt-config-notificationd_ko.qm
28
%%LXQT_TRANSLATIONS%%/lxqt-config-notificationd/lxqt-config-notificationd_lg.qm
28
%%LXQT_TRANSLATIONS%%/lxqt-config-notificationd/lxqt-config-notificationd_lt.qm
29
%%LXQT_TRANSLATIONS%%/lxqt-config-notificationd/lxqt-config-notificationd_lt.qm
29
%%LXQT_TRANSLATIONS%%/lxqt-config-notificationd/lxqt-config-notificationd_lv.qm
30
%%LXQT_TRANSLATIONS%%/lxqt-config-notificationd/lxqt-config-notificationd_lv.qm
30
%%LXQT_TRANSLATIONS%%/lxqt-config-notificationd/lxqt-config-notificationd_nb_NO.qm
31
%%LXQT_TRANSLATIONS%%/lxqt-config-notificationd/lxqt-config-notificationd_nb_NO.qm
31
%%LXQT_TRANSLATIONS%%/lxqt-config-notificationd/lxqt-config-notificationd_nl.qm
32
%%LXQT_TRANSLATIONS%%/lxqt-config-notificationd/lxqt-config-notificationd_nl.qm
32
%%LXQT_TRANSLATIONS%%/lxqt-config-notificationd/lxqt-config-notificationd_oc.qm
33
%%LXQT_TRANSLATIONS%%/lxqt-config-notificationd/lxqt-config-notificationd_oc.qm
34
%%LXQT_TRANSLATIONS%%/lxqt-config-notificationd/lxqt-config-notificationd_pa.qm
33
%%LXQT_TRANSLATIONS%%/lxqt-config-notificationd/lxqt-config-notificationd_pl.qm
35
%%LXQT_TRANSLATIONS%%/lxqt-config-notificationd/lxqt-config-notificationd_pl.qm
34
%%LXQT_TRANSLATIONS%%/lxqt-config-notificationd/lxqt-config-notificationd_pt.qm
36
%%LXQT_TRANSLATIONS%%/lxqt-config-notificationd/lxqt-config-notificationd_pt.qm
35
%%LXQT_TRANSLATIONS%%/lxqt-config-notificationd/lxqt-config-notificationd_pt_BR.qm
37
%%LXQT_TRANSLATIONS%%/lxqt-config-notificationd/lxqt-config-notificationd_pt_BR.qm
Lines 63-73 share/applications/lxqt-config-notificationd.desktop Link Here
63
%%LXQT_TRANSLATIONS%%/lxqt-notificationd/lxqt-notificationd_ja.qm
65
%%LXQT_TRANSLATIONS%%/lxqt-notificationd/lxqt-notificationd_ja.qm
64
%%LXQT_TRANSLATIONS%%/lxqt-notificationd/lxqt-notificationd_kk.qm
66
%%LXQT_TRANSLATIONS%%/lxqt-notificationd/lxqt-notificationd_kk.qm
65
%%LXQT_TRANSLATIONS%%/lxqt-notificationd/lxqt-notificationd_ko.qm
67
%%LXQT_TRANSLATIONS%%/lxqt-notificationd/lxqt-notificationd_ko.qm
68
%%LXQT_TRANSLATIONS%%/lxqt-notificationd/lxqt-notificationd_lg.qm
66
%%LXQT_TRANSLATIONS%%/lxqt-notificationd/lxqt-notificationd_lt.qm
69
%%LXQT_TRANSLATIONS%%/lxqt-notificationd/lxqt-notificationd_lt.qm
67
%%LXQT_TRANSLATIONS%%/lxqt-notificationd/lxqt-notificationd_lv.qm
70
%%LXQT_TRANSLATIONS%%/lxqt-notificationd/lxqt-notificationd_lv.qm
68
%%LXQT_TRANSLATIONS%%/lxqt-notificationd/lxqt-notificationd_oc.qm
69
%%LXQT_TRANSLATIONS%%/lxqt-notificationd/lxqt-notificationd_nb_NO.qm
71
%%LXQT_TRANSLATIONS%%/lxqt-notificationd/lxqt-notificationd_nb_NO.qm
70
%%LXQT_TRANSLATIONS%%/lxqt-notificationd/lxqt-notificationd_nl.qm
72
%%LXQT_TRANSLATIONS%%/lxqt-notificationd/lxqt-notificationd_nl.qm
73
%%LXQT_TRANSLATIONS%%/lxqt-notificationd/lxqt-notificationd_oc.qm
74
%%LXQT_TRANSLATIONS%%/lxqt-notificationd/lxqt-notificationd_pa.qm
71
%%LXQT_TRANSLATIONS%%/lxqt-notificationd/lxqt-notificationd_pl.qm
75
%%LXQT_TRANSLATIONS%%/lxqt-notificationd/lxqt-notificationd_pl.qm
72
%%LXQT_TRANSLATIONS%%/lxqt-notificationd/lxqt-notificationd_pt.qm
76
%%LXQT_TRANSLATIONS%%/lxqt-notificationd/lxqt-notificationd_pt.qm
73
%%LXQT_TRANSLATIONS%%/lxqt-notificationd/lxqt-notificationd_pt_BR.qm
77
%%LXQT_TRANSLATIONS%%/lxqt-notificationd/lxqt-notificationd_pt_BR.qm
(-)b/deskutils/xdg-desktop-portal-lxqt/Makefile (+21 lines)
Added Link Here
1
PORTNAME=	xdg-desktop-portal-lxqt
2
PORTVERSION=	1.0.2
3
CATEGORIES=	deskutils wayland
4
5
MAINTAINER=	lxqt@FreeBSD.org
6
COMMENT=	Portal frontend service for LXQT
7
WWW=		https://github.com/flatpak/xdg-desktop-portal
8
9
LICENSE=	LGPL21
10
11
USE_GITHUB=     yes
12
GH_ACCOUNT=     lxqt
13
14
USES=		cmake kde:6 pkgconfig qt:6
15
USE_KDE=	windowsystem
16
USE_QT=		base:run tools:build
17
18
post-install:
19
	@${RM} -r ${STAGEDIR}${PREFIX}/lib/systemd
20
21
.include <bsd.port.mk>
(-)b/deskutils/xdg-desktop-portal-lxqt/distinfo (+3 lines)
Added Link Here
1
TIMESTAMP = 1715397306
2
SHA256 (lxqt-xdg-desktop-portal-lxqt-1.0.2_GH0.tar.gz) = 3f13151deb515ce9f17431bd48dfbea717499c698d28267cd225b47ac22a6d6c
3
SIZE (lxqt-xdg-desktop-portal-lxqt-1.0.2_GH0.tar.gz) = 17943
(-)b/deskutils/xdg-desktop-portal-lxqt/pkg-descr (+8 lines)
Added Link Here
1
Flatpak is a technology for packaging and distributing standalone dekstop
2
applications. It uses interfaces called "portals" to communicate with the
3
rest of the system.
4
5
xdg-desktop-portal works by exposing a series of D-Bus interfaces known as
6
portals under a well-known name (org.freedesktop.portal.Desktop) and object
7
path (/org/freedesktop/portal/desktop). The portal interfaces include APIs for
8
file access, opening URIs, printing and others.
(-)b/deskutils/xdg-desktop-portal-lxqt/pkg-plist (+4 lines)
Added Link Here
1
libexec/xdg-desktop-portal-lxqt
2
share/applications/org.freedesktop.impl.portal.desktop.lxqt.desktop
3
share/dbus-1/services/org.freedesktop.impl.portal.desktop.lxqt.service
4
share/xdg-desktop-portal/portals/lxqt.portal
(-)b/devel/libdbusmenu-lxqt/Makefile (+31 lines)
Added Link Here
1
PORTNAME=	libdbusmenu-lxqt
2
PORTVERSION=	0.1.0
3
CATEGORIES=	devel
4
MASTER_SITE=	LXQT/${PORTNAME}
5
6
MAINTAINER=	lxqt@FreeBSD.org
7
COMMENT=	Qt6 implementation of the DBusMenu protocol
8
WWW=		https://github.com/lxqt/libdbusmenu-lxqt
9
10
LICENSE=	LGPL20
11
12
USES=		compiler:c++17-lang cmake lxqt:2 qt:6 tar:xz
13
USE_LDCONFIG=	yes
14
USE_QT=		base
15
16
OPTIONS_DEFINE=		DOXYGEN
17
OPTIONS_SUB=		YES
18
DOXYGEN_DESC=		Build documentation (requires doxygen)
19
DOXYGEN_CMAKE_BOOL=	WITH_DOC
20
DOXYGEN_BUILD_DEPENDS=	doxygen:devel/doxygen
21
22
.  if defined(PACKAGE_BUILDING)
23
OPTIONS_DEFAULT+=	DOXYGEN
24
.  endif
25
26
post-patch:
27
	@${REINPLACE_CMD} -e '/add_subdirectory(tests)/ d' \
28
			  -e '/add_subdirectory(tools)/ d' \
29
		${WRKSRC}/CMakeLists.txt
30
31
.include <bsd.port.mk>
(-)b/devel/libdbusmenu-lxqt/distinfo (+3 lines)
Added Link Here
1
TIMESTAMP = 1714098867
2
SHA256 (lxqt/libdbusmenu-lxqt-0.1.0.tar.xz) = a82d77375034b0f27e6e08b5c7ad9c19ee88e8d7bb699ee0423a5a0e781fb291
3
SIZE (lxqt/libdbusmenu-lxqt-0.1.0.tar.xz) = 39232
(-)b/devel/libdbusmenu-lxqt/pkg-descr (+5 lines)
Added Link Here
1
This library provides a Qt6 implementation of the DBusMenu protocol to LXQT 
2
which is forked from libdbusmenu-qt
3
4
The DBusMenu protocol makes it possible for applications to export and import
5
their menus over DBus.
(-)b/devel/libdbusmenu-lxqt/pkg-plist (+89 lines)
Added Link Here
1
include/dbusmenu-lxqt/dbusmenu_export.h
2
include/dbusmenu-lxqt/dbusmenu_version.h
3
include/dbusmenu-lxqt/dbusmenuexporter.h
4
include/dbusmenu-lxqt/dbusmenuimporter.h
5
lib/cmake/dbusmenu-lxqt/dbusmenu-lxqt-config-version.cmake
6
lib/cmake/dbusmenu-lxqt/dbusmenu-lxqt-config.cmake
7
lib/cmake/dbusmenu-lxqt/dbusmenu-lxqt-targets-%%CMAKE_BUILD_TYPE%%.cmake
8
lib/cmake/dbusmenu-lxqt/dbusmenu-lxqt-targets.cmake
9
lib/libdbusmenu-lxqt.so
10
lib/libdbusmenu-lxqt.so.0
11
lib/libdbusmenu-lxqt.so.%%VERSION%%
12
libdata/pkgconfig/dbusmenu-lxqt.pc
13
%%DOXYGEN%%%%DOCSDIR%%-doc/annotated.html
14
%%DOXYGEN%%%%DOCSDIR%%-doc/bc_s.png
15
%%DOXYGEN%%%%DOCSDIR%%-doc/bc_sd.png
16
%%DOXYGEN%%%%DOCSDIR%%-doc/bdwn.png
17
%%DOXYGEN%%%%DOCSDIR%%-doc/classDBusMenuExporter-members.html
18
%%DOXYGEN%%%%DOCSDIR%%-doc/classDBusMenuExporter.html
19
%%DOXYGEN%%%%DOCSDIR%%-doc/classDBusMenuExporter.png
20
%%DOXYGEN%%%%DOCSDIR%%-doc/classDBusMenuImporter-members.html
21
%%DOXYGEN%%%%DOCSDIR%%-doc/classDBusMenuImporter.html
22
%%DOXYGEN%%%%DOCSDIR%%-doc/classDBusMenuImporter.png
23
%%DOXYGEN%%%%DOCSDIR%%-doc/classes.html
24
%%DOXYGEN%%%%DOCSDIR%%-doc/closed.png
25
%%DOXYGEN%%%%DOCSDIR%%-doc/dbusmenu__export_8h_source.html
26
%%DOXYGEN%%%%DOCSDIR%%-doc/dbusmenuexporter_8h_source.html
27
%%DOXYGEN%%%%DOCSDIR%%-doc/dbusmenuimporter_8h_source.html
28
%%DOXYGEN%%%%DOCSDIR%%-doc/deprecated.html
29
%%DOXYGEN%%%%DOCSDIR%%-doc/dir_6aac4de339dbcc461b4551be27bef2b0.html
30
%%DOXYGEN%%%%DOCSDIR%%-doc/dir_d8ef682b32c906dba2de45491e0efd36.html
31
%%DOXYGEN%%%%DOCSDIR%%-doc/doc.png
32
%%DOXYGEN%%%%DOCSDIR%%-doc/docd.png
33
%%DOXYGEN%%%%DOCSDIR%%-doc/doxygen.css
34
%%DOXYGEN%%%%DOCSDIR%%-doc/doxygen.svg
35
%%DOXYGEN%%%%DOCSDIR%%-doc/dynsections.js
36
%%DOXYGEN%%%%DOCSDIR%%-doc/files.html
37
%%DOXYGEN%%%%DOCSDIR%%-doc/folderclosed.png
38
%%DOXYGEN%%%%DOCSDIR%%-doc/folderopen.png
39
%%DOXYGEN%%%%DOCSDIR%%-doc/functions.html
40
%%DOXYGEN%%%%DOCSDIR%%-doc/functions_func.html
41
%%DOXYGEN%%%%DOCSDIR%%-doc/hierarchy.html
42
%%DOXYGEN%%%%DOCSDIR%%-doc/index.html
43
%%DOXYGEN%%%%DOCSDIR%%-doc/jquery.js
44
%%DOXYGEN%%%%DOCSDIR%%-doc/menu.js
45
%%DOXYGEN%%%%DOCSDIR%%-doc/menudata.js
46
%%DOXYGEN%%%%DOCSDIR%%-doc/nav_f.png
47
%%DOXYGEN%%%%DOCSDIR%%-doc/nav_fd.png
48
%%DOXYGEN%%%%DOCSDIR%%-doc/nav_g.png
49
%%DOXYGEN%%%%DOCSDIR%%-doc/nav_h.png
50
%%DOXYGEN%%%%DOCSDIR%%-doc/nav_hd.png
51
%%DOXYGEN%%%%DOCSDIR%%-doc/open.png
52
%%DOXYGEN%%%%DOCSDIR%%-doc/pages.html
53
%%DOXYGEN%%%%DOCSDIR%%-doc/search/all_0.js
54
%%DOXYGEN%%%%DOCSDIR%%-doc/search/all_1.js
55
%%DOXYGEN%%%%DOCSDIR%%-doc/search/all_2.js
56
%%DOXYGEN%%%%DOCSDIR%%-doc/search/all_3.js
57
%%DOXYGEN%%%%DOCSDIR%%-doc/search/all_4.js
58
%%DOXYGEN%%%%DOCSDIR%%-doc/search/all_5.js
59
%%DOXYGEN%%%%DOCSDIR%%-doc/search/all_6.js
60
%%DOXYGEN%%%%DOCSDIR%%-doc/search/classes_0.js
61
%%DOXYGEN%%%%DOCSDIR%%-doc/search/close.svg
62
%%DOXYGEN%%%%DOCSDIR%%-doc/search/functions_0.js
63
%%DOXYGEN%%%%DOCSDIR%%-doc/search/functions_1.js
64
%%DOXYGEN%%%%DOCSDIR%%-doc/search/functions_2.js
65
%%DOXYGEN%%%%DOCSDIR%%-doc/search/functions_3.js
66
%%DOXYGEN%%%%DOCSDIR%%-doc/search/functions_4.js
67
%%DOXYGEN%%%%DOCSDIR%%-doc/search/functions_5.js
68
%%DOXYGEN%%%%DOCSDIR%%-doc/search/functions_6.js
69
%%DOXYGEN%%%%DOCSDIR%%-doc/search/mag.svg
70
%%DOXYGEN%%%%DOCSDIR%%-doc/search/mag_d.svg
71
%%DOXYGEN%%%%DOCSDIR%%-doc/search/mag_sel.svg
72
%%DOXYGEN%%%%DOCSDIR%%-doc/search/mag_seld.svg
73
%%DOXYGEN%%%%DOCSDIR%%-doc/search/pages_0.js
74
%%DOXYGEN%%%%DOCSDIR%%-doc/search/search.css
75
%%DOXYGEN%%%%DOCSDIR%%-doc/search/search.js
76
%%DOXYGEN%%%%DOCSDIR%%-doc/search/searchdata.js
77
%%DOXYGEN%%%%DOCSDIR%%-doc/splitbar.png
78
%%DOXYGEN%%%%DOCSDIR%%-doc/splitbard.png
79
%%DOXYGEN%%%%DOCSDIR%%-doc/sync_off.png
80
%%DOXYGEN%%%%DOCSDIR%%-doc/sync_on.png
81
%%DOXYGEN%%%%DOCSDIR%%-doc/tab_a.png
82
%%DOXYGEN%%%%DOCSDIR%%-doc/tab_ad.png
83
%%DOXYGEN%%%%DOCSDIR%%-doc/tab_b.png
84
%%DOXYGEN%%%%DOCSDIR%%-doc/tab_bd.png
85
%%DOXYGEN%%%%DOCSDIR%%-doc/tab_h.png
86
%%DOXYGEN%%%%DOCSDIR%%-doc/tab_hd.png
87
%%DOXYGEN%%%%DOCSDIR%%-doc/tab_s.png
88
%%DOXYGEN%%%%DOCSDIR%%-doc/tab_sd.png
89
%%DOXYGEN%%%%DOCSDIR%%-doc/tabs.css
(-)b/devel/liblxqt/Makefile (-8 / +7 lines)
Lines 1-24 Link Here
1
PORTNAME=	liblxqt
1
PORTNAME=	liblxqt
2
PORTVERSION=	1.4.0
2
PORTVERSION=	2.0.0
3
CATEGORIES=	devel
3
CATEGORIES=	devel
4
MASTER_SITES=	LXQT
4
MASTER_SITES=	LXQT
5
5
6
MAINTAINER=	jsm@FreeBSD.org
6
MAINTAINER=	lxqt@FreeBSD.org
7
COMMENT=	Shared library for LXQt applications
7
COMMENT=	Shared library for LXQt applications
8
WWW=		https://github.com/lxqt/liblxqt
8
WWW=		https://github.com/lxqt/liblxqt
9
9
10
LICENSE=	LGPL21+
10
LICENSE=	LGPL21+
11
11
12
LIB_DEPENDS=	libpolkit-qt5-core-1.so:sysutils/polkit-qt-1@qt5
12
LIB_DEPENDS=	libpolkit-qt6-core-1.so:sysutils/polkit-qt-1@qt6
13
13
14
USES=	cmake compiler:c++14-lang gnome kde:5 lxqt \
14
USES=		cmake compiler:c++17-lang gnome kde:6 lxqt:2 \
15
	pkgconfig qt:5 tar:xz xorg
15
		pkgconfig qt:6 tar:xz xorg
16
USE_GNOME=	glib20
16
USE_GNOME=	glib20
17
USE_QT=		buildtools:build qmake:build dbus core gui \
17
USE_QT=		base:run tools:build svg
18
		svg widgets x11extras xml
19
USE_KDE=	windowsystem
18
USE_KDE=	windowsystem
20
USE_LXQT=	buildtools qtxdg
21
USE_XORG=	x11 xscrnsaver
19
USE_XORG=	x11 xscrnsaver
22
USE_LDCONFIG=	yes
20
USE_LDCONFIG=	yes
21
USE_LXQT=	buildtools2 qt6xdg
23
22
24
.include <bsd.port.mk>
23
.include <bsd.port.mk>
(-)b/devel/liblxqt/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1706382292
1
TIMESTAMP = 1714101171
2
SHA256 (lxqt/liblxqt-1.4.0.tar.xz) = b55073e7673e19d30339cabf5692a86b3aee244f3009f67e424b7c919f4d96f0
2
SHA256 (lxqt/liblxqt-2.0.0.tar.xz) = 61092556146b769dc9bab328550f3f157e618a1a09ae1e052db61fc0db07b3e4
3
SIZE (lxqt/liblxqt-1.4.0.tar.xz) = 84388
3
SIZE (lxqt/liblxqt-2.0.0.tar.xz) = 85988
(-)b/devel/liblxqt/pkg-plist (-1 / +3 lines)
Lines 38-44 bin/lxqt-backlight_backend Link Here
38
%%LXQT_INCLUDEDIR%%/LXQt/lxqtsingleapplication.h
38
%%LXQT_INCLUDEDIR%%/LXQt/lxqtsingleapplication.h
39
%%LXQT_INCLUDEDIR%%/LXQt/lxqttranslator.h
39
%%LXQT_INCLUDEDIR%%/LXQt/lxqttranslator.h
40
lib/liblxqt.so
40
lib/liblxqt.so
41
lib/liblxqt.so.1
41
lib/liblxqt.so.2
42
lib/liblxqt.so.%%VERSION%%
42
lib/liblxqt.so.%%VERSION%%
43
libdata/pkgconfig/lxqt.pc
43
libdata/pkgconfig/lxqt.pc
44
share/cmake/lxqt/lxqt-config-version.cmake
44
share/cmake/lxqt/lxqt-config-version.cmake
Lines 75-85 share/cmake/lxqt/lxqt-targets.cmake Link Here
75
%%LXQT_TRANSLATIONS%%/liblxqt/liblxqt_ja.qm
75
%%LXQT_TRANSLATIONS%%/liblxqt/liblxqt_ja.qm
76
%%LXQT_TRANSLATIONS%%/liblxqt/liblxqt_kk.qm
76
%%LXQT_TRANSLATIONS%%/liblxqt/liblxqt_kk.qm
77
%%LXQT_TRANSLATIONS%%/liblxqt/liblxqt_ko.qm
77
%%LXQT_TRANSLATIONS%%/liblxqt/liblxqt_ko.qm
78
%%LXQT_TRANSLATIONS%%/liblxqt/liblxqt_lg.qm
78
%%LXQT_TRANSLATIONS%%/liblxqt/liblxqt_lt.qm
79
%%LXQT_TRANSLATIONS%%/liblxqt/liblxqt_lt.qm
79
%%LXQT_TRANSLATIONS%%/liblxqt/liblxqt_lv.qm
80
%%LXQT_TRANSLATIONS%%/liblxqt/liblxqt_lv.qm
80
%%LXQT_TRANSLATIONS%%/liblxqt/liblxqt_nb_NO.qm
81
%%LXQT_TRANSLATIONS%%/liblxqt/liblxqt_nb_NO.qm
81
%%LXQT_TRANSLATIONS%%/liblxqt/liblxqt_nl.qm
82
%%LXQT_TRANSLATIONS%%/liblxqt/liblxqt_nl.qm
82
%%LXQT_TRANSLATIONS%%/liblxqt/liblxqt_oc.qm
83
%%LXQT_TRANSLATIONS%%/liblxqt/liblxqt_oc.qm
84
%%LXQT_TRANSLATIONS%%/liblxqt/liblxqt_pa.qm
83
%%LXQT_TRANSLATIONS%%/liblxqt/liblxqt_pl.qm
85
%%LXQT_TRANSLATIONS%%/liblxqt/liblxqt_pl.qm
84
%%LXQT_TRANSLATIONS%%/liblxqt/liblxqt_pt.qm
86
%%LXQT_TRANSLATIONS%%/liblxqt/liblxqt_pt.qm
85
%%LXQT_TRANSLATIONS%%/liblxqt/liblxqt_pt_BR.qm
87
%%LXQT_TRANSLATIONS%%/liblxqt/liblxqt_pt_BR.qm
(-)b/devel/libqt6xdg/Makefile (+18 lines)
Added Link Here
1
PORTNAME=	libqt6xdg
2
PORTVERSION=	4.0.0
3
CATEGORIES=	devel
4
MASTER_SITES=	LXQT/${PORTNAME:S/6//}
5
6
MAINTAINER=	lxqt@FreeBSD.org
7
COMMENT=	Qt6 implementation of freedesktop.org xdg specs
8
WWW=		https://github.com/lxde/libqtxdg
9
10
LICENSE=	LGPL21+
11
12
USES=		cmake compiler:c++17-lang gnome lxqt:2 pkgconfig qt:6 tar:xz
13
USE_LDCONFIG=	yes
14
USE_GNOME=	glib20
15
USE_LXQT=	buildtools2
16
USE_QT=		base:run tools:build svg
17
18
.include <bsd.port.mk>
(-)b/devel/libqt6xdg/distinfo (+3 lines)
Added Link Here
1
TIMESTAMP = 1714100835
2
SHA256 (lxqt/libqtxdg-4.0.0.tar.xz) = 8c1b250de914b2e1fb451c213ee6f249b7b5729c85ac3283fd75615a47a66b62
3
SIZE (lxqt/libqtxdg-4.0.0.tar.xz) = 71508
(-)b/devel/libqt6xdg/pkg-descr (+1 lines)
Added Link Here
1
libqtxdg is an Qt implementation of freedesktop.org xdg specifications.
(-)b/devel/libqt6xdg/pkg-plist (+44 lines)
Added Link Here
1
etc/xdg/lxqt-qtxdg.conf
2
etc/xdg/qtxdg.conf
3
%%QT_INCDIR%%xdg/XdgAction
4
%%QT_INCDIR%%xdg/XdgAutoStart
5
%%QT_INCDIR%%xdg/XdgDefaultApps
6
%%QT_INCDIR%%xdg/XdgDesktopFile
7
%%QT_INCDIR%%xdg/XdgDirs
8
%%QT_INCDIR%%xdg/XdgIcon
9
%%QT_INCDIR%%xdg/XdgMenu
10
%%QT_INCDIR%%xdg/XdgMenuWidget
11
%%QT_INCDIR%%xdg/XdgMimeApps
12
%%QT_INCDIR%%xdg/XdgMimeType
13
%%QT_INCDIR%%xdg/XmlHelper
14
%%QT_INCDIR%%xdg/xdgaction.h
15
%%QT_INCDIR%%xdg/xdgautostart.h
16
%%QT_INCDIR%%xdg/xdgdefaultapps.h
17
%%QT_INCDIR%%xdg/xdgdesktopfile.h
18
%%QT_INCDIR%%xdg/xdgdirs.h
19
%%QT_INCDIR%%xdg/xdgicon.h
20
%%QT_INCDIR%%xdg/xdgmacros.h
21
%%QT_INCDIR%%xdg/xdgmenu.h
22
%%QT_INCDIR%%xdg/xdgmenuwidget.h
23
%%QT_INCDIR%%xdg/xdgmimeapps.h
24
%%QT_INCDIR%%xdg/xdgmimetype.h
25
%%QT_INCDIR%%xdg/xmlhelper.h
26
%%QT_INCDIR%%xdgiconloader/%%VERSION%%/private/xdgiconloader/xdgiconloader_p.h
27
%%QT_INCDIR%%xdgiconloader/xdgiconloader_export.h
28
lib/libQt6Xdg.so
29
lib/libQt6Xdg.so.4
30
lib/libQt6Xdg.so.%%VERSION%%
31
lib/libQt6XdgIconLoader.so
32
lib/libQt6XdgIconLoader.so.4
33
lib/libQt6XdgIconLoader.so.%%VERSION%%
34
%%QT_PLUGINDIR%%/iconengines/libQt6XdgIconPlugin.so
35
libdata/pkgconfig/Qt6Xdg.pc
36
libdata/pkgconfig/Qt6XdgIconLoader.pc
37
share/cmake/qt6xdg/qt6xdg-config-version.cmake
38
share/cmake/qt6xdg/qt6xdg-config.cmake
39
share/cmake/qt6xdg/qt6xdg-targets-%%CMAKE_BUILD_TYPE%%.cmake
40
share/cmake/qt6xdg/qt6xdg-targets.cmake
41
share/cmake/qt6xdgiconloader/qt6xdgiconloader-config-version.cmake
42
share/cmake/qt6xdgiconloader/qt6xdgiconloader-config.cmake
43
share/cmake/qt6xdgiconloader/qt6xdgiconloader-targets-%%CMAKE_BUILD_TYPE%%.cmake
44
share/cmake/qt6xdgiconloader/qt6xdgiconloader-targets.cmake
(-)b/devel/libqtxdg/Makefile (-2 / +7 lines)
Lines 3-18 PORTVERSION= 3.12.0 Link Here
3
CATEGORIES=	devel
3
CATEGORIES=	devel
4
MASTER_SITES=	LXQT/${PORTNAME}
4
MASTER_SITES=	LXQT/${PORTNAME}
5
5
6
MAINTAINER=	jsm@FreeBSD.org
6
MAINTAINER=	lxqt@FreeBSD.org
7
COMMENT=	Qt implementation of freedesktop.org xdg specs
7
COMMENT=	Qt implementation of freedesktop.org xdg specs
8
WWW=		https://github.com/lxde/libqtxdg
8
WWW=		https://github.com/lxde/libqtxdg
9
9
10
LICENSE=	LGPL21+
10
LICENSE=	LGPL21+
11
11
12
USES=		cmake compiler:c++14-lang gnome lxqt pkgconfig qt:5 tar:xz
12
USES=		cmake compiler:c++17-lang gnome lxqt:1 pkgconfig qt:5 tar:xz
13
USE_LDCONFIG=	yes
13
USE_LDCONFIG=	yes
14
USE_GNOME=	glib20
14
USE_GNOME=	glib20
15
USE_QT=		buildtools:build qmake:build core dbus gui svg widgets \
15
USE_QT=		buildtools:build qmake:build core dbus gui svg widgets \
16
		xml
16
		xml
17
USE_LXQT=	buildtools
17
USE_LXQT=	buildtools
18
19
post-extract:
20
	@${MV} ${WRKSRC}/config/lxqt-qtxdg.conf ${WRKSRC}/config/lxqt-qtxdg-legacy.conf
21
	@${MV} ${WRKSRC}/config/qtxdg.conf ${WRKSRC}/config/qtxdg-legacy.conf
22
18
.include <bsd.port.mk>
23
.include <bsd.port.mk>
(-)b/devel/libqtxdg/pkg-plist (-2 / +2 lines)
Lines 1-5 Link Here
1
etc/xdg/lxqt-qtxdg.conf
1
etc/xdg/lxqt-qtxdg-legacy.conf
2
etc/xdg/qtxdg.conf
2
etc/xdg/qtxdg-legacy.conf
3
%%QT_INCDIR%%xdg/XdgAction
3
%%QT_INCDIR%%xdg/XdgAction
4
%%QT_INCDIR%%xdg/XdgAutoStart
4
%%QT_INCDIR%%xdg/XdgAutoStart
5
%%QT_INCDIR%%xdg/XdgDefaultApps
5
%%QT_INCDIR%%xdg/XdgDefaultApps
(-)b/devel/lxqt-build-tools/Makefile (-2 / +2 lines)
Lines 3-16 PORTVERSION= 0.13.0 Link Here
3
CATEGORIES=	devel
3
CATEGORIES=	devel
4
MASTER_SITES=	LXQT/${PORTNAME}
4
MASTER_SITES=	LXQT/${PORTNAME}
5
5
6
MAINTAINER=	jsm@FreeBSD.org
6
MAINTAINER=	lxqt@FreeBSD.org
7
COMMENT=	Helpers CMake modules for LXQt
7
COMMENT=	Helpers CMake modules for LXQt
8
WWW=		https://github.com/lxde/lxqt-build-tools
8
WWW=		https://github.com/lxde/lxqt-build-tools
9
9
10
LICENSE=	BSD3CLAUSE
10
LICENSE=	BSD3CLAUSE
11
LICENSE_FILE=	${WRKSRC}/BSD-3-Clause
11
LICENSE_FILE=	${WRKSRC}/BSD-3-Clause
12
12
13
USES=		cmake lxqt pkgconfig qt:5 tar:xz gnome
13
USES=		cmake lxqt:1 pkgconfig qt:5 tar:xz gnome
14
USE_QT=		qmake:build buildtools:build core
14
USE_QT=		qmake:build buildtools:build core
15
USE_GNOME=	glib20
15
USE_GNOME=	glib20
16
16
(-)b/devel/lxqt2-build-tools/Makefile (+19 lines)
Added Link Here
1
PORTNAME=	lxqt2-build-tools
2
PORTVERSION=	2.0.0
3
CATEGORIES=	devel
4
MASTER_SITES=   LXQT/${PORTNAME:S/2//}
5
6
MAINTAINER=	lxqt@FreeBSD.org
7
COMMENT=	Helpers CMake modules for LXQt2
8
WWW=		https://github.com/lxqt/lxqt-build-tools
9
10
LICENSE=	BSD3CLAUSE
11
LICENSE_FILE=	${WRKSRC}/BSD-3-Clause
12
13
USES=		cmake lxqt:2 pkgconfig qt:6 tar:xz gnome
14
USE_QT=		base:run tools:build
15
USE_GNOME=	glib20
16
17
CMAKE_ARGS+=	-DLXQT_ETC_XDG_DIR=${PREFIX}/etc/xdg
18
19
.include <bsd.port.mk>
(-)b/devel/lxqt2-build-tools/distinfo (+3 lines)
Added Link Here
1
TIMESTAMP = 1714098502
2
SHA256 (lxqt/lxqt-build-tools-2.0.0.tar.xz) = 4599c47d1db35e0bb91e62b672e3fb7eb2ec1fb4dafcab94599b0156f54e7f07
3
SIZE (lxqt/lxqt-build-tools-2.0.0.tar.xz) = 26072
(-)b/devel/lxqt2-build-tools/pkg-descr (+2 lines)
Added Link Here
1
Several helpers CMake modules needed to build LXQt2 itself as well as other
2
components.
(-)b/devel/lxqt2-build-tools/pkg-plist (+35 lines)
Added Link Here
1
bin/lxqt2-transupdate
2
share/cmake/lxqt2-build-tools/find-modules/FindClazy.cmake
3
share/cmake/lxqt2-build-tools/find-modules/FindExif.cmake
4
share/cmake/lxqt2-build-tools/find-modules/FindFontconfig.cmake
5
share/cmake/lxqt2-build-tools/find-modules/FindGLIB.cmake
6
share/cmake/lxqt2-build-tools/find-modules/FindMenuCache.cmake
7
share/cmake/lxqt2-build-tools/find-modules/FindUDev.cmake
8
share/cmake/lxqt2-build-tools/find-modules/FindXCB.cmake
9
share/cmake/lxqt2-build-tools/find-modules/FindXKBCommon.cmake
10
share/cmake/lxqt2-build-tools/find-modules/FindXTerm.cmake
11
share/cmake/lxqt2-build-tools/find-modules/FindXdgEmail.cmake
12
share/cmake/lxqt2-build-tools/find-modules/FindXdgMime.cmake
13
share/cmake/lxqt2-build-tools/find-modules/FindXdgOpen.cmake
14
share/cmake/lxqt2-build-tools/find-modules/FindXdgScreensaver.cmake
15
share/cmake/lxqt2-build-tools/find-modules/FindXdgSettings.cmake
16
share/cmake/lxqt2-build-tools/find-modules/FindXdgUserDirs.cmake
17
share/cmake/lxqt2-build-tools/lxqt2-build-tools-config-version.cmake
18
share/cmake/lxqt2-build-tools/lxqt2-build-tools-config.cmake
19
share/cmake/lxqt2-build-tools/modules/ECMFindModuleHelpers.cmake
20
share/cmake/lxqt2-build-tools/modules/LXQtAppTranslationLoader.cpp.in
21
share/cmake/lxqt2-build-tools/modules/LXQtCompilerSettings.cmake
22
share/cmake/lxqt2-build-tools/modules/LXQtConfigVars.cmake
23
share/cmake/lxqt2-build-tools/modules/LXQtCreatePkgConfigFile.cmake
24
share/cmake/lxqt2-build-tools/modules/LXQtCreatePortableHeaders.cmake
25
share/cmake/lxqt2-build-tools/modules/LXQtLibTranslationLoader.cpp.in
26
share/cmake/lxqt2-build-tools/modules/LXQtPluginTranslationLoader.cpp.in
27
share/cmake/lxqt2-build-tools/modules/LXQtPreventInSourceBuilds.cmake
28
share/cmake/lxqt2-build-tools/modules/LXQtQueryQt.cmake
29
share/cmake/lxqt2-build-tools/modules/LXQtTranslate.cmake
30
share/cmake/lxqt2-build-tools/modules/LXQtTranslateDesktop.cmake
31
share/cmake/lxqt2-build-tools/modules/LXQtTranslateDesktopYaml.pl
32
share/cmake/lxqt2-build-tools/modules/LXQtTranslateTs.cmake
33
share/cmake/lxqt2-build-tools/modules/LXQtTranslationLoader.cmake
34
share/cmake/lxqt2-build-tools/modules/Qt6TranslationLoader.cmake
35
share/cmake/lxqt2-build-tools/modules/Qt6TranslationLoader.cpp.in
(-)b/editors/featherpad/Makefile (-6 / +5 lines)
Lines 1-24 Link Here
1
PORTNAME=		featherpad
1
PORTNAME=		featherpad
2
PORTVERSION=		1.4.1
2
PORTVERSION=		1.5.0
3
DISTVERSIONPREFIX=	V
3
DISTVERSIONPREFIX=	V
4
CATEGORIES=		editors
4
CATEGORIES=		editors
5
5
6
MAINTAINER=	jsm@FreeBSD.org
6
MAINTAINER=	lxqt@FreeBSD.org
7
COMMENT=	Lightweight Qt5 plain-text editor
7
COMMENT=	Lightweight Qt6 plain-text editor
8
WWW=		https://github.com/tsujan/FeatherPad
8
WWW=		https://github.com/tsujan/FeatherPad
9
9
10
LICENSE=	GPLv3
10
LICENSE=	GPLv3
11
11
12
LIB_DEPENDS=	libhunspell-1.7.so:textproc/hunspell
12
LIB_DEPENDS=	libhunspell-1.7.so:textproc/hunspell
13
13
14
USES=		compiler:c++11-lang desktop-file-utils pkgconfig cmake qt:5 gl xorg
14
USES=		compiler:c++17-lang desktop-file-utils pkgconfig cmake qt:6 gl xorg
15
15
16
USE_GITHUB=	yes
16
USE_GITHUB=	yes
17
GH_ACCOUNT=	tsujan
17
GH_ACCOUNT=	tsujan
18
GH_PROJECT=	FeatherPad
18
GH_PROJECT=	FeatherPad
19
19
20
USE_QT=		buildtools:build qmake:build core dbus gui printsupport network \
20
USE_QT=		base:run tools:build svg
21
		svg widgets x11extras linguisttools
22
USE_XORG=	x11 sm ice xext
21
USE_XORG=	x11 sm ice xext
23
USE_GL=		gl
22
USE_GL=		gl
24
23
(-)b/editors/featherpad/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1687284218
1
TIMESTAMP = 1714114637
2
SHA256 (tsujan-FeatherPad-V1.4.1_GH0.tar.gz) = e60258388ca3039e434d7b661548113057a85443a1a288843b5ec6044b4206dc
2
SHA256 (tsujan-FeatherPad-V1.5.0_GH0.tar.gz) = 346c8fe4464c811fa5c9c29fff709be3890d94e61013e5d44eb9c970a7db246b
3
SIZE (tsujan-FeatherPad-V1.4.1_GH0.tar.gz) = 1109511
3
SIZE (tsujan-FeatherPad-V1.5.0_GH0.tar.gz) = 1087068
(-)b/editors/featherpad/pkg-descr (-1 / +1 lines)
Lines 1-2 Link Here
1
FeatherPad is a lightweight Qt5 plain-text editor. It is independent of
1
FeatherPad is a lightweight Qt6 plain-text editor. It is independent of
2
any desktop environment.
2
any desktop environment.
(-)b/graphics/lximage-qt/Makefile (-7 / +6 lines)
Lines 1-9 Link Here
1
PORTNAME=	lximage-qt
1
PORTNAME=	lximage-qt
2
PORTVERSION=	1.4.0
2
PORTVERSION=	2.0.1
3
CATEGORIES=	graphics
3
CATEGORIES=	graphics
4
MASTER_SITES=	LXQT
4
MASTER_SITES=	LXQT
5
5
6
MAINTAINER=	jsm@FreeBSD.org
6
MAINTAINER=	lxqt@FreeBSD.org
7
COMMENT=	Image viewer
7
COMMENT=	Image viewer
8
WWW=		https://github.com/lxde/lximage-qt
8
WWW=		https://github.com/lxde/lximage-qt
9
9
Lines 12-25 LICENSE= GPLv2 Link Here
12
LIB_DEPENDS=	libexif.so:graphics/libexif \
12
LIB_DEPENDS=	libexif.so:graphics/libexif \
13
		libmenu-cache.so:x11/menu-cache
13
		libmenu-cache.so:x11/menu-cache
14
14
15
USES=	cmake compiler:c++14-lang desktop-file-utils gettext-runtime \
15
USES=		cmake compiler:c++17-lang desktop-file-utils gettext-runtime \
16
	gnome localbase:ldflags lxqt perl5 pkgconfig qt:5 gnome tar:xz xorg
16
		gnome localbase:ldflags lxqt:2 perl5 pkgconfig qt:6 gnome tar:xz xorg
17
17
18
USE_GNOME=	glib20
18
USE_GNOME=	glib20
19
USE_PERL5=	build
19
USE_PERL5=	build
20
USE_QT=		buildtools:build qmake:build core dbus gui linguisttools \
20
USE_QT=		base:run tools:build svg
21
		network printsupport svg widgets x11extras
21
USE_LXQT=	buildtools2 libfmqt6
22
USE_LXQT=	buildtools libfmqt
23
USE_XORG=	ice sm x11 xcb xext xfixes
22
USE_XORG=	ice sm x11 xcb xext xfixes
24
23
25
.include <bsd.port.mk>
24
.include <bsd.port.mk>
(-)b/graphics/lximage-qt/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1706383944
1
TIMESTAMP = 1715396348
2
SHA256 (lxqt/lximage-qt-1.4.0.tar.xz) = 0857650bdb32c5ba5befbd726fbff62137e45d2cf26bc88b0d32622e718cd34e
2
SHA256 (lxqt/lximage-qt-2.0.1.tar.xz) = 55ca3bb14f58cda3abe364f820de011aeddb4b2840e3ae4467190c1097c40f8e
3
SIZE (lxqt/lximage-qt-1.4.0.tar.xz) = 841028
3
SIZE (lxqt/lximage-qt-2.0.1.tar.xz) = 848348
(-)b/graphics/lximage-qt/pkg-plist (-44 / +45 lines)
Lines 1-48 Link Here
1
bin/lximage-qt
1
bin/lximage-qt
2
share/applications/lximage-qt.desktop
2
share/applications/lximage-qt.desktop
3
share/icons/hicolor/48x48/apps/lximage-qt.svg
3
share/icons/hicolor/48x48/apps/lximage-qt.svg
4
%%DATADIR%%/translations/lximage-qt_ar.qm
4
share/lximage-qt/translations/lximage-qt_ar.qm
5
%%DATADIR%%/translations/lximage-qt_arn.qm
5
share/lximage-qt/translations/lximage-qt_arn.qm
6
%%DATADIR%%/translations/lximage-qt_ast.qm
6
share/lximage-qt/translations/lximage-qt_ast.qm
7
%%DATADIR%%/translations/lximage-qt_bg.qm
7
share/lximage-qt/translations/lximage-qt_bg.qm
8
%%DATADIR%%/translations/lximage-qt_ca.qm
8
share/lximage-qt/translations/lximage-qt_ca.qm
9
%%DATADIR%%/translations/lximage-qt_cs.qm
9
share/lximage-qt/translations/lximage-qt_cs.qm
10
%%DATADIR%%/translations/lximage-qt_cy.qm
10
share/lximage-qt/translations/lximage-qt_cy.qm
11
%%DATADIR%%/translations/lximage-qt_da.qm
11
share/lximage-qt/translations/lximage-qt_da.qm
12
%%DATADIR%%/translations/lximage-qt_de.qm
12
share/lximage-qt/translations/lximage-qt_de.qm
13
%%DATADIR%%/translations/lximage-qt_de_CH.qm
13
share/lximage-qt/translations/lximage-qt_de_CH.qm
14
%%DATADIR%%/translations/lximage-qt_el.qm
14
share/lximage-qt/translations/lximage-qt_el.qm
15
%%DATADIR%%/translations/lximage-qt_en_GB.qm
15
share/lximage-qt/translations/lximage-qt_en_GB.qm
16
%%DATADIR%%/translations/lximage-qt_es.qm
16
share/lximage-qt/translations/lximage-qt_es.qm
17
%%DATADIR%%/translations/lximage-qt_et.qm
17
share/lximage-qt/translations/lximage-qt_et.qm
18
%%DATADIR%%/translations/lximage-qt_fi.qm
18
share/lximage-qt/translations/lximage-qt_fi.qm
19
%%DATADIR%%/translations/lximage-qt_fr.qm
19
share/lximage-qt/translations/lximage-qt_fr.qm
20
%%DATADIR%%/translations/lximage-qt_gl.qm
20
share/lximage-qt/translations/lximage-qt_gl.qm
21
%%DATADIR%%/translations/lximage-qt_he.qm
21
share/lximage-qt/translations/lximage-qt_he.qm
22
%%DATADIR%%/translations/lximage-qt_hi.qm
22
share/lximage-qt/translations/lximage-qt_hi.qm
23
%%DATADIR%%/translations/lximage-qt_hr.qm
23
share/lximage-qt/translations/lximage-qt_hr.qm
24
%%DATADIR%%/translations/lximage-qt_hu.qm
24
share/lximage-qt/translations/lximage-qt_hu.qm
25
%%DATADIR%%/translations/lximage-qt_id.qm
25
share/lximage-qt/translations/lximage-qt_id.qm
26
%%DATADIR%%/translations/lximage-qt_is.qm
26
share/lximage-qt/translations/lximage-qt_is.qm
27
%%DATADIR%%/translations/lximage-qt_it.qm
27
share/lximage-qt/translations/lximage-qt_it.qm
28
%%DATADIR%%/translations/lximage-qt_ja.qm
28
share/lximage-qt/translations/lximage-qt_ja.qm
29
%%DATADIR%%/translations/lximage-qt_ko.qm
29
share/lximage-qt/translations/lximage-qt_ko.qm
30
%%DATADIR%%/translations/lximage-qt_lt.qm
30
share/lximage-qt/translations/lximage-qt_lg.qm
31
%%DATADIR%%/translations/lximage-qt_nb_NO.qm
31
share/lximage-qt/translations/lximage-qt_lt.qm
32
%%DATADIR%%/translations/lximage-qt_nl.qm
32
share/lximage-qt/translations/lximage-qt_nb_NO.qm
33
%%DATADIR%%/translations/lximage-qt_oc.qm
33
share/lximage-qt/translations/lximage-qt_nl.qm
34
%%DATADIR%%/translations/lximage-qt_pa.qm
34
share/lximage-qt/translations/lximage-qt_oc.qm
35
%%DATADIR%%/translations/lximage-qt_pl.qm
35
share/lximage-qt/translations/lximage-qt_pa.qm
36
%%DATADIR%%/translations/lximage-qt_pt.qm
36
share/lximage-qt/translations/lximage-qt_pl.qm
37
%%DATADIR%%/translations/lximage-qt_pt_BR.qm
37
share/lximage-qt/translations/lximage-qt_pt.qm
38
%%DATADIR%%/translations/lximage-qt_ru.qm
38
share/lximage-qt/translations/lximage-qt_pt_BR.qm
39
%%DATADIR%%/translations/lximage-qt_si.qm
39
share/lximage-qt/translations/lximage-qt_ru.qm
40
%%DATADIR%%/translations/lximage-qt_sk.qm
40
share/lximage-qt/translations/lximage-qt_si.qm
41
%%DATADIR%%/translations/lximage-qt_sl.qm
41
share/lximage-qt/translations/lximage-qt_sk.qm
42
%%DATADIR%%/translations/lximage-qt_sv.qm
42
share/lximage-qt/translations/lximage-qt_sl.qm
43
%%DATADIR%%/translations/lximage-qt_tr.qm
43
share/lximage-qt/translations/lximage-qt_sv.qm
44
%%DATADIR%%/translations/lximage-qt_uk.qm
44
share/lximage-qt/translations/lximage-qt_tr.qm
45
%%DATADIR%%/translations/lximage-qt_vi.qm
45
share/lximage-qt/translations/lximage-qt_uk.qm
46
%%DATADIR%%/translations/lximage-qt_zh_CN.qm
46
share/lximage-qt/translations/lximage-qt_vi.qm
47
%%DATADIR%%/translations/lximage-qt_zh_TW.qm
47
share/lximage-qt/translations/lximage-qt_zh_CN.qm
48
share/lximage-qt/translations/lximage-qt_zh_TW.qm
48
share/metainfo/lximage-qt.metainfo.xml
49
share/metainfo/lximage-qt.metainfo.xml
(-)b/security/lxqt-openssh-askpass/Makefile (-10 / +6 lines)
Lines 1-21 Link Here
1
PORTNAME=	lxqt-openssh-askpass
1
PORTNAME=	lxqt-openssh-askpass
2
PORTVERSION=	1.4.0
2
PORTVERSION=	2.0.0
3
CATEGORIES=	security
3
CATEGORIES=	security
4
MASTER_SITES=	LXQT
4
MASTER_SITES=	LXQT
5
5
6
MAINTAINER=	jsm@FreeBSD.org
6
MAINTAINER=	lxqt@FreeBSD.org
7
COMMENT=	LXQt GUI dialog for OpenSSH authentication
7
COMMENT=	LXQt GUI dialog for OpenSSH authentication
8
WWW=		https://lxqt-project.org
8
WWW=		https://lxqt-project.org
9
9
10
LICENSE=	LGPL21+
10
LICENSE=	LGPL21+
11
11
12
USES=	cmake compiler:c++11-lang gettext-runtime kde:5 lxqt \
12
USES=		cmake compiler:c++17-lang gettext-runtime lxqt:2 perl5 \
13
	perl5 pkgconfig qt:5 tar:xz gnome xorg
13
		pkgconfig qt:6 tar:xz
14
USE_PERL5=	build
14
USE_PERL5=	build
15
USE_QT=	buildtools:build qmake:build core dbus gui linguisttools \
15
USE_QT=		base:run tools:build
16
	svg widgets x11extras xml
16
17
USE_KDE=	windowsystem
18
USE_LXQT=	buildtools lxqt
19
USE_GNOME=	glib20
20
USE_XORG=	x11
21
.include <bsd.port.mk>
17
.include <bsd.port.mk>
(-)b/security/lxqt-openssh-askpass/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1706384963
1
TIMESTAMP = 1714107769
2
SHA256 (lxqt/lxqt-openssh-askpass-1.4.0.tar.xz) = 2ba6bcac5d90db846dce7895d03294126315ec20e59977f9f2faadf3e668c54a
2
SHA256 (lxqt/lxqt-openssh-askpass-2.0.0.tar.xz) = 52705043dcb51a7c9830c6856b68d930cc6b0a3ed31f7da0520a318fb6304c4e
3
SIZE (lxqt/lxqt-openssh-askpass-1.4.0.tar.xz) = 17628
3
SIZE (lxqt/lxqt-openssh-askpass-2.0.0.tar.xz) = 17812
(-)b/security/lxqt-openssh-askpass/pkg-descr (-1 / +1 lines)
Lines 1-2 Link Here
1
lxqt-openssh-askpass is a GUI to query credentials on behalf of other programs.
1
lxqt2-openssh-askpass is a GUI to query credentials on behalf of other programs.
2
It is primarily targeted at ssh-agent.
2
It is primarily targeted at ssh-agent.
(-)b/security/lxqt-openssh-askpass/pkg-plist (-1 / +3 lines)
Lines 22-31 bin/lxqt-openssh-askpass Link Here
22
%%LXQT_TRANSLATIONS%%/lxqt-openssh-askpass/lxqt-openssh-askpass_it.qm
22
%%LXQT_TRANSLATIONS%%/lxqt-openssh-askpass/lxqt-openssh-askpass_it.qm
23
%%LXQT_TRANSLATIONS%%/lxqt-openssh-askpass/lxqt-openssh-askpass_ja.qm
23
%%LXQT_TRANSLATIONS%%/lxqt-openssh-askpass/lxqt-openssh-askpass_ja.qm
24
%%LXQT_TRANSLATIONS%%/lxqt-openssh-askpass/lxqt-openssh-askpass_ko.qm
24
%%LXQT_TRANSLATIONS%%/lxqt-openssh-askpass/lxqt-openssh-askpass_ko.qm
25
%%LXQT_TRANSLATIONS%%/lxqt-openssh-askpass/lxqt-openssh-askpass_lg.qm
25
%%LXQT_TRANSLATIONS%%/lxqt-openssh-askpass/lxqt-openssh-askpass_lt.qm
26
%%LXQT_TRANSLATIONS%%/lxqt-openssh-askpass/lxqt-openssh-askpass_lt.qm
26
%%LXQT_TRANSLATIONS%%/lxqt-openssh-askpass/lxqt-openssh-askpass_oc.qm
27
%%LXQT_TRANSLATIONS%%/lxqt-openssh-askpass/lxqt-openssh-askpass_nb_NO.qm
27
%%LXQT_TRANSLATIONS%%/lxqt-openssh-askpass/lxqt-openssh-askpass_nb_NO.qm
28
%%LXQT_TRANSLATIONS%%/lxqt-openssh-askpass/lxqt-openssh-askpass_nl.qm
28
%%LXQT_TRANSLATIONS%%/lxqt-openssh-askpass/lxqt-openssh-askpass_nl.qm
29
%%LXQT_TRANSLATIONS%%/lxqt-openssh-askpass/lxqt-openssh-askpass_oc.qm
30
%%LXQT_TRANSLATIONS%%/lxqt-openssh-askpass/lxqt-openssh-askpass_pa.qm
29
%%LXQT_TRANSLATIONS%%/lxqt-openssh-askpass/lxqt-openssh-askpass_pl.qm
31
%%LXQT_TRANSLATIONS%%/lxqt-openssh-askpass/lxqt-openssh-askpass_pl.qm
30
%%LXQT_TRANSLATIONS%%/lxqt-openssh-askpass/lxqt-openssh-askpass_pt.qm
32
%%LXQT_TRANSLATIONS%%/lxqt-openssh-askpass/lxqt-openssh-askpass_pt.qm
31
%%LXQT_TRANSLATIONS%%/lxqt-openssh-askpass/lxqt-openssh-askpass_ru.qm
33
%%LXQT_TRANSLATIONS%%/lxqt-openssh-askpass/lxqt-openssh-askpass_ru.qm
(-)b/security/lxqt-sudo/Makefile (-7 / +6 lines)
Lines 1-24 Link Here
1
PORTNAME=	lxqt-sudo
1
PORTNAME=	lxqt-sudo
2
PORTVERSION=	1.4.0
2
PORTVERSION=	2.0.0
3
CATEGORIES=	security
3
CATEGORIES=	security
4
MASTER_SITES=	LXQT
4
MASTER_SITES=	LXQT
5
5
6
MAINTAINER=	jsm@FreeBSD.org
6
MAINTAINER=	lxqt@FreeBSD.org
7
COMMENT=	GUI frontend to su/sudo for LXQt desktop
7
COMMENT=	GUI frontend to su/sudo/doas for LXQt desktop
8
WWW=		https://lxqt-project.org
8
WWW=		https://lxqt-project.org
9
9
10
LICENSE=	LGPL21+
10
LICENSE=	LGPL21+
11
11
12
RUN_DEPENDS=	sudo:security/sudo
12
RUN_DEPENDS=	sudo:security/sudo
13
13
14
USES=		cmake gettext kde:5 lxqt qt:5 perl5 tar:xz gnome xorg
14
USES=		cmake gettext kde:6 lxqt:2 qt:6 perl5 tar:xz gnome xorg
15
USE_PERL5=	build
15
USE_PERL5=	build
16
USE_QT=		buildtools:build core dbus gui svg qmake:build widgets \
16
USE_QT=		base:run tools:build svg
17
		x11extras xml
18
17
19
USE_KDE=	windowsystem
18
USE_KDE=	windowsystem
20
USE_LXQT=	buildtools lxqt
21
USE_GNOME=	glib20
19
USE_GNOME=	glib20
20
USE_LXQT=	buildtools2 lxqt
22
USE_XORG=	x11
21
USE_XORG=	x11
23
22
24
.include <bsd.port.mk>
23
.include <bsd.port.mk>
(-)b/security/lxqt-sudo/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1706385287
1
TIMESTAMP = 1714113191
2
SHA256 (lxqt/lxqt-sudo-1.4.0.tar.xz) = 076c7115f612b77ec8c05043df76df6acd7f9fe9132b253d6fb5ac2d72eb44ae
2
SHA256 (lxqt/lxqt-sudo-2.0.0.tar.xz) = ea95134723d24dc2e2d862db8cdb36204653ea2d478bfe4f2c5de1f68955d215
3
SIZE (lxqt/lxqt-sudo-1.4.0.tar.xz) = 37764
3
SIZE (lxqt/lxqt-sudo-2.0.0.tar.xz) = 39164
(-)b/security/lxqt-sudo/pkg-descr (-2 / +2 lines)
Lines 1-3 Link Here
1
lxqt-sudo and lxsu is a graphical front-end of commands
1
lxqt-sudo, lxdoas and lxsu are a graphical front-end of commands
2
sudo and su respectively.
2
sudo, doas and su respectively.
3
It enables regular users to launch applications with permissions of root.
3
It enables regular users to launch applications with permissions of root.
(-)b/security/lxqt-sudo/pkg-plist (-1 / +3 lines)
Lines 24-33 bin/lxsudo Link Here
24
%%LXQT_TRANSLATIONS%%/lxqt-sudo/lxqt-sudo_it.qm
24
%%LXQT_TRANSLATIONS%%/lxqt-sudo/lxqt-sudo_it.qm
25
%%LXQT_TRANSLATIONS%%/lxqt-sudo/lxqt-sudo_ja.qm
25
%%LXQT_TRANSLATIONS%%/lxqt-sudo/lxqt-sudo_ja.qm
26
%%LXQT_TRANSLATIONS%%/lxqt-sudo/lxqt-sudo_ko.qm
26
%%LXQT_TRANSLATIONS%%/lxqt-sudo/lxqt-sudo_ko.qm
27
%%LXQT_TRANSLATIONS%%/lxqt-sudo/lxqt-sudo_lg.qm
27
%%LXQT_TRANSLATIONS%%/lxqt-sudo/lxqt-sudo_lt.qm
28
%%LXQT_TRANSLATIONS%%/lxqt-sudo/lxqt-sudo_lt.qm
28
%%LXQT_TRANSLATIONS%%/lxqt-sudo/lxqt-sudo_oc.qm
29
%%LXQT_TRANSLATIONS%%/lxqt-sudo/lxqt-sudo_nb_NO.qm
29
%%LXQT_TRANSLATIONS%%/lxqt-sudo/lxqt-sudo_nb_NO.qm
30
%%LXQT_TRANSLATIONS%%/lxqt-sudo/lxqt-sudo_nl.qm
30
%%LXQT_TRANSLATIONS%%/lxqt-sudo/lxqt-sudo_nl.qm
31
%%LXQT_TRANSLATIONS%%/lxqt-sudo/lxqt-sudo_oc.qm
32
%%LXQT_TRANSLATIONS%%/lxqt-sudo/lxqt-sudo_pa.qm
31
%%LXQT_TRANSLATIONS%%/lxqt-sudo/lxqt-sudo_pl.qm
33
%%LXQT_TRANSLATIONS%%/lxqt-sudo/lxqt-sudo_pl.qm
32
%%LXQT_TRANSLATIONS%%/lxqt-sudo/lxqt-sudo_pt.qm
34
%%LXQT_TRANSLATIONS%%/lxqt-sudo/lxqt-sudo_pt.qm
33
%%LXQT_TRANSLATIONS%%/lxqt-sudo/lxqt-sudo_pt_BR.qm
35
%%LXQT_TRANSLATIONS%%/lxqt-sudo/lxqt-sudo_pt_BR.qm
(-)b/sysutils/libsysstat-qt6/Makefile (+21 lines)
Added Link Here
1
PORTNAME=	libsysstat
2
PORTVERSION=	1.0.0
3
CATEGORIES=	sysutils
4
PKGNAMESUFFIX=	-qt6
5
6
MAINTAINER=	lxqt@FreeBSD.org
7
COMMENT=	Library used to query system info and statistics ported to qt6
8
WWW=		https://lxqt-project.org
9
10
LICENSE=	LGPL21+
11
LICENSE_FILE=	${WRKSRC}/COPYING
12
13
USES=		cmake compiler:c++17-lang lxqt:2 pkgconfig tar:xz qt:6
14
USE_QT=		base:run tools:build
15
USE_LDCONFIG=	yes
16
USE_LXQT=	buildtools2
17
18
post-extract:
19
	@${CP} ${FILESDIR}/config.h.in ${WRKSRC}
20
21
.include <bsd.port.mk>
(-)b/sysutils/libsysstat-qt6/distinfo (+3 lines)
Added Link Here
1
TIMESTAMP = 1714103030
2
SHA256 (lxqt/libsysstat-1.0.0.tar.xz) = f79b5e3e2e79a52b58fab5639f11b7a5f40e4a9995660181712cb4c4cd460435
3
SIZE (lxqt/libsysstat-1.0.0.tar.xz) = 17684
(-)b/sysutils/libsysstat-qt6/files/config.h.in (+3 lines)
Added Link Here
1
#cmakedefine HAVE_SYSCTL_H
2
#cmakedefine HAVE_IF_H
3
#cmakedefine HAVE_KVM_H
(-)b/sysutils/libsysstat-qt6/files/patch-CMakeLists.txt (+32 lines)
Added Link Here
1
--- CMakeLists.txt.orig	2024-04-17 05:57:59.000000000 -0500
2
+++ CMakeLists.txt	2024-04-25 13:02:12.269260000 -0500
3
@@ -28,6 +28,16 @@
4
 include(LXQtCreatePortableHeaders)
5
 include(LXQtCompilerSettings NO_POLICY_SCOPE)
6
 
7
+if(${CMAKE_SYSTEM_NAME} STREQUAL "FreeBSD")
8
+include(CheckIncludeFiles)
9
+include(CheckLibraryExists)
10
+check_include_files("sys/socket.h;net/if.h;net/if_mib.h;net/if_types.h" HAVE_IF_H)
11
+check_library_exists(kvm kvm_getswapinfo "kvm.h" HAVE_KVM_H)
12
+check_library_exists(c sysctlbyname "sys/sysctl.h" HAVE_SYSCTL_H)
13
+configure_file(config.h.in config.h)
14
+add_definitions("-DHAVE_CONFIG_H=1")
15
+endif()
16
+
17
 set(CMAKE_AUTOMOC ON)
18
 set(CMAKE_INCLUDE_CURRENT_DIR ON)
19
 
20
@@ -80,7 +90,11 @@
21
         ${SYSSTAT_QM_FILES}
22
 )
23
 
24
-target_link_libraries(${SYSSTAT_LIBRARY_NAME} Qt6::Core)
25
+if(HAVE_SYSCTL_H AND HAVE_KVM_H)
26
+    target_link_libraries(${SYSSTAT_LIBRARY_NAME} c kvm Qt6::Core)
27
+else()
28
+    target_link_libraries(${SYSSTAT_LIBRARY_NAME} Qt6::Core)
29
+endif()
30
 
31
 set_target_properties(${SYSSTAT_LIBRARY_NAME} PROPERTIES
32
     VERSION ${SYSSTAT_VERSION}
(-)b/sysutils/libsysstat-qt6/files/patch-cpustat.cpp (+307 lines)
Added Link Here
1
--- cpustat.cpp.orig	2021-11-05 10:06:40 UTC
2
+++ cpustat.cpp
3
@@ -22,16 +22,65 @@
4
 **  51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
5
 **
6
 ** END_COMMON_COPYRIGHT_HEADER */
7
-
8
-
9
 #include <unistd.h>
10
-
11
 #include "cpustat.h"
12
+#ifdef HAVE_SYSCTL_H
13
+extern "C"
14
+{
15
+    #include <stdlib.h>
16
+    #include <limits.h>
17
+    #include <string.h>
18
+    #include <sys/resource.h> /* CPUSTATES */
19
+
20
+    #include <sys/types.h>
21
+    #include <sys/sysctl.h>
22
+}
23
+#endif
24
 #include "cpustat_p.h"
25
 
26
 
27
 namespace SysStat {
28
+#ifdef HAVE_SYSCTL_H
29
+char *GetFirstFragment(char *string, const char *delim)
30
+{
31
+    char *token = NULL;
32
 
33
+    token = strsep(&string, delim);
34
+    if (token != NULL)
35
+    {
36
+        /* We need only the first fragment, so no loop! */
37
+        return token;
38
+    }
39
+    else
40
+        return NULL;
41
+}
42
+
43
+int GetCpu(void)
44
+{
45
+    static int mib[] = { CTL_HW, HW_NCPU };
46
+    int buf;
47
+    size_t len = sizeof(int);
48
+
49
+    if (sysctl(mib, 2, &buf, &len, NULL, 0) < 0)
50
+        return 0;
51
+    else
52
+        return buf;
53
+}
54
+
55
+/* Frequence is in MHz */
56
+ulong CpuStatPrivate::CurrentFreq(QString mSource)
57
+{
58
+    ulong freq=0;
59
+    size_t len = sizeof(freq);
60
+    int i = mSource.mid(3).toInt();
61
+    if (sysctl(mib2[i],4,&freq, &len, NULL, 0) < 0) {
62
+        perror("sysctl");
63
+        return 0;
64
+    }
65
+    else
66
+        return freq;
67
+}
68
+#endif
69
 CpuStatPrivate::CpuStatPrivate(CpuStat *parent)
70
     : BaseStatPrivate(parent)
71
     , mMonitoring(CpuStat::LoadAndFrequency)
72
@@ -39,7 +88,17 @@ CpuStatPrivate::CpuStatPrivate(CpuStat *parent)
73
     mSource = defaultSource();
74
 
75
     connect(mTimer, SIGNAL(timeout()), SLOT(timeout()));
76
-
77
+#ifdef HAVE_SYSCTL_H
78
+    size_t flen=2;
79
+    size_t alen=4;
80
+    sysctlnametomib("kern.cp_times",mib0,&flen);
81
+    sysctlnametomib("kern.cp_time",mib1,&flen);
82
+    int ncpu = GetCpu();
83
+    for (int i=0;i<ncpu;i++) {
84
+    QString cpu_sysctl_name = QString::fromLatin1("dev.cpu.%1.freq").arg(i);
85
+    sysctlnametomib(cpu_sysctl_name.toStdString().c_str(),mib2[i],&alen);
86
+    }
87
+#endif
88
     mUserHz = sysconf(_SC_CLK_TCK);
89
 
90
     updateSources();
91
@@ -47,6 +106,51 @@ CpuStatPrivate::CpuStatPrivate(CpuStat *parent)
92
 
93
 void CpuStatPrivate::addSource(const QString &source)
94
 {
95
+#ifdef HAVE_SYSCTL_H
96
+            char buf[1024];
97
+            char *tokens, *t;
98
+            ulong min = 0, max = 0;
99
+            size_t len = sizeof(buf);
100
+
101
+            /* The string returned by the dev.cpu.0.freq_levels sysctl
102
+             * is a space separated list of MHz/milliwatts.
103
+             */
104
+            if (source != QStringLiteral("cpu") && source.mid(0,3).toInt() >-1) {
105
+
106
+                if (sysctlbyname(QString::fromLatin1("dev.cpu.%1.freq_levels").arg(source.mid(0,3).toInt()).toStdString().c_str(), buf, &len, NULL, 0) < 0)
107
+                    return;
108
+            }
109
+            t = strndup(buf, len);
110
+            if (t == NULL)
111
+            {
112
+                free(t);
113
+                return;
114
+            }
115
+            while ((tokens = strsep(&t, " ")) != NULL)
116
+            {
117
+                char *freq;
118
+                ulong res;
119
+
120
+                freq = GetFirstFragment(tokens, "/");
121
+                if (freq != NULL)
122
+                {
123
+                    res = strtoul(freq, &freq, 10);
124
+                    if (res > max)
125
+                    {
126
+                        max = res;
127
+                    }
128
+                    else
129
+                    {
130
+                        if ((min == 0) || (res < min))
131
+                            min = res;
132
+                    }
133
+                }
134
+
135
+            }
136
+
137
+            free(t);
138
+            mBounds[source] = qMakePair(min, max);
139
+#else
140
     bool ok = false;
141
 
142
     uint min = readAllFile(qPrintable(QString::fromLatin1("/sys/devices/system/cpu/%1/cpufreq/scaling_min_freq").arg(source))).toUInt(&ok);
143
@@ -56,11 +160,34 @@ void CpuStatPrivate::addSource(const QString &source)
144
         if (ok)
145
             mBounds[source] = qMakePair(min, max);
146
     }
147
+#endif
148
 }
149
 
150
 void CpuStatPrivate::updateSources()
151
 {
152
     mSources.clear();
153
+#ifdef HAVE_SYSCTL_H
154
+    mBounds.clear();
155
+    int cpu;
156
+
157
+    cpu = GetCpu();
158
+    mSources.append(QString::fromLatin1("cpu"));
159
+    for (int i =0;i<cpu;i++)
160
+    {
161
+        mSources.append(QString::fromLatin1("cpu%1").arg(i));
162
+        addSource(QString::fromLatin1("cpu%1").arg(i));
163
+    }
164
+    long max=0;
165
+    long min=0;
166
+    for (Bounds::ConstIterator I = mBounds.constBegin(); I != mBounds.constEnd(); ++I)
167
+    {
168
+        min += mBounds[I.key()].first;
169
+        max += mBounds[I.key()].second;
170
+
171
+    }
172
+
173
+    mBounds[QStringLiteral("cpu")] = qMakePair(min,max);
174
+#else
175
     const QStringList rows = readAllFile("/proc/stat").split(QLatin1Char('\n'), Qt::SkipEmptyParts);
176
     for (const QString &row : rows)
177
     {
178
@@ -98,6 +225,7 @@ void CpuStatPrivate::updateSources()
179
                 addSource(QString::fromLatin1("cpu%1").arg(number));
180
         }
181
     }
182
+#endif
183
 }
184
 
185
 CpuStatPrivate::~CpuStatPrivate() = default;
186
@@ -124,6 +252,113 @@ void CpuStatPrivate::recalculateMinMax()
187
 
188
 void CpuStatPrivate::timeout()
189
 {
190
+#ifdef HAVE_SYSCTL_H
191
+            if ( (mMonitoring == CpuStat::LoadOnly)
192
+              || (mMonitoring == CpuStat::LoadAndFrequency) )
193
+            {
194
+                int cpuNumber=0;
195
+                long *cp_times=0;
196
+
197
+                if(mSource!=QLatin1String("cpu"))
198
+                {
199
+                    size_t cp_size = sizeof(long) * CPUSTATES * GetCpu();
200
+                    cp_times = (long *)malloc(cp_size);
201
+                    cpuNumber = mSource.mid(0,3).toInt();
202
+                    if (sysctl(mib0,2, cp_times, &cp_size, NULL, 0) < 0)
203
+                        free(cp_times);
204
+                } else {
205
+                    size_t cp_size = sizeof(long)*CPUSTATES;
206
+                    cp_times = (long *)malloc(cp_size);
207
+                    if(sysctl(mib1,2,cp_times,&cp_size,NULL,0) < 0)
208
+                    {
209
+                        perror("sysctl");
210
+                        free(cp_times);
211
+                    }
212
+                }
213
+                Values current;
214
+                current.user = static_cast<ulong>(cp_times[CP_USER+cpuNumber*CPUSTATES]);
215
+                current.nice = static_cast<ulong>(cp_times[CP_NICE+cpuNumber*CPUSTATES]);
216
+                current.system = static_cast<ulong>(cp_times[CP_SYS+cpuNumber*CPUSTATES]);
217
+                current.idle = static_cast<ulong>(cp_times[CP_IDLE+cpuNumber*CPUSTATES]);
218
+                current.other = static_cast<ulong>(cp_times[CP_INTR+cpuNumber*CPUSTATES]);
219
+                current.total = current.user + current.nice + current.system+current.idle+current.other;
220
+                float sumDelta = static_cast<float>(current.total - mPrevious.total);
221
+                if ((mPrevious.total != 0) && ((sumDelta < mIntervalMin) || (sumDelta > mIntervalMax)))
222
+                {
223
+                    if (mMonitoring == CpuStat::LoadAndFrequency)
224
+		            {
225
+                        float freqRate = 1.0;
226
+                        ulong freq = CurrentFreq(mSource);
227
+
228
+                        if (mSource == QLatin1String("cpu")) {
229
+                                freq=0;
230
+                                for (Bounds::ConstIterator I = mBounds.constBegin(); I != mBounds.constEnd(); ++I) {
231
+                                    if (I.key() != QStringLiteral("cpu"))
232
+                                    {
233
+                                        freq += CurrentFreq(I.key());
234
+                                    }
235
+                                }
236
+                            }
237
+
238
+                        if (freq > 0)
239
+                        {
240
+                            freqRate = static_cast<float>(freq) / static_cast<float>(mBounds[mSource].second);
241
+                            emit update(0.0, 0.0, 0.0, 0.0, static_cast<float>(freqRate), freq);
242
+                        }
243
+                    } else {
244
+                        emit update(0.0, 0.0, 0.0, 0.0);
245
+			        }
246
+                    mPrevious.clear();
247
+                } else {
248
+                        if (mMonitoring == CpuStat::LoadAndFrequency)
249
+                    {
250
+                        float freqRate = 1.0;
251
+                        ulong freq = CurrentFreq(mSource);
252
+
253
+                        if (freq > 0)
254
+                        {
255
+					        if (mSource == QLatin1String("cpu")) {
256
+                                freq=0;
257
+                                for (Bounds::ConstIterator I = mBounds.constBegin(); I != mBounds.constEnd(); ++I) {
258
+                                    if (I.key() != QStringLiteral("cpu"))
259
+                                    {
260
+                                        freq += CurrentFreq(I.key());
261
+                                    }
262
+                        }
263
+                        }
264
+		                freqRate = static_cast<float>(freq) / static_cast<float>(mBounds[mSource].second);
265
+                           emit update(
266
+                               static_cast<float>(current.user   - mPrevious.user  ) / sumDelta,
267
+                               static_cast<float>(current.nice   - mPrevious.nice  ) / sumDelta,
268
+                               static_cast<float>(current.system - mPrevious.system) / sumDelta,
269
+                               static_cast<float>(current.other  - mPrevious.other ) / sumDelta,
270
+                               static_cast<float>(freqRate),
271
+                               freq);
272
+
273
+                        }
274
+                    }
275
+                        else
276
+                        {
277
+                            emit update(
278
+                                static_cast<float>(current.user   - mPrevious.user  ) / sumDelta,
279
+                                static_cast<float>(current.nice   - mPrevious.nice  ) / sumDelta,
280
+                                static_cast<float>(current.system - mPrevious.system) / sumDelta,
281
+                                static_cast<float>(current.other  - mPrevious.other ) / sumDelta);
282
+                        }
283
+
284
+                    mPrevious = current;
285
+                }
286
+                free(cp_times);
287
+            }
288
+            else
289
+            {
290
+                ulong freq = 0;
291
+
292
+                freq = CurrentFreq(mSource);
293
+                if (freq > 0)
294
+                    emit update(freq);
295
+            }
296
+#else
297
     if ( (mMonitoring == CpuStat::LoadOnly)
298
       || (mMonitoring == CpuStat::LoadAndFrequency) )
299
     {
300
@@ -258,6 +493,7 @@ void CpuStatPrivate::timeout()
301
         }
302
         emit update(freq);
303
     }
304
+#endif
305
 }
306
 
307
 QString CpuStatPrivate::defaultSource()
(-)b/sysutils/libsysstat-qt6/files/patch-cpustat.h (+32 lines)
Added Link Here
1
--- cpustat.h.orig	2020-11-03 14:45:02 UTC
2
+++ cpustat.h
3
@@ -27,14 +27,19 @@
4
 #ifndef LIBSYSSTAT__CPU_STAT__INCLUDED
5
 #define LIBSYSSTAT__CPU_STAT__INCLUDED
6
 
7
-
8
+#ifdef HAVE_CONFIG_H
9
+#include "config.h"
10
+#endif
11
 #include <QtCore/QObject>
12
 
13
 #include "basestat.h"
14
 
15
 
16
 namespace SysStat {
17
-
18
+#ifdef HAVE_SYSCTL_H
19
+    char *GetFirstFragment(char *string, const char *delim);
20
+    int GetCpu(void);
21
+#endif
22
 class CpuStatPrivate;
23
 
24
 class SYSSTATSHARED_EXPORT CpuStat : public BaseStat
25
@@ -54,7 +59,6 @@ class SYSSTATSHARED_EXPORT CpuStat : public BaseStat (
26
 
27
     uint minFreq(const QString &source) const;
28
     uint maxFreq(const QString &source) const;
29
-
30
 signals:
31
     void update(float user, float nice, float system, float other, float frequencyRate, uint frequency);
32
     void update(float user, float nice, float system, float other);
(-)b/sysutils/libsysstat-qt6/files/patch-cpustat__p.h (+65 lines)
Added Link Here
1
--- cpustat_p.h.orig	2021-04-07 06:58:34 UTC
2
+++ cpustat_p.h
3
@@ -27,6 +27,9 @@
4
 #ifndef LIBSYSSTAT__CPU_STAT__PRIVATE__INCLUDED
5
 #define LIBSYSSTAT__CPU_STAT__PRIVATE__INCLUDED
6
 
7
+#ifdef HAVE_CONFIG_H
8
+#include "config.h"
9
+#endif
10
 
11
 #include <QtCore/QObject>
12
 #include <QtCore/QtGlobal>
13
@@ -52,8 +55,15 @@ class CpuStatPrivate : public BaseStatPrivate (public)
14
     CpuStat::Monitoring monitoring() const;
15
     void setMonitoring(CpuStat::Monitoring value);
16
 
17
+#ifdef HAVE_SYSCTL_H
18
+    ulong minFreq(const QString &source) const;
19
+    ulong maxFreq(const QString &source) const;
20
+    ulong CurrentFreq(const QString);
21
+
22
+#else
23
     uint minFreq(const QString &source) const;
24
     uint maxFreq(const QString &source) const;
25
+#endif
26
 
27
 signals:
28
     void update(float user, float nice, float system, float other);
29
@@ -74,12 +84,21 @@ private slots: (private)
30
     {
31
         Values();
32
 
33
+#ifdef HAVE_SYSCTL_H
34
+        ulong user;
35
+        ulong nice;
36
+        ulong system;
37
+        ulong idle;
38
+        ulong other;
39
+        ulong total;
40
+#else
41
         qulonglong user;
42
         qulonglong nice;
43
         qulonglong system;
44
         qulonglong idle;
45
         qulonglong other;
46
         qulonglong total;
47
+#endif
48
 
49
         void sum();
50
 
51
@@ -89,7 +108,14 @@ private slots: (private)
52
 
53
     CpuStat::Monitoring mMonitoring;
54
 
55
+#ifdef HAVE_SYSCTL_H
56
+    typedef QMap<QString, QPair<ulong, ulong> > Bounds;
57
+    int mib0[2];
58
+    int mib1[2];
59
+    int mib2[512][4];
60
+#else
61
     typedef QMap<QString, QPair<uint, uint> > Bounds;
62
+#endif
63
     Bounds mBounds;
64
 
65
     int mUserHz;
(-)b/sysutils/libsysstat-qt6/files/patch-memstat.cpp (+123 lines)
Added Link Here
1
--- memstat.cpp.orig	2021-11-05 10:06:40 UTC
2
+++ memstat.cpp
3
@@ -26,10 +26,58 @@
4
 
5
 #include "memstat.h"
6
 #include "memstat_p.h"
7
+#if defined(HAVE_KVM_H) && defined(HAVE_SYSCTL_H)
8
+extern "C"
9
+{
10
+    #include <paths.h>
11
+    #include <unistd.h>
12
+    #include <fcntl.h>
13
 
14
+    #include <kvm.h>
15
+    #include <sys/types.h>
16
+    #include <sys/sysctl.h>
17
+}
18
+#endif
19
 
20
 namespace SysStat {
21
+#ifdef HAVE_SYSCTL_H
22
+int SwapDevices()
23
+{
24
+    int buf;
25
+    size_t len = sizeof(int);
26
 
27
+    if (sysctlbyname("vm.nswapdev", &buf, &len, NULL, 0) < 0)
28
+        return 0;
29
+    else
30
+        return buf;
31
+}
32
+
33
+qulonglong MemGetByBytes(QString property)
34
+{
35
+    qulonglong buf=0;
36
+    size_t len = sizeof(qulonglong);
37
+
38
+    std::string s = property.toStdString();
39
+    const char *name = s.c_str();
40
+
41
+    if (sysctlbyname(name, &buf, &len, NULL, 0) < 0)
42
+        return 0;
43
+    else
44
+        return buf;
45
+}
46
+
47
+qulonglong MemGetByPages(QString name)
48
+{
49
+    qulonglong res = 0;
50
+
51
+
52
+    res = MemGetByBytes(name);
53
+    if (res > 0)
54
+        res = res * getpagesize();
55
+
56
+    return res;
57
+}
58
+#endif
59
 MemStatPrivate::MemStatPrivate(MemStat *parent)
60
     : BaseStatPrivate(parent)
61
 {
62
@@ -49,8 +97,39 @@ void MemStatPrivate::timeout()
63
     qulonglong memBuffers = 0;
64
     qulonglong memCached = 0;
65
     qulonglong swapTotal = 0;
66
-    qulonglong swapFree = 0;
67
+#ifdef HAVE_SYSCTL_H
68
+    memTotal = MemGetByBytes(QLatin1String("hw.physmem"));
69
+    memFree = MemGetByPages(QLatin1String("vm.stats.vm.v_free_count"));
70
+    memBuffers = MemGetByBytes(QLatin1String("vfs.bufspace"));
71
+    memCached = MemGetByPages(QLatin1String("vm.stats.vm.v_inactive_count"));
72
 
73
+#endif
74
+#ifdef HAVE_KVM_H
75
+    qulonglong swapUsed = 0;
76
+    kvm_t *kd;
77
+    struct kvm_swap kswap[16]; /* size taken from pstat/pstat.c */
78
+
79
+    kd = kvm_open(NULL, _PATH_DEVNULL, NULL, O_RDONLY, "kvm_open");
80
+    if (kd == NULL)
81
+        kvm_close(kd);
82
+
83
+    if (kvm_getswapinfo(kd, kswap, (sizeof(kswap) / sizeof(kswap[0])), SWIF_DEV_PREFIX) > 0)
84
+    {
85
+        int swapd = SwapDevices();
86
+        /* TODO: loop over swap devives */
87
+        if (swapd >= 1)
88
+        {
89
+            swapTotal = static_cast<qulonglong>(kswap[0].ksw_total * getpagesize());
90
+            swapUsed = static_cast<qulonglong>(kswap[0].ksw_used * getpagesize());
91
+        }
92
+
93
+        kvm_close(kd);
94
+    }
95
+    else
96
+        kvm_close(kd);
97
+#endif
98
+#ifndef HAVE_SYSCTL_H
99
+    qulonglong swapFree = 0;
100
     const QStringList rows = readAllFile("/proc/meminfo").split(QLatin1Char('\n'), Qt::SkipEmptyParts);
101
     for (const QString &row : rows)
102
     {
103
@@ -72,6 +151,7 @@ void MemStatPrivate::timeout()
104
             swapFree = tokens[1].toULong();
105
     }
106
 
107
+#endif
108
     if (mSource == QLatin1String("memory"))
109
     {
110
         if (memTotal)
111
@@ -88,8 +168,11 @@ void MemStatPrivate::timeout()
112
     {
113
         if (swapTotal)
114
         {
115
+#ifndef HAVE_KVM_H
116
             float swapUsed_d = static_cast<float>(swapTotal - swapFree) / static_cast<float>(swapTotal);
117
-
118
+#else
119
+            float swapUsed_d = static_cast<float>(swapUsed) / static_cast<float>(swapTotal);
120
+#endif
121
             emit swapUpdate(swapUsed_d);
122
         }
123
     }
(-)b/sysutils/libsysstat-qt6/files/patch-memstat.h (+26 lines)
Added Link Here
1
--- memstat.h.orig	2019-01-30 19:24:29 UTC
2
+++ memstat.h
3
@@ -27,7 +27,9 @@
4
 #ifndef LIBSYSSTAT__MEM_STAT__INCLUDED
5
 #define LIBSYSSTAT__MEM_STAT__INCLUDED
6
 
7
-
8
+#ifdef HAVE_CONFIG_H
9
+#include "config.h"
10
+#endif
11
 #include <QtCore/QObject>
12
 
13
 #include "basestat.h"
14
@@ -36,7 +38,11 @@
15
 namespace SysStat {
16
 
17
 class MemStatPrivate;
18
-
19
+#if defined(HAVE_SYSCTL_H) && defined(HAVE_KVM_H)
20
+    int SwapDevices();
21
+    qulonglong MemGetByBytes(const QString property);
22
+    qulonglong MemGetByPages(const QString property);
23
+#endif
24
 class SYSSTATSHARED_EXPORT MemStat : public BaseStat
25
 {
26
     Q_OBJECT
(-)b/sysutils/libsysstat-qt6/files/patch-netstat.cpp (+122 lines)
Added Link Here
1
--- netstat.cpp.orig	2021-11-05 10:06:40 UTC
2
+++ netstat.cpp
3
@@ -26,8 +26,23 @@
4
 
5
 #include "netstat.h"
6
 #include "netstat_p.h"
7
+#ifdef HAVE_CONFIG_H
8
+#include "config.h"
9
+#endif
10
 
11
+#if defined(HAVE_SYSCTL_H) && defined(HAVE_IF_H)
12
+extern "C"
13
+{
14
+    #include <net/if.h>
15
+    #include <net/if_mib.h>
16
+    #include <net/if_types.h>
17
+    #include <sys/socket.h> /* PF_LINK */
18
+    #include <sys/types.h>
19
+    #include <sys/sysctl.h>
20
+}
21
+#endif
22
 
23
+
24
 namespace SysStat {
25
 
26
 NetStatPrivate::NetStatPrivate(NetStat *parent)
27
@@ -37,6 +52,7 @@ NetStatPrivate::NetStatPrivate(NetStat *parent)
28
 
29
     connect(mTimer, SIGNAL(timeout()), SLOT(timeout()));
30
 
31
+#ifndef HAVE_SYSCTL_H
32
 
33
     QStringList rows(readAllFile("/proc/net/dev").split(QLatin1Char('\n'), Qt::SkipEmptyParts));
34
 
35
@@ -50,12 +66,79 @@ NetStatPrivate::NetStatPrivate(NetStat *parent)
36
 
37
         mSources.append(tokens[0].trimmed());
38
     }
39
+#else
40
+        int count;
41
+        size_t len;
42
+        int cntifmib[] = { CTL_NET, PF_LINK, NETLINK_GENERIC, IFMIB_SYSTEM, IFMIB_IFCOUNT };// net.link.generic.system.ifcount;
43
+        len = sizeof(int);
44
+        if (sysctl(cntifmib, 5, &count, &len, NULL, 0) < 0)
45
+            perror("sysctl");
46
+
47
+
48
+        struct ifmibdata ifmd;
49
+        size_t len1 = sizeof(ifmd);
50
+        for (int i=1; i<=count;i++) {
51
+            int name[] = { CTL_NET, PF_LINK, NETLINK_GENERIC, IFMIB_IFDATA, i, IFDATA_GENERAL };
52
+
53
+            if (sysctl(name, 6, &ifmd, &len1, NULL, 0) < 0) {
54
+                perror("sysctl");
55
+            }
56
+            if ((ifmd.ifmd_data.ifi_type == IFT_ETHER) || (ifmd.ifmd_data.ifi_type == IFT_IEEE80211)) {
57
+            const char *iface = ifmd.ifmd_name;
58
+            mSources.append(QString::fromLatin1(iface));
59
+            }
60
+        }
61
+#endif
62
 }
63
 
64
 NetStatPrivate::~NetStatPrivate() = default;
65
 
66
 void NetStatPrivate::timeout()
67
 {
68
+#if defined(HAVE_IF_H) && defined(HAVE_SYSCTL_H)
69
+    int count;
70
+    size_t len;
71
+    int name[] = { CTL_NET, PF_LINK, NETLINK_GENERIC, IFMIB_SYSTEM, IFMIB_IFCOUNT };
72
+    struct ifmibdata ifmd;
73
+
74
+    len = sizeof(int);
75
+    if (sysctl(name, 5, &count, &len, NULL, 0) < 0)
76
+        return;
77
+
78
+    for (int i = 1; i <= count; i++)
79
+    {
80
+        len = sizeof(ifmd);
81
+        int name[] = { CTL_NET, PF_LINK, NETLINK_GENERIC, IFMIB_IFDATA, i, IFDATA_GENERAL };
82
+
83
+        if (sysctl(name, 6, &ifmd, &len, NULL, 0) < 0)
84
+            break;
85
+
86
+        if ((ifmd.ifmd_data.ifi_type == IFT_ETHER) || (ifmd.ifmd_data.ifi_type == IFT_IEEE80211))
87
+        {
88
+            const char *iface = ifmd.ifmd_name;
89
+            QString interfaceName = QString::fromLatin1(iface);
90
+            if ((ifmd.ifmd_data.ifi_link_state == LINK_STATE_UP) && (ifmd.ifmd_data.ifi_ipackets > 0))
91
+            {
92
+
93
+
94
+                Values current;
95
+                current.received = ifmd.ifmd_data.ifi_ibytes;
96
+                current.transmitted = ifmd.ifmd_data.ifi_obytes;
97
+
98
+                if (!mPrevious.contains(interfaceName))
99
+                    mPrevious.insert(interfaceName, Values());
100
+                const Values &previous = mPrevious[interfaceName];
101
+
102
+                if (interfaceName == mSource)
103
+                    emit update((( current.received - previous.received ) * 1000 ) / mTimer->interval(), (( current.transmitted - previous.transmitted ) * 1000 ) / mTimer->interval());
104
+
105
+                mPrevious[interfaceName] = current;
106
+            } else if(interfaceName == mSource)
107
+                emit(update(0,0));
108
+
109
+        }
110
+    }
111
+#else
112
     QStringList rows(readAllFile("/proc/net/dev").split(QLatin1Char('\n'), Qt::SkipEmptyParts));
113
 
114
 
115
@@ -97,6 +180,7 @@ void NetStatPrivate::timeout()
116
 
117
         mPrevious[interfaceName] = current;
118
     }
119
+#endif
120
 }
121
 
122
 QString NetStatPrivate::defaultSource()
(-)b/sysutils/libsysstat-qt6/pkg-descr (+2 lines)
Added Link Here
1
Qt-based library to query system information like CPU, memory usage and
2
network traffic.
(-)b/sysutils/libsysstat-qt6/pkg-plist (+20 lines)
Added Link Here
1
include/sysstat-qt6/SysStat/BaseStat
2
include/sysstat-qt6/SysStat/CpuStat
3
include/sysstat-qt6/SysStat/Global
4
include/sysstat-qt6/SysStat/MemStat
5
include/sysstat-qt6/SysStat/NetStat
6
include/sysstat-qt6/SysStat/Version
7
include/sysstat-qt6/basestat.h
8
include/sysstat-qt6/cpustat.h
9
include/sysstat-qt6/memstat.h
10
include/sysstat-qt6/netstat.h
11
include/sysstat-qt6/sysstat_global.h
12
include/sysstat-qt6/version.h
13
lib/libsysstat-qt6.so
14
lib/libsysstat-qt6.so.1
15
lib/libsysstat-qt6.so.%%VERSION%%
16
libdata/pkgconfig/sysstat-qt6.pc
17
share/cmake/sysstat-qt6/sysstat-qt6-config-version.cmake
18
share/cmake/sysstat-qt6/sysstat-qt6-config.cmake
19
share/cmake/sysstat-qt6/sysstat-qt6-targets-%%CMAKE_BUILD_TYPE%%.cmake
20
share/cmake/sysstat-qt6/sysstat-qt6-targets.cmake
(-)b/sysutils/libsysstat/Makefile (-2 / +2 lines)
Lines 3-16 PORTVERSION= 0.4.6 Link Here
3
CATEGORIES=	sysutils
3
CATEGORIES=	sysutils
4
MASTER_SITES=	LXQT/${PORTNAME}
4
MASTER_SITES=	LXQT/${PORTNAME}
5
5
6
MAINTAINER=	jsm@FreeBSD.org
6
MAINTAINER=	lxqt@FreeBSD.org
7
COMMENT=	Library used to query system info and statistics
7
COMMENT=	Library used to query system info and statistics
8
WWW=		https://lxqt-project.org
8
WWW=		https://lxqt-project.org
9
9
10
LICENSE=	LGPL21+
10
LICENSE=	LGPL21+
11
LICENSE_FILE=	${WRKSRC}/COPYING
11
LICENSE_FILE=	${WRKSRC}/COPYING
12
12
13
USES=		cmake compiler:c++11-lang lxqt pkgconfig tar:xz qt:5
13
USES=		cmake compiler:c++17-lang lxqt:1 pkgconfig tar:xz qt:5
14
USE_QT=		qmake:build buildtools:build core
14
USE_QT=		qmake:build buildtools:build core
15
USE_LXQT=	buildtools
15
USE_LXQT=	buildtools
16
USE_LDCONFIG=	yes
16
USE_LDCONFIG=	yes
(-)b/sysutils/lxqt-admin/Makefile (-7 / +8 lines)
Lines 1-22 Link Here
1
PORTNAME=	lxqt-admin
1
PORTNAME=	lxqt-admin
2
PORTVERSION=	1.4.0
2
PORTVERSION=	2.0.0
3
CATEGORIES=	sysutils
3
CATEGORIES=	sysutils
4
MASTER_SITES=	LXQT
4
MASTER_SITES=	LXQT
5
5
6
MAINTAINER=	jsm@FreeBSD.org
6
MAINTAINER=	lxqt@FreeBSD.org
7
COMMENT=	System administration tool for the LXQt desktop
7
COMMENT=	System administration tool for the LXQt desktop
8
WWW=		https://lxqt-project.org
8
WWW=		https://lxqt-project.org
9
9
10
LICENSE=	LGPL21+
10
LICENSE=	LGPL21+
11
11
12
USES=		cmake compiler:c++11-lang gnome kde:5 localbase \
12
LIB_DEPENDS=	libpolkit-qt6-core-1.so:sysutils/polkit-qt-1@qt6
13
		lxqt perl5 pkgconfig tar:xz qt:5 xorg
13
14
USES=		cmake compiler:c++17-lang gnome kde:6 localbase lxqt:2 \
15
		perl5 pkgconfig tar:xz qt:6 xorg
14
USE_PERL5=	build
16
USE_PERL5=	build
15
USE_QT=		buildtools:build qmake:build core dbus gui svg \
17
USE_QT=		base:run tools:build svg
16
		widgets x11extras xml
18
USE_LXQT=	buildtools2 lxqt
17
USE_KDE=	windowsystem
19
USE_KDE=	windowsystem
18
USE_GNOME=	glib20
20
USE_GNOME=	glib20
19
USE_LXQT=	buildtools lxqt
20
USE_XORG=	x11
21
USE_XORG=	x11
21
22
22
.include <bsd.port.mk>
23
.include <bsd.port.mk>
(-)b/sysutils/lxqt-admin/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1706407980
1
TIMESTAMP = 1714104169
2
SHA256 (lxqt/lxqt-admin-1.4.0.tar.xz) = dd1704050d5d6c462a22e3f58128b64ffc943e3767301ed24466f85790446b4c
2
SHA256 (lxqt/lxqt-admin-2.0.0.tar.xz) = 41d56028fd41290e265697f23497e94cfc2d303bcf7d834f5846fbe51654744b
3
SIZE (lxqt/lxqt-admin-1.4.0.tar.xz) = 152052
3
SIZE (lxqt/lxqt-admin-2.0.0.tar.xz) = 154328
(-)b/sysutils/lxqt-admin/pkg-descr (-1 / +1 lines)
Lines 1-2 Link Here
1
Admin tool for LXQt allowing editing and adding of
1
Admin tool for LXQt2 allowing editing and adding of
2
system users and groups.
2
system users and groups.
(-)b/sysutils/lxqt-admin/pkg-plist (+6 lines)
Lines 17-22 share/applications/lxqt-admin-user.desktop Link Here
17
%%LXQT_TRANSLATIONS%%/lxqt-admin-time/lxqt-admin-time_en_GB.qm
17
%%LXQT_TRANSLATIONS%%/lxqt-admin-time/lxqt-admin-time_en_GB.qm
18
%%LXQT_TRANSLATIONS%%/lxqt-admin-time/lxqt-admin-time_es.qm
18
%%LXQT_TRANSLATIONS%%/lxqt-admin-time/lxqt-admin-time_es.qm
19
%%LXQT_TRANSLATIONS%%/lxqt-admin-time/lxqt-admin-time_et.qm
19
%%LXQT_TRANSLATIONS%%/lxqt-admin-time/lxqt-admin-time_et.qm
20
%%LXQT_TRANSLATIONS%%/lxqt-admin-time/lxqt-admin-time_fi.qm
20
%%LXQT_TRANSLATIONS%%/lxqt-admin-time/lxqt-admin-time_fr.qm
21
%%LXQT_TRANSLATIONS%%/lxqt-admin-time/lxqt-admin-time_fr.qm
21
%%LXQT_TRANSLATIONS%%/lxqt-admin-time/lxqt-admin-time_gl.qm
22
%%LXQT_TRANSLATIONS%%/lxqt-admin-time/lxqt-admin-time_gl.qm
22
%%LXQT_TRANSLATIONS%%/lxqt-admin-time/lxqt-admin-time_he.qm
23
%%LXQT_TRANSLATIONS%%/lxqt-admin-time/lxqt-admin-time_he.qm
Lines 27-37 share/applications/lxqt-admin-user.desktop Link Here
27
%%LXQT_TRANSLATIONS%%/lxqt-admin-time/lxqt-admin-time_ja.qm
28
%%LXQT_TRANSLATIONS%%/lxqt-admin-time/lxqt-admin-time_ja.qm
28
%%LXQT_TRANSLATIONS%%/lxqt-admin-time/lxqt-admin-time_kk.qm
29
%%LXQT_TRANSLATIONS%%/lxqt-admin-time/lxqt-admin-time_kk.qm
29
%%LXQT_TRANSLATIONS%%/lxqt-admin-time/lxqt-admin-time_ko.qm
30
%%LXQT_TRANSLATIONS%%/lxqt-admin-time/lxqt-admin-time_ko.qm
31
%%LXQT_TRANSLATIONS%%/lxqt-admin-time/lxqt-admin-time_lg.qm
30
%%LXQT_TRANSLATIONS%%/lxqt-admin-time/lxqt-admin-time_lt.qm
32
%%LXQT_TRANSLATIONS%%/lxqt-admin-time/lxqt-admin-time_lt.qm
31
%%LXQT_TRANSLATIONS%%/lxqt-admin-time/lxqt-admin-time_lv.qm
33
%%LXQT_TRANSLATIONS%%/lxqt-admin-time/lxqt-admin-time_lv.qm
32
%%LXQT_TRANSLATIONS%%/lxqt-admin-time/lxqt-admin-time_nb_NO.qm
34
%%LXQT_TRANSLATIONS%%/lxqt-admin-time/lxqt-admin-time_nb_NO.qm
33
%%LXQT_TRANSLATIONS%%/lxqt-admin-time/lxqt-admin-time_nl.qm
35
%%LXQT_TRANSLATIONS%%/lxqt-admin-time/lxqt-admin-time_nl.qm
34
%%LXQT_TRANSLATIONS%%/lxqt-admin-time/lxqt-admin-time_oc.qm
36
%%LXQT_TRANSLATIONS%%/lxqt-admin-time/lxqt-admin-time_oc.qm
37
%%LXQT_TRANSLATIONS%%/lxqt-admin-time/lxqt-admin-time_pa.qm
35
%%LXQT_TRANSLATIONS%%/lxqt-admin-time/lxqt-admin-time_pl.qm
38
%%LXQT_TRANSLATIONS%%/lxqt-admin-time/lxqt-admin-time_pl.qm
36
%%LXQT_TRANSLATIONS%%/lxqt-admin-time/lxqt-admin-time_pt.qm
39
%%LXQT_TRANSLATIONS%%/lxqt-admin-time/lxqt-admin-time_pt.qm
37
%%LXQT_TRANSLATIONS%%/lxqt-admin-time/lxqt-admin-time_pt_BR.qm
40
%%LXQT_TRANSLATIONS%%/lxqt-admin-time/lxqt-admin-time_pt_BR.qm
Lines 56-61 share/applications/lxqt-admin-user.desktop Link Here
56
%%LXQT_TRANSLATIONS%%/lxqt-admin-user/lxqt-admin-user_en_GB.qm
59
%%LXQT_TRANSLATIONS%%/lxqt-admin-user/lxqt-admin-user_en_GB.qm
57
%%LXQT_TRANSLATIONS%%/lxqt-admin-user/lxqt-admin-user_es.qm
60
%%LXQT_TRANSLATIONS%%/lxqt-admin-user/lxqt-admin-user_es.qm
58
%%LXQT_TRANSLATIONS%%/lxqt-admin-user/lxqt-admin-user_et.qm
61
%%LXQT_TRANSLATIONS%%/lxqt-admin-user/lxqt-admin-user_et.qm
62
%%LXQT_TRANSLATIONS%%/lxqt-admin-user/lxqt-admin-user_fi.qm
59
%%LXQT_TRANSLATIONS%%/lxqt-admin-user/lxqt-admin-user_fr.qm
63
%%LXQT_TRANSLATIONS%%/lxqt-admin-user/lxqt-admin-user_fr.qm
60
%%LXQT_TRANSLATIONS%%/lxqt-admin-user/lxqt-admin-user_gl.qm
64
%%LXQT_TRANSLATIONS%%/lxqt-admin-user/lxqt-admin-user_gl.qm
61
%%LXQT_TRANSLATIONS%%/lxqt-admin-user/lxqt-admin-user_he.qm
65
%%LXQT_TRANSLATIONS%%/lxqt-admin-user/lxqt-admin-user_he.qm
Lines 66-75 share/applications/lxqt-admin-user.desktop Link Here
66
%%LXQT_TRANSLATIONS%%/lxqt-admin-user/lxqt-admin-user_it.qm
70
%%LXQT_TRANSLATIONS%%/lxqt-admin-user/lxqt-admin-user_it.qm
67
%%LXQT_TRANSLATIONS%%/lxqt-admin-user/lxqt-admin-user_ja.qm
71
%%LXQT_TRANSLATIONS%%/lxqt-admin-user/lxqt-admin-user_ja.qm
68
%%LXQT_TRANSLATIONS%%/lxqt-admin-user/lxqt-admin-user_ko.qm
72
%%LXQT_TRANSLATIONS%%/lxqt-admin-user/lxqt-admin-user_ko.qm
73
%%LXQT_TRANSLATIONS%%/lxqt-admin-user/lxqt-admin-user_lg.qm
69
%%LXQT_TRANSLATIONS%%/lxqt-admin-user/lxqt-admin-user_lt.qm
74
%%LXQT_TRANSLATIONS%%/lxqt-admin-user/lxqt-admin-user_lt.qm
70
%%LXQT_TRANSLATIONS%%/lxqt-admin-user/lxqt-admin-user_nb_NO.qm
75
%%LXQT_TRANSLATIONS%%/lxqt-admin-user/lxqt-admin-user_nb_NO.qm
71
%%LXQT_TRANSLATIONS%%/lxqt-admin-user/lxqt-admin-user_nl.qm
76
%%LXQT_TRANSLATIONS%%/lxqt-admin-user/lxqt-admin-user_nl.qm
72
%%LXQT_TRANSLATIONS%%/lxqt-admin-user/lxqt-admin-user_oc.qm
77
%%LXQT_TRANSLATIONS%%/lxqt-admin-user/lxqt-admin-user_oc.qm
78
%%LXQT_TRANSLATIONS%%/lxqt-admin-user/lxqt-admin-user_pa.qm
73
%%LXQT_TRANSLATIONS%%/lxqt-admin-user/lxqt-admin-user_pl.qm
79
%%LXQT_TRANSLATIONS%%/lxqt-admin-user/lxqt-admin-user_pl.qm
74
%%LXQT_TRANSLATIONS%%/lxqt-admin-user/lxqt-admin-user_pt.qm
80
%%LXQT_TRANSLATIONS%%/lxqt-admin-user/lxqt-admin-user_pt.qm
75
%%LXQT_TRANSLATIONS%%/lxqt-admin-user/lxqt-admin-user_pt_BR.qm
81
%%LXQT_TRANSLATIONS%%/lxqt-admin-user/lxqt-admin-user_pt_BR.qm
(-)b/sysutils/lxqt-config/Makefile (-9 / +8 lines)
Lines 1-30 Link Here
1
PORTNAME=	lxqt-config
1
PORTNAME=	lxqt-config
2
PORTVERSION=	1.4.0
2
PORTVERSION=	2.0.0
3
CATEGORIES=	sysutils
3
CATEGORIES=	sysutils
4
MASTER_SITES=	LXQT
5
DIST_SUBDIR=	lxqt
4
DIST_SUBDIR=	lxqt
6
5
7
MAINTAINER=	jsm@FreeBSD.org
6
MAINTAINER=	lxqt@FreeBSD.org
8
COMMENT=	LXQt system settings center
7
COMMENT=	LXQt system settings center
9
WWW=		https://lxqt-project.org
8
WWW=		https://lxqt-project.org
10
9
11
LICENSE=	GPLv2 LGPL21+
10
LICENSE=	GPLv2 LGPL21+
12
LICENSE_COMB=	multi
11
LICENSE_COMB=	multi
13
12
14
BUILD_DEPENDS=	lxqt-menu-data>=1.4.1:x11/lxqt-menu-data \
13
BUILD_DEPENDS=	lxqt-menu-data>=2.0.0:x11/lxqt-menu-data \
15
		${LOCALBASE}/lib/xorg/modules/input/libinput_drv.so:x11-drivers/xf86-input-libinput
14
		${LOCALBASE}/lib/xorg/modules/input/libinput_drv.so:x11-drivers/xf86-input-libinput
16
RUN_DEPENDS=	lxqt-menu-data>=1.4.1:x11/lxqt-menu-data
15
RUN_DEPENDS=	lxqt-menu-data>=2.0.0:x11/lxqt-menu-data
17
16
18
LIB_DEPENDS=	libudev.so:devel/libudev-devd
17
LIB_DEPENDS=	libudev.so:devel/libudev-devd
19
18
20
USES=		cmake compiler:c++17-lang kde:5 localbase:ldflags \
19
USES=		cmake compiler:c++17-lang kde:6 localbase:ldflags lxqt:2 \
21
		lxqt qt:5 perl5 pkgconfig tar:xz xorg gnome
20
		qt:6 perl5 pkgconfig tar:xz xorg gnome
22
USE_QT=		buildtools:build core dbus gui linguisttools svg qmake:build widgets x11extras xml
21
USE_QT=		base:run tools:build svg
23
USE_KDE=	libkscreen windowsystem
22
USE_KDE=	libkscreen windowsystem
24
USE_GNOME=	glib20
23
USE_GNOME=	glib20
25
USE_LXQT=	buildtools lxqt
26
USE_PERL5=	build
24
USE_PERL5=	build
27
USE_XORG=	ice sm x11 xcb xcursor xext xfixes xrandr xi
25
USE_XORG=	ice sm x11 xcb xcursor xext xfixes xrandr xi
28
USE_LDCONFIG=	yes
26
USE_LDCONFIG=	yes
27
USE_LXQT=	buildtools2 lxqt
29
28
30
.include <bsd.port.mk>
29
.include <bsd.port.mk>
(-)b/sysutils/lxqt-config/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1706384239
1
TIMESTAMP = 1714104935
2
SHA256 (lxqt/lxqt-config-1.4.0.tar.xz) = e60d5c3f00588fb373b48fa0c65f7a164500738467359472409a29b9db11c84b
2
SHA256 (lxqt/lxqt-config-2.0.0.tar.xz) = 091d4a1e177f732f6d6e9e66b2e117e0272272eaa73595290ad2ea05f0c4ac73
3
SIZE (lxqt/lxqt-config-1.4.0.tar.xz) = 371628
3
SIZE (lxqt/lxqt-config-2.0.0.tar.xz) = 380552
(-)b/sysutils/lxqt-config/files/patch-lxqt-config-input_touchpaddevice.cpp (+11 lines)
Added Link Here
1
--- lxqt-config-input/touchpaddevice.cpp.orig	2024-04-26 04:25:47 UTC
2
+++ lxqt-config-input/touchpaddevice.cpp
3
@@ -368,7 +368,7 @@ bool TouchpadDevice::setTapToDragEnabled(bool enabled)
4
 
5
 bool TouchpadDevice::setAccelSpeed(float speed) const
6
 {
7
-    return set_xi2_property(LIBINPUT_PROP_ACCEL, QList<QVariant>({speed}));
8
+    return set_xi2_property(LIBINPUT_PROP_ACCEL, QList<QVariant>({(long long)speed}));
9
 }
10
 
11
 int TouchpadDevice::scrollMethodsAvailable() const
(-)b/sysutils/lxqt-config/pkg-descr (-1 / +1 lines)
Lines 1-3 Link Here
1
LXQt system settings center.
1
LXQt2 system settings center.
2
Includes applications to edit settings for  appearance, brightness,
2
Includes applications to edit settings for  appearance, brightness,
3
file-associations, input, locale and monitor.
3
file-associations, input, locale and monitor.
(-)b/sysutils/lxqt-config/pkg-plist (+15 lines)
Lines 45-54 share/icons/hicolor/48x48/apps/brightnesssettings.svg Link Here
45
%%LXQT_TRANSLATIONS%%/lxqt-config-appearance/lxqt-config-appearance_ja.qm
45
%%LXQT_TRANSLATIONS%%/lxqt-config-appearance/lxqt-config-appearance_ja.qm
46
%%LXQT_TRANSLATIONS%%/lxqt-config-appearance/lxqt-config-appearance_kk.qm
46
%%LXQT_TRANSLATIONS%%/lxqt-config-appearance/lxqt-config-appearance_kk.qm
47
%%LXQT_TRANSLATIONS%%/lxqt-config-appearance/lxqt-config-appearance_ko.qm
47
%%LXQT_TRANSLATIONS%%/lxqt-config-appearance/lxqt-config-appearance_ko.qm
48
%%LXQT_TRANSLATIONS%%/lxqt-config-appearance/lxqt-config-appearance_lg.qm
48
%%LXQT_TRANSLATIONS%%/lxqt-config-appearance/lxqt-config-appearance_lt.qm
49
%%LXQT_TRANSLATIONS%%/lxqt-config-appearance/lxqt-config-appearance_lt.qm
49
%%LXQT_TRANSLATIONS%%/lxqt-config-appearance/lxqt-config-appearance_nb_NO.qm
50
%%LXQT_TRANSLATIONS%%/lxqt-config-appearance/lxqt-config-appearance_nb_NO.qm
50
%%LXQT_TRANSLATIONS%%/lxqt-config-appearance/lxqt-config-appearance_nl.qm
51
%%LXQT_TRANSLATIONS%%/lxqt-config-appearance/lxqt-config-appearance_nl.qm
51
%%LXQT_TRANSLATIONS%%/lxqt-config-appearance/lxqt-config-appearance_oc.qm
52
%%LXQT_TRANSLATIONS%%/lxqt-config-appearance/lxqt-config-appearance_oc.qm
53
%%LXQT_TRANSLATIONS%%/lxqt-config-appearance/lxqt-config-appearance_pa.qm
52
%%LXQT_TRANSLATIONS%%/lxqt-config-appearance/lxqt-config-appearance_pl.qm
54
%%LXQT_TRANSLATIONS%%/lxqt-config-appearance/lxqt-config-appearance_pl.qm
53
%%LXQT_TRANSLATIONS%%/lxqt-config-appearance/lxqt-config-appearance_pt.qm
55
%%LXQT_TRANSLATIONS%%/lxqt-config-appearance/lxqt-config-appearance_pt.qm
54
%%LXQT_TRANSLATIONS%%/lxqt-config-appearance/lxqt-config-appearance_pt_BR.qm
56
%%LXQT_TRANSLATIONS%%/lxqt-config-appearance/lxqt-config-appearance_pt_BR.qm
Lines 79-84 share/icons/hicolor/48x48/apps/brightnesssettings.svg Link Here
79
%%LXQT_TRANSLATIONS%%/lxqt-config-brightness/lxqt-config-brightness_en_GB.qm
81
%%LXQT_TRANSLATIONS%%/lxqt-config-brightness/lxqt-config-brightness_en_GB.qm
80
%%LXQT_TRANSLATIONS%%/lxqt-config-brightness/lxqt-config-brightness_es.qm
82
%%LXQT_TRANSLATIONS%%/lxqt-config-brightness/lxqt-config-brightness_es.qm
81
%%LXQT_TRANSLATIONS%%/lxqt-config-brightness/lxqt-config-brightness_et.qm
83
%%LXQT_TRANSLATIONS%%/lxqt-config-brightness/lxqt-config-brightness_et.qm
84
%%LXQT_TRANSLATIONS%%/lxqt-config-brightness/lxqt-config-brightness_eu.qm
82
%%LXQT_TRANSLATIONS%%/lxqt-config-brightness/lxqt-config-brightness_fi.qm
85
%%LXQT_TRANSLATIONS%%/lxqt-config-brightness/lxqt-config-brightness_fi.qm
83
%%LXQT_TRANSLATIONS%%/lxqt-config-brightness/lxqt-config-brightness_fr.qm
86
%%LXQT_TRANSLATIONS%%/lxqt-config-brightness/lxqt-config-brightness_fr.qm
84
%%LXQT_TRANSLATIONS%%/lxqt-config-brightness/lxqt-config-brightness_gl.qm
87
%%LXQT_TRANSLATIONS%%/lxqt-config-brightness/lxqt-config-brightness_gl.qm
Lines 89-99 share/icons/hicolor/48x48/apps/brightnesssettings.svg Link Here
89
%%LXQT_TRANSLATIONS%%/lxqt-config-brightness/lxqt-config-brightness_it.qm
92
%%LXQT_TRANSLATIONS%%/lxqt-config-brightness/lxqt-config-brightness_it.qm
90
%%LXQT_TRANSLATIONS%%/lxqt-config-brightness/lxqt-config-brightness_ja.qm
93
%%LXQT_TRANSLATIONS%%/lxqt-config-brightness/lxqt-config-brightness_ja.qm
91
%%LXQT_TRANSLATIONS%%/lxqt-config-brightness/lxqt-config-brightness_ko.qm
94
%%LXQT_TRANSLATIONS%%/lxqt-config-brightness/lxqt-config-brightness_ko.qm
95
%%LXQT_TRANSLATIONS%%/lxqt-config-brightness/lxqt-config-brightness_lg.qm
92
%%LXQT_TRANSLATIONS%%/lxqt-config-brightness/lxqt-config-brightness_lt.qm
96
%%LXQT_TRANSLATIONS%%/lxqt-config-brightness/lxqt-config-brightness_lt.qm
93
%%LXQT_TRANSLATIONS%%/lxqt-config-brightness/lxqt-config-brightness_lv.qm
97
%%LXQT_TRANSLATIONS%%/lxqt-config-brightness/lxqt-config-brightness_lv.qm
94
%%LXQT_TRANSLATIONS%%/lxqt-config-brightness/lxqt-config-brightness_nb_NO.qm
98
%%LXQT_TRANSLATIONS%%/lxqt-config-brightness/lxqt-config-brightness_nb_NO.qm
95
%%LXQT_TRANSLATIONS%%/lxqt-config-brightness/lxqt-config-brightness_nl.qm
99
%%LXQT_TRANSLATIONS%%/lxqt-config-brightness/lxqt-config-brightness_nl.qm
96
%%LXQT_TRANSLATIONS%%/lxqt-config-brightness/lxqt-config-brightness_oc.qm
100
%%LXQT_TRANSLATIONS%%/lxqt-config-brightness/lxqt-config-brightness_oc.qm
101
%%LXQT_TRANSLATIONS%%/lxqt-config-brightness/lxqt-config-brightness_pa.qm
97
%%LXQT_TRANSLATIONS%%/lxqt-config-brightness/lxqt-config-brightness_pl.qm
102
%%LXQT_TRANSLATIONS%%/lxqt-config-brightness/lxqt-config-brightness_pl.qm
98
%%LXQT_TRANSLATIONS%%/lxqt-config-brightness/lxqt-config-brightness_pt.qm
103
%%LXQT_TRANSLATIONS%%/lxqt-config-brightness/lxqt-config-brightness_pt.qm
99
%%LXQT_TRANSLATIONS%%/lxqt-config-brightness/lxqt-config-brightness_pt_BR.qm
104
%%LXQT_TRANSLATIONS%%/lxqt-config-brightness/lxqt-config-brightness_pt_BR.qm
Lines 132-142 share/icons/hicolor/48x48/apps/brightnesssettings.svg Link Here
132
%%LXQT_TRANSLATIONS%%/lxqt-config-cursor/lxqt-config-cursor_ja.qm
137
%%LXQT_TRANSLATIONS%%/lxqt-config-cursor/lxqt-config-cursor_ja.qm
133
%%LXQT_TRANSLATIONS%%/lxqt-config-cursor/lxqt-config-cursor_kk.qm
138
%%LXQT_TRANSLATIONS%%/lxqt-config-cursor/lxqt-config-cursor_kk.qm
134
%%LXQT_TRANSLATIONS%%/lxqt-config-cursor/lxqt-config-cursor_ko.qm
139
%%LXQT_TRANSLATIONS%%/lxqt-config-cursor/lxqt-config-cursor_ko.qm
140
%%LXQT_TRANSLATIONS%%/lxqt-config-cursor/lxqt-config-cursor_lg.qm
135
%%LXQT_TRANSLATIONS%%/lxqt-config-cursor/lxqt-config-cursor_lt.qm
141
%%LXQT_TRANSLATIONS%%/lxqt-config-cursor/lxqt-config-cursor_lt.qm
136
%%LXQT_TRANSLATIONS%%/lxqt-config-cursor/lxqt-config-cursor_lv.qm
142
%%LXQT_TRANSLATIONS%%/lxqt-config-cursor/lxqt-config-cursor_lv.qm
137
%%LXQT_TRANSLATIONS%%/lxqt-config-cursor/lxqt-config-cursor_nb_NO.qm
143
%%LXQT_TRANSLATIONS%%/lxqt-config-cursor/lxqt-config-cursor_nb_NO.qm
138
%%LXQT_TRANSLATIONS%%/lxqt-config-cursor/lxqt-config-cursor_nl.qm
144
%%LXQT_TRANSLATIONS%%/lxqt-config-cursor/lxqt-config-cursor_nl.qm
139
%%LXQT_TRANSLATIONS%%/lxqt-config-cursor/lxqt-config-cursor_oc.qm
145
%%LXQT_TRANSLATIONS%%/lxqt-config-cursor/lxqt-config-cursor_oc.qm
146
%%LXQT_TRANSLATIONS%%/lxqt-config-cursor/lxqt-config-cursor_pa.qm
140
%%LXQT_TRANSLATIONS%%/lxqt-config-cursor/lxqt-config-cursor_pl.qm
147
%%LXQT_TRANSLATIONS%%/lxqt-config-cursor/lxqt-config-cursor_pl.qm
141
%%LXQT_TRANSLATIONS%%/lxqt-config-cursor/lxqt-config-cursor_pt.qm
148
%%LXQT_TRANSLATIONS%%/lxqt-config-cursor/lxqt-config-cursor_pt.qm
142
%%LXQT_TRANSLATIONS%%/lxqt-config-cursor/lxqt-config-cursor_pt_BR.qm
149
%%LXQT_TRANSLATIONS%%/lxqt-config-cursor/lxqt-config-cursor_pt_BR.qm
Lines 175-180 share/icons/hicolor/48x48/apps/brightnesssettings.svg Link Here
175
%%LXQT_TRANSLATIONS%%/lxqt-config-file-associations/lxqt-config-file-associations_ja.qm
182
%%LXQT_TRANSLATIONS%%/lxqt-config-file-associations/lxqt-config-file-associations_ja.qm
176
%%LXQT_TRANSLATIONS%%/lxqt-config-file-associations/lxqt-config-file-associations_kk.qm
183
%%LXQT_TRANSLATIONS%%/lxqt-config-file-associations/lxqt-config-file-associations_kk.qm
177
%%LXQT_TRANSLATIONS%%/lxqt-config-file-associations/lxqt-config-file-associations_ko.qm
184
%%LXQT_TRANSLATIONS%%/lxqt-config-file-associations/lxqt-config-file-associations_ko.qm
185
%%LXQT_TRANSLATIONS%%/lxqt-config-file-associations/lxqt-config-file-associations_lg.qm
178
%%LXQT_TRANSLATIONS%%/lxqt-config-file-associations/lxqt-config-file-associations_lt.qm
186
%%LXQT_TRANSLATIONS%%/lxqt-config-file-associations/lxqt-config-file-associations_lt.qm
179
%%LXQT_TRANSLATIONS%%/lxqt-config-file-associations/lxqt-config-file-associations_lv.qm
187
%%LXQT_TRANSLATIONS%%/lxqt-config-file-associations/lxqt-config-file-associations_lv.qm
180
%%LXQT_TRANSLATIONS%%/lxqt-config-file-associations/lxqt-config-file-associations_nb_NO.qm
188
%%LXQT_TRANSLATIONS%%/lxqt-config-file-associations/lxqt-config-file-associations_nb_NO.qm
Lines 218-223 share/icons/hicolor/48x48/apps/brightnesssettings.svg Link Here
218
%%LXQT_TRANSLATIONS%%/lxqt-config-input/lxqt-config-input_ja.qm
226
%%LXQT_TRANSLATIONS%%/lxqt-config-input/lxqt-config-input_ja.qm
219
%%LXQT_TRANSLATIONS%%/lxqt-config-input/lxqt-config-input_kk.qm
227
%%LXQT_TRANSLATIONS%%/lxqt-config-input/lxqt-config-input_kk.qm
220
%%LXQT_TRANSLATIONS%%/lxqt-config-input/lxqt-config-input_ko.qm
228
%%LXQT_TRANSLATIONS%%/lxqt-config-input/lxqt-config-input_ko.qm
229
%%LXQT_TRANSLATIONS%%/lxqt-config-input/lxqt-config-input_lg.qm
221
%%LXQT_TRANSLATIONS%%/lxqt-config-input/lxqt-config-input_lt.qm
230
%%LXQT_TRANSLATIONS%%/lxqt-config-input/lxqt-config-input_lt.qm
222
%%LXQT_TRANSLATIONS%%/lxqt-config-input/lxqt-config-input_nb_NO.qm
231
%%LXQT_TRANSLATIONS%%/lxqt-config-input/lxqt-config-input_nb_NO.qm
223
%%LXQT_TRANSLATIONS%%/lxqt-config-input/lxqt-config-input_nl.qm
232
%%LXQT_TRANSLATIONS%%/lxqt-config-input/lxqt-config-input_nl.qm
Lines 259-269 share/icons/hicolor/48x48/apps/brightnesssettings.svg Link Here
259
%%LXQT_TRANSLATIONS%%/lxqt-config-locale/lxqt-config-locale_ja.qm
268
%%LXQT_TRANSLATIONS%%/lxqt-config-locale/lxqt-config-locale_ja.qm
260
%%LXQT_TRANSLATIONS%%/lxqt-config-locale/lxqt-config-locale_kk.qm
269
%%LXQT_TRANSLATIONS%%/lxqt-config-locale/lxqt-config-locale_kk.qm
261
%%LXQT_TRANSLATIONS%%/lxqt-config-locale/lxqt-config-locale_ko.qm
270
%%LXQT_TRANSLATIONS%%/lxqt-config-locale/lxqt-config-locale_ko.qm
271
%%LXQT_TRANSLATIONS%%/lxqt-config-locale/lxqt-config-locale_lg.qm
262
%%LXQT_TRANSLATIONS%%/lxqt-config-locale/lxqt-config-locale_lt.qm
272
%%LXQT_TRANSLATIONS%%/lxqt-config-locale/lxqt-config-locale_lt.qm
263
%%LXQT_TRANSLATIONS%%/lxqt-config-locale/lxqt-config-locale_lv.qm
273
%%LXQT_TRANSLATIONS%%/lxqt-config-locale/lxqt-config-locale_lv.qm
264
%%LXQT_TRANSLATIONS%%/lxqt-config-locale/lxqt-config-locale_nb_NO.qm
274
%%LXQT_TRANSLATIONS%%/lxqt-config-locale/lxqt-config-locale_nb_NO.qm
265
%%LXQT_TRANSLATIONS%%/lxqt-config-locale/lxqt-config-locale_nl.qm
275
%%LXQT_TRANSLATIONS%%/lxqt-config-locale/lxqt-config-locale_nl.qm
266
%%LXQT_TRANSLATIONS%%/lxqt-config-locale/lxqt-config-locale_oc.qm
276
%%LXQT_TRANSLATIONS%%/lxqt-config-locale/lxqt-config-locale_oc.qm
277
%%LXQT_TRANSLATIONS%%/lxqt-config-locale/lxqt-config-locale_pa.qm
267
%%LXQT_TRANSLATIONS%%/lxqt-config-locale/lxqt-config-locale_pl.qm
278
%%LXQT_TRANSLATIONS%%/lxqt-config-locale/lxqt-config-locale_pl.qm
268
%%LXQT_TRANSLATIONS%%/lxqt-config-locale/lxqt-config-locale_pt.qm
279
%%LXQT_TRANSLATIONS%%/lxqt-config-locale/lxqt-config-locale_pt.qm
269
%%LXQT_TRANSLATIONS%%/lxqt-config-locale/lxqt-config-locale_pt_BR.qm
280
%%LXQT_TRANSLATIONS%%/lxqt-config-locale/lxqt-config-locale_pt_BR.qm
Lines 299-308 share/icons/hicolor/48x48/apps/brightnesssettings.svg Link Here
299
%%LXQT_TRANSLATIONS%%/lxqt-config-monitor/lxqt-config-monitor_ja.qm
310
%%LXQT_TRANSLATIONS%%/lxqt-config-monitor/lxqt-config-monitor_ja.qm
300
%%LXQT_TRANSLATIONS%%/lxqt-config-monitor/lxqt-config-monitor_kk.qm
311
%%LXQT_TRANSLATIONS%%/lxqt-config-monitor/lxqt-config-monitor_kk.qm
301
%%LXQT_TRANSLATIONS%%/lxqt-config-monitor/lxqt-config-monitor_ko.qm
312
%%LXQT_TRANSLATIONS%%/lxqt-config-monitor/lxqt-config-monitor_ko.qm
313
%%LXQT_TRANSLATIONS%%/lxqt-config-monitor/lxqt-config-monitor_lg.qm
302
%%LXQT_TRANSLATIONS%%/lxqt-config-monitor/lxqt-config-monitor_lt.qm
314
%%LXQT_TRANSLATIONS%%/lxqt-config-monitor/lxqt-config-monitor_lt.qm
303
%%LXQT_TRANSLATIONS%%/lxqt-config-monitor/lxqt-config-monitor_nb_NO.qm
315
%%LXQT_TRANSLATIONS%%/lxqt-config-monitor/lxqt-config-monitor_nb_NO.qm
304
%%LXQT_TRANSLATIONS%%/lxqt-config-monitor/lxqt-config-monitor_nl.qm
316
%%LXQT_TRANSLATIONS%%/lxqt-config-monitor/lxqt-config-monitor_nl.qm
305
%%LXQT_TRANSLATIONS%%/lxqt-config-monitor/lxqt-config-monitor_oc.qm
317
%%LXQT_TRANSLATIONS%%/lxqt-config-monitor/lxqt-config-monitor_oc.qm
318
%%LXQT_TRANSLATIONS%%/lxqt-config-monitor/lxqt-config-monitor_pa.qm
306
%%LXQT_TRANSLATIONS%%/lxqt-config-monitor/lxqt-config-monitor_pl.qm
319
%%LXQT_TRANSLATIONS%%/lxqt-config-monitor/lxqt-config-monitor_pl.qm
307
%%LXQT_TRANSLATIONS%%/lxqt-config-monitor/lxqt-config-monitor_pt.qm
320
%%LXQT_TRANSLATIONS%%/lxqt-config-monitor/lxqt-config-monitor_pt.qm
308
%%LXQT_TRANSLATIONS%%/lxqt-config-monitor/lxqt-config-monitor_pt_BR.qm
321
%%LXQT_TRANSLATIONS%%/lxqt-config-monitor/lxqt-config-monitor_pt_BR.qm
Lines 343-353 share/icons/hicolor/48x48/apps/brightnesssettings.svg Link Here
343
%%LXQT_TRANSLATIONS%%/lxqt-config/lxqt-config_ja.qm
356
%%LXQT_TRANSLATIONS%%/lxqt-config/lxqt-config_ja.qm
344
%%LXQT_TRANSLATIONS%%/lxqt-config/lxqt-config_kk.qm
357
%%LXQT_TRANSLATIONS%%/lxqt-config/lxqt-config_kk.qm
345
%%LXQT_TRANSLATIONS%%/lxqt-config/lxqt-config_ko.qm
358
%%LXQT_TRANSLATIONS%%/lxqt-config/lxqt-config_ko.qm
359
%%LXQT_TRANSLATIONS%%/lxqt-config/lxqt-config_lg.qm
346
%%LXQT_TRANSLATIONS%%/lxqt-config/lxqt-config_lt.qm
360
%%LXQT_TRANSLATIONS%%/lxqt-config/lxqt-config_lt.qm
347
%%LXQT_TRANSLATIONS%%/lxqt-config/lxqt-config_lv.qm
361
%%LXQT_TRANSLATIONS%%/lxqt-config/lxqt-config_lv.qm
348
%%LXQT_TRANSLATIONS%%/lxqt-config/lxqt-config_nb_NO.qm
362
%%LXQT_TRANSLATIONS%%/lxqt-config/lxqt-config_nb_NO.qm
349
%%LXQT_TRANSLATIONS%%/lxqt-config/lxqt-config_nl.qm
363
%%LXQT_TRANSLATIONS%%/lxqt-config/lxqt-config_nl.qm
350
%%LXQT_TRANSLATIONS%%/lxqt-config/lxqt-config_oc.qm
364
%%LXQT_TRANSLATIONS%%/lxqt-config/lxqt-config_oc.qm
365
%%LXQT_TRANSLATIONS%%/lxqt-config/lxqt-config_pa.qm
351
%%LXQT_TRANSLATIONS%%/lxqt-config/lxqt-config_pl.qm
366
%%LXQT_TRANSLATIONS%%/lxqt-config/lxqt-config_pl.qm
352
%%LXQT_TRANSLATIONS%%/lxqt-config/lxqt-config_pt.qm
367
%%LXQT_TRANSLATIONS%%/lxqt-config/lxqt-config_pt.qm
353
%%LXQT_TRANSLATIONS%%/lxqt-config/lxqt-config_pt_BR.qm
368
%%LXQT_TRANSLATIONS%%/lxqt-config/lxqt-config_pt_BR.qm
(-)b/sysutils/lxqt-policykit/Makefile (-9 / +7 lines)
Lines 1-25 Link Here
1
PORTNAME=	lxqt-policykit
1
PORTNAME=	lxqt-policykit
2
PORTVERSION=	1.4.0
2
PORTVERSION=	2.0.0
3
CATEGORIES=	sysutils
3
CATEGORIES=	sysutils
4
MASTER_SITES=	LXQT
4
MASTER_SITES=	LXQT
5
5
6
MAINTAINER=	jsm@FreeBSD.org
6
MAINTAINER=	lxqt@FreeBSD.org
7
COMMENT=	PolicyKit authentication agent
7
COMMENT=	PolicyKit authentication agent
8
WWW=		https://lxqt-project.org
8
WWW=		https://lxqt-project.org
9
9
10
LICENSE=	LGPL21+
10
LICENSE=	LGPL21+
11
11
12
LIB_DEPENDS=	libpolkit-qt5-agent-1.so:sysutils/polkit-qt-1@qt5 \
12
LIB_DEPENDS=	libpolkit-qt6-agent-1.so:sysutils/polkit-qt-1@qt6 \
13
		libpolkit-agent-1.so:sysutils/polkit
13
		libpolkit-agent-1.so:sysutils/polkit
14
14
15
USES=		cmake compiler:c++14-lang gnome gettext-runtime kde:5 qt:5 perl5 \
15
USES=		cmake compiler:c++17-lang gnome gettext-runtime lxqt:2 \
16
		localbase:ldflags lxqt pkgconfig tar:xz xorg
16
		qt:6 perl5 localbase:ldflags pkgconfig tar:xz xorg
17
17
18
USE_PERL5=	build
18
USE_PERL5=	build
19
USE_QT=		buildtools:build qmake:build core dbus gui linguisttools \
19
USE_QT=		base:run tools:build
20
		svg widgets x11extras xml
20
USE_LXQT=	buildtools2 lxqt
21
USE_KDE=	windowsystem
22
USE_LXQT=	buildtools lxqt
23
USE_GNOME=	glib20
21
USE_GNOME=	glib20
24
USE_XORG=	x11
22
USE_XORG=	x11
25
23
(-)b/sysutils/lxqt-policykit/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1706385102
1
TIMESTAMP = 1714108848
2
SHA256 (lxqt/lxqt-policykit-1.4.0.tar.xz) = 5ccce983f64d078d40b04b5efd3a5a764878dd28fc458430201a86bb55cc8485
2
SHA256 (lxqt/lxqt-policykit-2.0.0.tar.xz) = 45c2ef396c860dada501f30dbe11ea9c029cbf9b2b8e6e8cce4c27512e43bc88
3
SIZE (lxqt/lxqt-policykit-1.4.0.tar.xz) = 39612
3
SIZE (lxqt/lxqt-policykit-2.0.0.tar.xz) = 39964
(-)b/sysutils/lxqt-policykit/pkg-plist (-1 / +3 lines)
Lines 22-31 etc/xdg/autostart/lxqt-policykit-agent.desktop Link Here
22
%%LXQT_TRANSLATIONS%%/lxqt-policykit-agent/lxqt-policykit-agent_it.qm
22
%%LXQT_TRANSLATIONS%%/lxqt-policykit-agent/lxqt-policykit-agent_it.qm
23
%%LXQT_TRANSLATIONS%%/lxqt-policykit-agent/lxqt-policykit-agent_ja.qm
23
%%LXQT_TRANSLATIONS%%/lxqt-policykit-agent/lxqt-policykit-agent_ja.qm
24
%%LXQT_TRANSLATIONS%%/lxqt-policykit-agent/lxqt-policykit-agent_ko.qm
24
%%LXQT_TRANSLATIONS%%/lxqt-policykit-agent/lxqt-policykit-agent_ko.qm
25
%%LXQT_TRANSLATIONS%%/lxqt-policykit-agent/lxqt-policykit-agent_lg.qm
25
%%LXQT_TRANSLATIONS%%/lxqt-policykit-agent/lxqt-policykit-agent_lt.qm
26
%%LXQT_TRANSLATIONS%%/lxqt-policykit-agent/lxqt-policykit-agent_lt.qm
26
%%LXQT_TRANSLATIONS%%/lxqt-policykit-agent/lxqt-policykit-agent_oc.qm
27
%%LXQT_TRANSLATIONS%%/lxqt-policykit-agent/lxqt-policykit-agent_nb_NO.qm
27
%%LXQT_TRANSLATIONS%%/lxqt-policykit-agent/lxqt-policykit-agent_nb_NO.qm
28
%%LXQT_TRANSLATIONS%%/lxqt-policykit-agent/lxqt-policykit-agent_nl.qm
28
%%LXQT_TRANSLATIONS%%/lxqt-policykit-agent/lxqt-policykit-agent_nl.qm
29
%%LXQT_TRANSLATIONS%%/lxqt-policykit-agent/lxqt-policykit-agent_oc.qm
30
%%LXQT_TRANSLATIONS%%/lxqt-policykit-agent/lxqt-policykit-agent_pa.qm
29
%%LXQT_TRANSLATIONS%%/lxqt-policykit-agent/lxqt-policykit-agent_pl.qm
31
%%LXQT_TRANSLATIONS%%/lxqt-policykit-agent/lxqt-policykit-agent_pl.qm
30
%%LXQT_TRANSLATIONS%%/lxqt-policykit-agent/lxqt-policykit-agent_pt.qm
32
%%LXQT_TRANSLATIONS%%/lxqt-policykit-agent/lxqt-policykit-agent_pt.qm
31
%%LXQT_TRANSLATIONS%%/lxqt-policykit-agent/lxqt-policykit-agent_ro.qm
33
%%LXQT_TRANSLATIONS%%/lxqt-policykit-agent/lxqt-policykit-agent_ro.qm
(-)b/sysutils/lxqt-powermanagement/Makefile (-7 / +6 lines)
Lines 1-9 Link Here
1
PORTNAME=	lxqt-powermanagement
1
PORTNAME=	lxqt-powermanagement
2
PORTVERSION=	1.4.0
2
PORTVERSION=	2.0.0
3
CATEGORIES=	sysutils
3
CATEGORIES=	sysutils
4
MASTER_SITES=	LXQT
4
MASTER_SITES=	LXQT
5
5
6
MAINTAINER=	jsm@FreeBSD.org
6
MAINTAINER=	lxqt@FreeBSD.org
7
COMMENT=	LXQt power management
7
COMMENT=	LXQt power management
8
WWW=		https://github.com/lxqt/lxqt-powermanagement
8
WWW=		https://github.com/lxqt/lxqt-powermanagement
9
9
Lines 12-24 LICENSE_FILE= ${WRKSRC}/LICENSE Link Here
12
12
13
RUN_DEPENDS=	upower:sysutils/upower
13
RUN_DEPENDS=	upower:sysutils/upower
14
14
15
USES=	cmake compiler:c++14-lang gettext-runtime kde:5 qt:5 \
15
USES=		cmake compiler:c++17-lang gettext-runtime kde:6 lxqt:2 qt:6 \
16
	localbase:ldflags lxqt perl5 pkgconfig tar:xz gnome xorg
16
		localbase:ldflags perl5 pkgconfig tar:xz gnome xorg
17
USE_PERL5=	build
17
USE_PERL5=	build
18
USE_QT=	buildtools:build qmake:build core svg widgets x11extras \
18
USE_QT=		base:run tools:build svg
19
	dbus gui xml
20
USE_GNOME=	glib20
19
USE_GNOME=	glib20
21
USE_KDE=	idletime solid windowsystem
20
USE_KDE=	idletime solid windowsystem
22
USE_LXQT=	buildtools lxqt globalkeys
21
USE_LXQT=	buildtools2 lxqt globalkeys
23
USE_XORG=	x11
22
USE_XORG=	x11
24
.include <bsd.port.mk>
23
.include <bsd.port.mk>
(-)b/sysutils/lxqt-powermanagement/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1706386963
1
TIMESTAMP = 1714109066
2
SHA256 (lxqt/lxqt-powermanagement-1.4.0.tar.xz) = a0d4e3c429a138453606d3067d189e0d163ff61ceaa8239100b2997b2e0b532d
2
SHA256 (lxqt/lxqt-powermanagement-2.0.0.tar.xz) = 300c4d50fd1fd78b57bd6a472eddbc7ab30ca3fb64650699184d4b07a8050b0e
3
SIZE (lxqt/lxqt-powermanagement-1.4.0.tar.xz) = 93280
3
SIZE (lxqt/lxqt-powermanagement-2.0.0.tar.xz) = 97220
(-)b/sysutils/lxqt-powermanagement/pkg-plist (-2 / +6 lines)
Lines 25-34 share/icons/hicolor/scalable/devices/laptop-lid.svg Link Here
25
%%LXQT_TRANSLATIONS%%/lxqt-config-powermanagement/lxqt-config-powermanagement_it.qm
25
%%LXQT_TRANSLATIONS%%/lxqt-config-powermanagement/lxqt-config-powermanagement_it.qm
26
%%LXQT_TRANSLATIONS%%/lxqt-config-powermanagement/lxqt-config-powermanagement_ja.qm
26
%%LXQT_TRANSLATIONS%%/lxqt-config-powermanagement/lxqt-config-powermanagement_ja.qm
27
%%LXQT_TRANSLATIONS%%/lxqt-config-powermanagement/lxqt-config-powermanagement_ko.qm
27
%%LXQT_TRANSLATIONS%%/lxqt-config-powermanagement/lxqt-config-powermanagement_ko.qm
28
%%LXQT_TRANSLATIONS%%/lxqt-config-powermanagement/lxqt-config-powermanagement_lg.qm
28
%%LXQT_TRANSLATIONS%%/lxqt-config-powermanagement/lxqt-config-powermanagement_lt.qm
29
%%LXQT_TRANSLATIONS%%/lxqt-config-powermanagement/lxqt-config-powermanagement_lt.qm
29
%%LXQT_TRANSLATIONS%%/lxqt-config-powermanagement/lxqt-config-powermanagement_nb_NO.qm
30
%%LXQT_TRANSLATIONS%%/lxqt-config-powermanagement/lxqt-config-powermanagement_nb_NO.qm
30
%%LXQT_TRANSLATIONS%%/lxqt-config-powermanagement/lxqt-config-powermanagement_oc.qm
31
%%LXQT_TRANSLATIONS%%/lxqt-config-powermanagement/lxqt-config-powermanagement_nl.qm
31
%%LXQT_TRANSLATIONS%%/lxqt-config-powermanagement/lxqt-config-powermanagement_nl.qm
32
%%LXQT_TRANSLATIONS%%/lxqt-config-powermanagement/lxqt-config-powermanagement_oc.qm
33
%%LXQT_TRANSLATIONS%%/lxqt-config-powermanagement/lxqt-config-powermanagement_pa.qm
32
%%LXQT_TRANSLATIONS%%/lxqt-config-powermanagement/lxqt-config-powermanagement_pl.qm
34
%%LXQT_TRANSLATIONS%%/lxqt-config-powermanagement/lxqt-config-powermanagement_pl.qm
33
%%LXQT_TRANSLATIONS%%/lxqt-config-powermanagement/lxqt-config-powermanagement_pt.qm
35
%%LXQT_TRANSLATIONS%%/lxqt-config-powermanagement/lxqt-config-powermanagement_pt.qm
34
%%LXQT_TRANSLATIONS%%/lxqt-config-powermanagement/lxqt-config-powermanagement_pt_BR.qm
36
%%LXQT_TRANSLATIONS%%/lxqt-config-powermanagement/lxqt-config-powermanagement_pt_BR.qm
Lines 61-70 share/icons/hicolor/scalable/devices/laptop-lid.svg Link Here
61
%%LXQT_TRANSLATIONS%%/lxqt-powermanagement/lxqt-powermanagement_it.qm
63
%%LXQT_TRANSLATIONS%%/lxqt-powermanagement/lxqt-powermanagement_it.qm
62
%%LXQT_TRANSLATIONS%%/lxqt-powermanagement/lxqt-powermanagement_ja.qm
64
%%LXQT_TRANSLATIONS%%/lxqt-powermanagement/lxqt-powermanagement_ja.qm
63
%%LXQT_TRANSLATIONS%%/lxqt-powermanagement/lxqt-powermanagement_ko.qm
65
%%LXQT_TRANSLATIONS%%/lxqt-powermanagement/lxqt-powermanagement_ko.qm
66
%%LXQT_TRANSLATIONS%%/lxqt-powermanagement/lxqt-powermanagement_lg.qm
64
%%LXQT_TRANSLATIONS%%/lxqt-powermanagement/lxqt-powermanagement_lt.qm
67
%%LXQT_TRANSLATIONS%%/lxqt-powermanagement/lxqt-powermanagement_lt.qm
65
%%LXQT_TRANSLATIONS%%/lxqt-powermanagement/lxqt-powermanagement_oc.qm
66
%%LXQT_TRANSLATIONS%%/lxqt-powermanagement/lxqt-powermanagement_nb_NO.qm
68
%%LXQT_TRANSLATIONS%%/lxqt-powermanagement/lxqt-powermanagement_nb_NO.qm
67
%%LXQT_TRANSLATIONS%%/lxqt-powermanagement/lxqt-powermanagement_nl.qm
69
%%LXQT_TRANSLATIONS%%/lxqt-powermanagement/lxqt-powermanagement_nl.qm
70
%%LXQT_TRANSLATIONS%%/lxqt-powermanagement/lxqt-powermanagement_oc.qm
71
%%LXQT_TRANSLATIONS%%/lxqt-powermanagement/lxqt-powermanagement_pa.qm
68
%%LXQT_TRANSLATIONS%%/lxqt-powermanagement/lxqt-powermanagement_pl.qm
72
%%LXQT_TRANSLATIONS%%/lxqt-powermanagement/lxqt-powermanagement_pl.qm
69
%%LXQT_TRANSLATIONS%%/lxqt-powermanagement/lxqt-powermanagement_pt.qm
73
%%LXQT_TRANSLATIONS%%/lxqt-powermanagement/lxqt-powermanagement_pt.qm
70
%%LXQT_TRANSLATIONS%%/lxqt-powermanagement/lxqt-powermanagement_pt_BR.qm
74
%%LXQT_TRANSLATIONS%%/lxqt-powermanagement/lxqt-powermanagement_pt_BR.qm
(-)b/sysutils/lxqt-qt6plugin/Makefile (+27 lines)
Added Link Here
1
PORTNAME=	lxqt-qt6plugin
2
PORTVERSION=	2.0.0
3
CATEGORIES=	sysutils
4
MASTER_SITES=	LXQT
5
6
MAINTAINER=	lxqt@FreeBSD.org
7
COMMENT=	LXQt system integration plugin for Qt6
8
WWW=		https://lxqt-project.org
9
10
LICENSE=	LGPL21+
11
12
LIB_DEPENDS=	libdbusmenu-lxqt.so:devel/libdbusmenu-lxqt \
13
		libexif.so:graphics/libexif
14
15
USES=		cmake compiler:c++17-lang gnome kde:6 lxqt:2 pkgconfig tar:xz \
16
		qt:6 gettext-runtime xorg
17
18
USE_XORG=	xcb
19
USE_GNOME=	glib20
20
USE_QT=		base:run tools:build svg
21
USE_KDE=	windowsystem
22
USE_LDCONFIG=	yes
23
USE_LXQT=	buildtools2 qt6xdg libfmqt6
24
25
PLIST_FILES=	${QT_PLUGINDIR}/platformthemes/libqtlxqt.so
26
27
.include <bsd.port.mk>
(-)b/sysutils/lxqt-qt6plugin/distinfo (+3 lines)
Added Link Here
1
TIMESTAMP = 1714112345
2
SHA256 (lxqt/lxqt-qtplugin-2.0.0.tar.xz) = cd9563cfad565d1e3b3fbf2fee2224824f3c76d6b97fec868e332234cb245d8e
3
SIZE (lxqt/lxqt-qtplugin-2.0.0.tar.xz) = 24128
(-)b/sysutils/lxqt-qt6plugin/pkg-descr (+2 lines)
Added Link Here
1
With this plugin, all Qt-based programs can adopt settings of LXQt, such
2
as the icon theme.
(-)b/sysutils/lxqt-qtplugin/Makefile (-4 / +4 lines)
Lines 3-9 PORTVERSION= 1.4.0 Link Here
3
CATEGORIES=	sysutils
3
CATEGORIES=	sysutils
4
MASTER_SITES=	LXQT
4
MASTER_SITES=	LXQT
5
5
6
MAINTAINER=	jsm@FreeBSD.org
6
MAINTAINER=	lxqt@FreeBSD.org
7
COMMENT=	LXQt system integration plugin for Qt
7
COMMENT=	LXQt system integration plugin for Qt
8
WWW=		https://lxqt-project.org
8
WWW=		https://lxqt-project.org
9
9
Lines 12-24 LICENSE= LGPL21+ Link Here
12
LIB_DEPENDS=	libdbusmenu-qt5.so:devel/libdbusmenu-qt@qt5 \
12
LIB_DEPENDS=	libdbusmenu-qt5.so:devel/libdbusmenu-qt@qt5 \
13
		libexif.so:graphics/libexif
13
		libexif.so:graphics/libexif
14
14
15
USES=	cmake compiler:c++14-lang gnome kde:5 lxqt pkgconfig tar:xz qt:5 \
15
USES=	cmake compiler:c++17-lang gnome kde:5 lxqt:1 pkgconfig tar:xz qt:5 \
16
	gettext-runtime xorg
16
	gettext-runtime xorg
17
17
18
USE_XORG=xcb
18
USE_XORG=xcb
19
USE_GNOME=glib20
19
USE_GNOME=glib20
20
USE_QT=	buildtools:build qmake:build core dbus gui svg widgets \
20
USE_QT=		buildtools:build qmake:build core dbus gui svg widgets \
21
	x11extras xml
21
		x11extras xml
22
USE_KDE=	windowsystem
22
USE_KDE=	windowsystem
23
USE_LXQT=	buildtools qtxdg libfmqt
23
USE_LXQT=	buildtools qtxdg libfmqt
24
USE_LDCONFIG=	yes
24
USE_LDCONFIG=	yes
(-)b/sysutils/qtxdg-tools/Makefile (-7 / +7 lines)
Lines 1-17 Link Here
1
PORTNAME=	qtxdg-tools
1
PORTNAME=	qtxdg-tools
2
PORTVERSION=	3.12.0
2
PORTVERSION=	4.0.0
3
CATEGORIES=	sysutils
3
CATEGORIES=	sysutils
4
MASTER_SITES=	LXQT/${PORTNAME}
4
MASTER_SITES=	LXQT
5
5
6
MAINTAINER=	jsm@FreeBSD.org
6
MAINTAINER=	lxqt@FreeBSD.org
7
COMMENT=	User tools for libqtxdg
7
COMMENT=	User tools for libqt6xdg
8
WWW=		https://github.com/lxqt/qtxdg-tools
8
WWW=		https://github.com/lxqt/qtxdg-tools
9
9
10
LICENSE=	LGPL21+
10
LICENSE=	LGPL21+
11
11
12
USES=		cmake compiler:c++14-lang gnome lxqt pkgconfig qt:5 tar:xz lxqt
12
USES=		cmake compiler:c++17-lang gnome pkgconfig lxqt:2 qt:6 tar:xz
13
USE_GNOME=	glib20
13
USE_GNOME=	glib20
14
USE_QT=		buildtools:build qmake:build core dbus gui svg widgets xml
14
USE_QT=		tools:build base:run
15
USE_LXQT=	buildtools qtxdg
15
USE_LXQT=	buildtools2 qt6xdg
16
16
17
.include <bsd.port.mk>
17
.include <bsd.port.mk>
(-)b/sysutils/qtxdg-tools/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1706382982
1
TIMESTAMP = 1714114148
2
SHA256 (lxqt/qtxdg-tools-3.12.0.tar.xz) = 8afba8c57647ccbec27964c021b1f317866bb93c7293f60319a340b6484bf883
2
SHA256 (lxqt/qtxdg-tools-4.0.0.tar.xz) = 4cd485e2780290d99d7242f605db9f0ffe5ed598cc672ed5e4acef871ce27b3a
3
SIZE (lxqt/qtxdg-tools-3.12.0.tar.xz) = 16740
3
SIZE (lxqt/qtxdg-tools-4.0.0.tar.xz) = 16760
(-)b/x11-fm/pcmanfm-qt/Makefile (-10 / +13 lines)
Lines 1-29 Link Here
1
PORTNAME=	pcmanfm-qt
1
PORTNAME=	pcmanfm-qt
2
PORTVERSION=	1.4.0
2
PORTVERSION=	2.0.0
3
CATEGORIES=	x11-fm
3
CATEGORIES=	x11-fm
4
MASTER_SITES=	LXQT
4
MASTER_SITES=	LXQT
5
5
6
MAINTAINER=	jsm@FreeBSD.org
6
MAINTAINER=	lxqt@FreeBSD.org
7
COMMENT=	LXQt file manager
7
COMMENT=	LXQt file manager
8
WWW=		https://github.com/lxde/pcmanfm-qt
8
WWW=		https://github.com/lxde/pcmanfm-qt
9
9
10
LICENSE=	GPLv2
10
LICENSE=	GPLv2
11
11
12
LIB_DEPENDS=	libmenu-cache.so:x11/menu-cache \
12
LIB_DEPENDS=	libmenu-cache.so:x11/menu-cache \
13
		libfm-qt.so:x11/libfm-qt \
13
		libfm-qt6.so:x11/libfm-qt6 \
14
		libexif.so:graphics/libexif
14
		libexif.so:graphics/libexif
15
RUN_DEPENDS=    lxqt-menu-data>=1.4.1:x11/lxqt-menu-data
15
RUN_DEPENDS=    lxqt-menu-data>=2.0.0:x11/lxqt-menu-data
16
16
17
USE_GITHUB=	yes
18
GH_ACCOUNT=	lxqt
19
GH_PROJECT=	${PORTNAME:S/6//}
20
GH_TAGNAME=     f348262
17
21
18
USES=		cmake compiler:c++17-lang gnome \
22
USES=		cmake compiler:c++17-lang gnome kde:6 \
19
		gettext-runtime localbase:ldflags lxqt perl5 pkgconfig kde:5 qt:5 \
23
		gettext-runtime localbase:ldflags perl5 pkgconfig qt:6 \
20
		tar:xz xorg
24
		tar:xz xorg
21
USE_PERL5=	build
25
USE_PERL5=	build
22
USE_QT=		buildtools:build qmake:build core dbus gui linguisttools \
23
		widgets x11extras
24
USE_KDE=	oxygen-icons5
25
USE_LXQT=	buildtools libfmqt
26
USE_GNOME=	glib20
26
USE_GNOME=	glib20
27
USE_QT=		base:run tools:build svg
28
USE_KDE=	layer-shell-qt
29
USE_LXQT=	buildtools libfmqt6
27
USE_XORG=	xcb
30
USE_XORG=	xcb
28
31
29
.include <bsd.port.mk>
32
.include <bsd.port.mk>
(-)b/x11-fm/pcmanfm-qt/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1706385411
1
TIMESTAMP = 1714029969
2
SHA256 (lxqt/pcmanfm-qt-1.4.0.tar.xz) = b1c6abb3bd8dca6bd2290fab424fef73527d5a1bb60a67dfd20966545dfee443
2
SHA256 (lxqt-pcmanfm-qt-2.0.0-f348262_GH0.tar.gz) = e1e22cf2dac7d0fe38a05248451fddb2c94329225f0b32ac0fd4f09332ef7c39
3
SIZE (lxqt/pcmanfm-qt-1.4.0.tar.xz) = 377652
3
SIZE (lxqt-pcmanfm-qt-2.0.0-f348262_GH0.tar.gz) = 816779
(-)b/x11-fm/pcmanfm-qt/pkg-plist (+2 lines)
Lines 18-23 share/man/man1/pcmanfm-qt.1.gz Link Here
18
%%DATADIR%%/translations/pcmanfm-qt_en_GB.qm
18
%%DATADIR%%/translations/pcmanfm-qt_en_GB.qm
19
%%DATADIR%%/translations/pcmanfm-qt_es.qm
19
%%DATADIR%%/translations/pcmanfm-qt_es.qm
20
%%DATADIR%%/translations/pcmanfm-qt_et.qm
20
%%DATADIR%%/translations/pcmanfm-qt_et.qm
21
%%DATADIR%%/translations/pcmanfm-qt_eu.qm
21
%%DATADIR%%/translations/pcmanfm-qt_fi.qm
22
%%DATADIR%%/translations/pcmanfm-qt_fi.qm
22
%%DATADIR%%/translations/pcmanfm-qt_fil.qm
23
%%DATADIR%%/translations/pcmanfm-qt_fil.qm
23
%%DATADIR%%/translations/pcmanfm-qt_fr.qm
24
%%DATADIR%%/translations/pcmanfm-qt_fr.qm
Lines 32-37 share/man/man1/pcmanfm-qt.1.gz Link Here
32
%%DATADIR%%/translations/pcmanfm-qt_ja.qm
33
%%DATADIR%%/translations/pcmanfm-qt_ja.qm
33
%%DATADIR%%/translations/pcmanfm-qt_kk.qm
34
%%DATADIR%%/translations/pcmanfm-qt_kk.qm
34
%%DATADIR%%/translations/pcmanfm-qt_ko.qm
35
%%DATADIR%%/translations/pcmanfm-qt_ko.qm
36
%%DATADIR%%/translations/pcmanfm-qt_lg.qm
35
%%DATADIR%%/translations/pcmanfm-qt_lt.qm
37
%%DATADIR%%/translations/pcmanfm-qt_lt.qm
36
%%DATADIR%%/translations/pcmanfm-qt_lv.qm
38
%%DATADIR%%/translations/pcmanfm-qt_lv.qm
37
%%DATADIR%%/translations/pcmanfm-qt_nb_NO.qm
39
%%DATADIR%%/translations/pcmanfm-qt_nb_NO.qm
(-)b/x11-themes/lxqt-themes/Makefile (-4 / +4 lines)
Lines 1-15 Link Here
1
PORTNAME=	lxqt-themes
1
PORTNAME=	lxqt-themes
2
PORTVERSION=	1.2.0
2
PORTVERSION=	2.0.0
3
CATEGORIES=	x11-themes
3
CATEGORIES=	x11-themes
4
MASTER_SITES=	LXQT
4
MASTER_SITES=	LXQT
5
5
6
MAINTAINER=	jsm@FreeBSD.org
6
MAINTAINER=	lxqt@FreeBSD.org
7
COMMENT=	Themes for the LXQt desktop
7
COMMENT=	Themes for the LXQt desktop
8
WWW=		https://lxqt-project.org
8
WWW=		https://lxqt-project.org
9
9
10
LICENSE=	LGPL21+
10
LICENSE=	LGPL21+
11
11
12
USES=		lxqt cmake tar:xz perl5
12
USES=		cmake lxqt:2 tar:xz perl5
13
USE_LXQT=	buildtools
13
USE_LXQT=	buildtools2
14
14
15
.include <bsd.port.mk>
15
.include <bsd.port.mk>
(-)b/x11-themes/lxqt-themes/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1669576191
1
TIMESTAMP = 1714113311
2
SHA256 (lxqt/lxqt-themes-1.2.0.tar.xz) = 1f11b4f020ad9ddd364dede14d855b6441729960a938324bb74c63d60f35a6f0
2
SHA256 (lxqt/lxqt-themes-2.0.0.tar.xz) = 927aa0bd8ecf718c4a91e820277af12a24d329b99e9e7ca4868311c1de76911d
3
SIZE (lxqt/lxqt-themes-1.2.0.tar.xz) = 26646616
3
SIZE (lxqt/lxqt-themes-2.0.0.tar.xz) = 26649440
(-)b/x11-toolkits/qtermwidget/Makefile (-2 / +3 lines)
Lines 1-16 Link Here
1
PORTNAME=	qtermwidget
1
PORTNAME=	qtermwidget
2
PORTVERSION=	1.4.0
2
PORTVERSION=	1.4.0
3
PORTREVISION=	1
3
CATEGORIES=	x11-toolkits
4
CATEGORIES=	x11-toolkits
4
MASTER_SITES=	LXQT
5
MASTER_SITES=	LXQT
5
6
6
MAINTAINER=	jsm@FreeBSD.org
7
MAINTAINER=	lxqt@FreeBSD.org
7
COMMENT=	Terminal widget for QTerminal
8
COMMENT=	Terminal widget for QTerminal
8
WWW=		https://github.com/lxde/qtermwidget
9
WWW=		https://github.com/lxde/qtermwidget
9
10
10
LICENSE=	GPLv2+
11
LICENSE=	GPLv2+
11
LICENSE_FILE=	${WRKSRC}/LICENSE
12
LICENSE_FILE=	${WRKSRC}/LICENSE
12
13
13
USES=	cmake compiler:c++11-lang gettext-runtime lxqt \
14
USES=	cmake compiler:c++11-lang gettext-runtime lxqt:1 \
14
	pkgconfig qt:5 tar:xz
15
	pkgconfig qt:5 tar:xz
15
USE_LDCONFIG=	yes
16
USE_LDCONFIG=	yes
16
USE_QT=		buildtools:build core gui qmake:build linguisttools widgets
17
USE_QT=		buildtools:build core gui qmake:build linguisttools widgets
(-)b/x11-wm/lxqt-panel/Makefile (-13 / +12 lines)
Lines 1-30 Link Here
1
PORTNAME=	lxqt-panel
1
PORTNAME=	lxqt-panel
2
PORTVERSION=	1.4.0
2
PORTVERSION=	2.0.1
3
CATEGORIES=	x11-wm
3
CATEGORIES=	x11-wm
4
MASTER_SITES=	LXQT
4
MASTER_SITES=	LXQT
5
5
6
MAINTAINER=	jsm@FreeBSD.org
6
MAINTAINER=	lxqt@FreeBSD.org
7
COMMENT=	Panel for the LXQt desktop
7
COMMENT=	Panel for the LXQt2 desktop
8
WWW=		https://lxqt-project.org
8
WWW=		https://lxqt-project.org
9
9
10
LICENSE=	LGPL21+
10
LICENSE=	LGPL21+
11
LICENSE_FILE=	${WRKSRC}/LICENSE
11
LICENSE_FILE=	${WRKSRC}/LICENSE
12
12
13
LIB_DEPENDS=	libdbusmenu-qt5.so:devel/libdbusmenu-qt@qt5 \
13
LIB_DEPENDS=	libdbusmenu-lxqt.so:devel/libdbusmenu-lxqt \
14
		libxkbcommon.so:x11/libxkbcommon \
14
		libxkbcommon.so:x11/libxkbcommon \
15
		libxcb-util.so:x11/xcb-util \
15
		libxcb-util.so:x11/xcb-util \
16
		libsysstat-qt5.so:sysutils/libsysstat \
16
		libsysstat-qt6.so:sysutils/libsysstat-qt6 \
17
		libxcb-image.so:x11/xcb-util-image
17
		libxcb-image.so:x11/xcb-util-image
18
BUILD_DEPENDS=	lxqt-menu-data>=1.4.1:x11/lxqt-menu-data
18
BUILD_DEPENDS=	lxqt-menu-data>=2.0.0:x11/lxqt-menu-data
19
RUN_DEPENDS= 	lxqt-menu-data>=1.4.1:x11/lxqt-menu-data
19
RUN_DEPENDS= 	lxqt-menu-data>=2.0.0:x11/lxqt-menu-data
20
20
21
USES=		cmake compiler:c++17-lang gettext-runtime kde:5 qt:5 gnome \
21
USES=		cmake compiler:c++17-lang gettext-runtime kde:6 qt:6 gnome \
22
		localbase:ldflags lxqt perl5 pkgconfig tar:xz xorg
22
		lxqt:2 localbase:ldflags perl5 pkgconfig tar:xz xorg
23
USE_PERL5=	build
23
USE_PERL5=	build
24
USE_QT=		buildtools:build qmake:build core dbus gui svg widgets \
24
USE_QT=		base:run tools:build svg
25
		xml concurrent
25
USE_KDE=	layer-shell-qt windowsystem
26
USE_KDE=	windowsystem
26
USE_LXQT=	buildtools2 lxqt globalkeys qt6xdg
27
USE_LXQT=	buildtools lxqt globalkeys qtxdg
28
USE_XORG=	ice sm x11 xcb xcomposite xdamage xext xfixes xrender xtst
27
USE_XORG=	ice sm x11 xcb xcomposite xdamage xext xfixes xrender xtst
29
USE_GNOME=	glib20
28
USE_GNOME=	glib20
30
USE_LDCONFIG=	yes
29
USE_LDCONFIG=	yes
(-)b/x11-wm/lxqt-panel/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1706385978
1
TIMESTAMP = 1715396679
2
SHA256 (lxqt/lxqt-panel-1.4.0.tar.xz) = 0e660c0397c96a28f0fcf316b20c72d203c85793a884e1487b3b14e3790defc9
2
SHA256 (lxqt/lxqt-panel-2.0.1.tar.xz) = 73483c36e411496f8e958b7e56ba8bb06ae0b4300a62cf4c4a78964da6a59407
3
SIZE (lxqt/lxqt-panel-1.4.0.tar.xz) = 612012
3
SIZE (lxqt/lxqt-panel-2.0.1.tar.xz) = 662616
(-)b/x11-wm/lxqt-panel/files/patch-panel_resources_panel.conf (-4 / +4 lines)
Lines 1-11 Link Here
1
--- panel/resources/panel.conf.orig	2022-04-23 07:20:02 UTC
1
--- panel/resources/panel.conf	2024-04-17 06:16:32.000000000 -0500
2
+++ panel/resources/panel.conf
2
+++ panel/resources/panel.conf	2024-04-25 15:24:07.715937000 -0500
3
@@ -1,7 +1,7 @@
3
@@ -1,7 +1,7 @@
4
 panels=panel1
4
 panels=panel1
5
 
5
 
6
 [panel1]
6
 [panel1]
7
-plugins=mainmenu,desktopswitch,quicklaunch,taskbar,statusnotifier,tray,mount,volume,worldclock,showdesktop
7
-plugins=fancymenu,desktopswitch,quicklaunch,taskbar,statusnotifier,tray,mount,volume,worldclock,showdesktop
8
+plugins=mainmenu,desktopswitch,quicklaunch,taskbar,statusnotifier,tray,volume,worldclock,showdesktop
8
+plugins=fancymenu,desktopswitch,quicklaunch,taskbar,statusnotifier,tray,volume,worldclock,showdesktop
9
 position=Bottom
9
 position=Bottom
10
 desktop=0
10
 desktop=0
11
 
11
 
(-)b/x11-wm/lxqt-panel/pkg-plist (+100 lines)
Lines 22-27 lib/lxqt-panel/libsysstat.so Link Here
22
%%LXQT_SHAREDIR%%/lxqt-panel/desktopswitch.desktop
22
%%LXQT_SHAREDIR%%/lxqt-panel/desktopswitch.desktop
23
%%LXQT_SHAREDIR%%/lxqt-panel/directorymenu.desktop
23
%%LXQT_SHAREDIR%%/lxqt-panel/directorymenu.desktop
24
%%LXQT_SHAREDIR%%/lxqt-panel/dom.desktop
24
%%LXQT_SHAREDIR%%/lxqt-panel/dom.desktop
25
%%LXQT_SHAREDIR%%/lxqt-panel/fancymenu.desktop
25
%%LXQT_SHAREDIR%%/lxqt-panel/kbindicator.desktop
26
%%LXQT_SHAREDIR%%/lxqt-panel/kbindicator.desktop
26
%%LXQT_SHAREDIR%%/lxqt-panel/mainmenu.desktop
27
%%LXQT_SHAREDIR%%/lxqt-panel/mainmenu.desktop
27
%%MOUNT%%%%LXQT_SHAREDIR%%/lxqt-panel/mount.desktop
28
%%MOUNT%%%%LXQT_SHAREDIR%%/lxqt-panel/mount.desktop
Lines 77-82 lib/lxqt-panel/libsysstat.so Link Here
77
%%LXQT_SHAREDIR%%/panel/qeyes-types/Tango/tango-eye.png
78
%%LXQT_SHAREDIR%%/panel/qeyes-types/Tango/tango-eye.png
78
%%LXQT_SHAREDIR%%/panel/qeyes-types/Tango/tango-pupil.png
79
%%LXQT_SHAREDIR%%/panel/qeyes-types/Tango/tango-pupil.png
79
%%LXQT_TRANSLATIONS%%/lxqt-panel/colorpicker/colorpicker_ar.qm
80
%%LXQT_TRANSLATIONS%%/lxqt-panel/colorpicker/colorpicker_ar.qm
81
%%LXQT_TRANSLATIONS%%/lxqt-panel/colorpicker/colorpicker_bg.qm
80
%%LXQT_TRANSLATIONS%%/lxqt-panel/colorpicker/colorpicker_ca.qm
82
%%LXQT_TRANSLATIONS%%/lxqt-panel/colorpicker/colorpicker_ca.qm
81
%%LXQT_TRANSLATIONS%%/lxqt-panel/colorpicker/colorpicker_et.qm
83
%%LXQT_TRANSLATIONS%%/lxqt-panel/colorpicker/colorpicker_et.qm
82
%%LXQT_TRANSLATIONS%%/lxqt-panel/colorpicker/colorpicker_fi.qm
84
%%LXQT_TRANSLATIONS%%/lxqt-panel/colorpicker/colorpicker_fi.qm
Lines 85-96 lib/lxqt-panel/libsysstat.so Link Here
85
%%LXQT_TRANSLATIONS%%/lxqt-panel/colorpicker/colorpicker_hr.qm
87
%%LXQT_TRANSLATIONS%%/lxqt-panel/colorpicker/colorpicker_hr.qm
86
%%LXQT_TRANSLATIONS%%/lxqt-panel/colorpicker/colorpicker_it.qm
88
%%LXQT_TRANSLATIONS%%/lxqt-panel/colorpicker/colorpicker_it.qm
87
%%LXQT_TRANSLATIONS%%/lxqt-panel/colorpicker/colorpicker_ko.qm
89
%%LXQT_TRANSLATIONS%%/lxqt-panel/colorpicker/colorpicker_ko.qm
90
%%LXQT_TRANSLATIONS%%/lxqt-panel/colorpicker/colorpicker_lg.qm
88
%%LXQT_TRANSLATIONS%%/lxqt-panel/colorpicker/colorpicker_lt.qm
91
%%LXQT_TRANSLATIONS%%/lxqt-panel/colorpicker/colorpicker_lt.qm
89
%%LXQT_TRANSLATIONS%%/lxqt-panel/colorpicker/colorpicker_nl.qm
92
%%LXQT_TRANSLATIONS%%/lxqt-panel/colorpicker/colorpicker_nl.qm
90
%%LXQT_TRANSLATIONS%%/lxqt-panel/colorpicker/colorpicker_oc.qm
93
%%LXQT_TRANSLATIONS%%/lxqt-panel/colorpicker/colorpicker_oc.qm
94
%%LXQT_TRANSLATIONS%%/lxqt-panel/colorpicker/colorpicker_pl.qm
91
%%LXQT_TRANSLATIONS%%/lxqt-panel/colorpicker/colorpicker_pt.qm
95
%%LXQT_TRANSLATIONS%%/lxqt-panel/colorpicker/colorpicker_pt.qm
96
%%LXQT_TRANSLATIONS%%/lxqt-panel/colorpicker/colorpicker_ru.qm
97
%%LXQT_TRANSLATIONS%%/lxqt-panel/colorpicker/colorpicker_sk.qm
92
%%LXQT_TRANSLATIONS%%/lxqt-panel/colorpicker/colorpicker_sr.qm
98
%%LXQT_TRANSLATIONS%%/lxqt-panel/colorpicker/colorpicker_sr.qm
93
%%LXQT_TRANSLATIONS%%/lxqt-panel/colorpicker/colorpicker_tr.qm
99
%%LXQT_TRANSLATIONS%%/lxqt-panel/colorpicker/colorpicker_tr.qm
100
%%LXQT_TRANSLATIONS%%/lxqt-panel/colorpicker/colorpicker_zh_CN.qm
94
%%CPULOAD%%%%LXQT_TRANSLATIONS%%/lxqt-panel/cpuload/cpuload_ar.qm
101
%%CPULOAD%%%%LXQT_TRANSLATIONS%%/lxqt-panel/cpuload/cpuload_ar.qm
95
%%CPULOAD%%%%LXQT_TRANSLATIONS%%/lxqt-panel/cpuload/cpuload_arn.qm
102
%%CPULOAD%%%%LXQT_TRANSLATIONS%%/lxqt-panel/cpuload/cpuload_arn.qm
96
%%CPULOAD%%%%LXQT_TRANSLATIONS%%/lxqt-panel/cpuload/cpuload_ast.qm
103
%%CPULOAD%%%%LXQT_TRANSLATIONS%%/lxqt-panel/cpuload/cpuload_ast.qm
Lines 116-126 lib/lxqt-panel/libsysstat.so Link Here
116
%%CPULOAD%%%%LXQT_TRANSLATIONS%%/lxqt-panel/cpuload/cpuload_it.qm
123
%%CPULOAD%%%%LXQT_TRANSLATIONS%%/lxqt-panel/cpuload/cpuload_it.qm
117
%%CPULOAD%%%%LXQT_TRANSLATIONS%%/lxqt-panel/cpuload/cpuload_ja.qm
124
%%CPULOAD%%%%LXQT_TRANSLATIONS%%/lxqt-panel/cpuload/cpuload_ja.qm
118
%%CPULOAD%%%%LXQT_TRANSLATIONS%%/lxqt-panel/cpuload/cpuload_ko.qm
125
%%CPULOAD%%%%LXQT_TRANSLATIONS%%/lxqt-panel/cpuload/cpuload_ko.qm
126
%%CPULOAD%%%%LXQT_TRANSLATIONS%%/lxqt-panel/cpuload/cpuload_lg.qm
119
%%CPULOAD%%%%LXQT_TRANSLATIONS%%/lxqt-panel/cpuload/cpuload_lt.qm
127
%%CPULOAD%%%%LXQT_TRANSLATIONS%%/lxqt-panel/cpuload/cpuload_lt.qm
120
%%CPULOAD%%%%LXQT_TRANSLATIONS%%/lxqt-panel/cpuload/cpuload_lv.qm
128
%%CPULOAD%%%%LXQT_TRANSLATIONS%%/lxqt-panel/cpuload/cpuload_lv.qm
121
%%CPULOAD%%%%LXQT_TRANSLATIONS%%/lxqt-panel/cpuload/cpuload_nb_NO.qm
129
%%CPULOAD%%%%LXQT_TRANSLATIONS%%/lxqt-panel/cpuload/cpuload_nb_NO.qm
122
%%CPULOAD%%%%LXQT_TRANSLATIONS%%/lxqt-panel/cpuload/cpuload_nl.qm
130
%%CPULOAD%%%%LXQT_TRANSLATIONS%%/lxqt-panel/cpuload/cpuload_nl.qm
123
%%CPULOAD%%%%LXQT_TRANSLATIONS%%/lxqt-panel/cpuload/cpuload_oc.qm
131
%%CPULOAD%%%%LXQT_TRANSLATIONS%%/lxqt-panel/cpuload/cpuload_oc.qm
132
%%CPULOAD%%%%LXQT_TRANSLATIONS%%/lxqt-panel/cpuload/cpuload_pa.qm
124
%%CPULOAD%%%%LXQT_TRANSLATIONS%%/lxqt-panel/cpuload/cpuload_pl.qm
133
%%CPULOAD%%%%LXQT_TRANSLATIONS%%/lxqt-panel/cpuload/cpuload_pl.qm
125
%%CPULOAD%%%%LXQT_TRANSLATIONS%%/lxqt-panel/cpuload/cpuload_pt.qm
134
%%CPULOAD%%%%LXQT_TRANSLATIONS%%/lxqt-panel/cpuload/cpuload_pt.qm
126
%%CPULOAD%%%%LXQT_TRANSLATIONS%%/lxqt-panel/cpuload/cpuload_pt_BR.qm
135
%%CPULOAD%%%%LXQT_TRANSLATIONS%%/lxqt-panel/cpuload/cpuload_pt_BR.qm
Lines 153-158 lib/lxqt-panel/libsysstat.so Link Here
153
%%LXQT_TRANSLATIONS%%/lxqt-panel/customcommand/customcommand_it.qm
162
%%LXQT_TRANSLATIONS%%/lxqt-panel/customcommand/customcommand_it.qm
154
%%LXQT_TRANSLATIONS%%/lxqt-panel/customcommand/customcommand_ja.qm
163
%%LXQT_TRANSLATIONS%%/lxqt-panel/customcommand/customcommand_ja.qm
155
%%LXQT_TRANSLATIONS%%/lxqt-panel/customcommand/customcommand_ko.qm
164
%%LXQT_TRANSLATIONS%%/lxqt-panel/customcommand/customcommand_ko.qm
165
%%LXQT_TRANSLATIONS%%/lxqt-panel/customcommand/customcommand_lg.qm
156
%%LXQT_TRANSLATIONS%%/lxqt-panel/customcommand/customcommand_lt.qm
166
%%LXQT_TRANSLATIONS%%/lxqt-panel/customcommand/customcommand_lt.qm
157
%%LXQT_TRANSLATIONS%%/lxqt-panel/customcommand/customcommand_lv.qm
167
%%LXQT_TRANSLATIONS%%/lxqt-panel/customcommand/customcommand_lv.qm
158
%%LXQT_TRANSLATIONS%%/lxqt-panel/customcommand/customcommand_nb_NO.qm
168
%%LXQT_TRANSLATIONS%%/lxqt-panel/customcommand/customcommand_nb_NO.qm
Lines 196-206 lib/lxqt-panel/libsysstat.so Link Here
196
%%LXQT_TRANSLATIONS%%/lxqt-panel/desktopswitch/desktopswitch_it.qm
206
%%LXQT_TRANSLATIONS%%/lxqt-panel/desktopswitch/desktopswitch_it.qm
197
%%LXQT_TRANSLATIONS%%/lxqt-panel/desktopswitch/desktopswitch_ja.qm
207
%%LXQT_TRANSLATIONS%%/lxqt-panel/desktopswitch/desktopswitch_ja.qm
198
%%LXQT_TRANSLATIONS%%/lxqt-panel/desktopswitch/desktopswitch_ko.qm
208
%%LXQT_TRANSLATIONS%%/lxqt-panel/desktopswitch/desktopswitch_ko.qm
209
%%LXQT_TRANSLATIONS%%/lxqt-panel/desktopswitch/desktopswitch_lg.qm
199
%%LXQT_TRANSLATIONS%%/lxqt-panel/desktopswitch/desktopswitch_lt.qm
210
%%LXQT_TRANSLATIONS%%/lxqt-panel/desktopswitch/desktopswitch_lt.qm
200
%%LXQT_TRANSLATIONS%%/lxqt-panel/desktopswitch/desktopswitch_lv.qm
211
%%LXQT_TRANSLATIONS%%/lxqt-panel/desktopswitch/desktopswitch_lv.qm
201
%%LXQT_TRANSLATIONS%%/lxqt-panel/desktopswitch/desktopswitch_nb_NO.qm
212
%%LXQT_TRANSLATIONS%%/lxqt-panel/desktopswitch/desktopswitch_nb_NO.qm
202
%%LXQT_TRANSLATIONS%%/lxqt-panel/desktopswitch/desktopswitch_nl.qm
213
%%LXQT_TRANSLATIONS%%/lxqt-panel/desktopswitch/desktopswitch_nl.qm
203
%%LXQT_TRANSLATIONS%%/lxqt-panel/desktopswitch/desktopswitch_oc.qm
214
%%LXQT_TRANSLATIONS%%/lxqt-panel/desktopswitch/desktopswitch_oc.qm
215
%%LXQT_TRANSLATIONS%%/lxqt-panel/desktopswitch/desktopswitch_pa.qm
204
%%LXQT_TRANSLATIONS%%/lxqt-panel/desktopswitch/desktopswitch_pl.qm
216
%%LXQT_TRANSLATIONS%%/lxqt-panel/desktopswitch/desktopswitch_pl.qm
205
%%LXQT_TRANSLATIONS%%/lxqt-panel/desktopswitch/desktopswitch_pt.qm
217
%%LXQT_TRANSLATIONS%%/lxqt-panel/desktopswitch/desktopswitch_pt.qm
206
%%LXQT_TRANSLATIONS%%/lxqt-panel/desktopswitch/desktopswitch_pt_BR.qm
218
%%LXQT_TRANSLATIONS%%/lxqt-panel/desktopswitch/desktopswitch_pt_BR.qm
Lines 241-251 lib/lxqt-panel/libsysstat.so Link Here
241
%%LXQT_TRANSLATIONS%%/lxqt-panel/directorymenu/directorymenu_it.qm
253
%%LXQT_TRANSLATIONS%%/lxqt-panel/directorymenu/directorymenu_it.qm
242
%%LXQT_TRANSLATIONS%%/lxqt-panel/directorymenu/directorymenu_ja.qm
254
%%LXQT_TRANSLATIONS%%/lxqt-panel/directorymenu/directorymenu_ja.qm
243
%%LXQT_TRANSLATIONS%%/lxqt-panel/directorymenu/directorymenu_ko.qm
255
%%LXQT_TRANSLATIONS%%/lxqt-panel/directorymenu/directorymenu_ko.qm
256
%%LXQT_TRANSLATIONS%%/lxqt-panel/directorymenu/directorymenu_lg.qm
244
%%LXQT_TRANSLATIONS%%/lxqt-panel/directorymenu/directorymenu_lt.qm
257
%%LXQT_TRANSLATIONS%%/lxqt-panel/directorymenu/directorymenu_lt.qm
245
%%LXQT_TRANSLATIONS%%/lxqt-panel/directorymenu/directorymenu_lv.qm
258
%%LXQT_TRANSLATIONS%%/lxqt-panel/directorymenu/directorymenu_lv.qm
246
%%LXQT_TRANSLATIONS%%/lxqt-panel/directorymenu/directorymenu_nb_NO.qm
259
%%LXQT_TRANSLATIONS%%/lxqt-panel/directorymenu/directorymenu_nb_NO.qm
247
%%LXQT_TRANSLATIONS%%/lxqt-panel/directorymenu/directorymenu_nl.qm
260
%%LXQT_TRANSLATIONS%%/lxqt-panel/directorymenu/directorymenu_nl.qm
248
%%LXQT_TRANSLATIONS%%/lxqt-panel/directorymenu/directorymenu_oc.qm
261
%%LXQT_TRANSLATIONS%%/lxqt-panel/directorymenu/directorymenu_oc.qm
262
%%LXQT_TRANSLATIONS%%/lxqt-panel/directorymenu/directorymenu_pa.qm
249
%%LXQT_TRANSLATIONS%%/lxqt-panel/directorymenu/directorymenu_pl.qm
263
%%LXQT_TRANSLATIONS%%/lxqt-panel/directorymenu/directorymenu_pl.qm
250
%%LXQT_TRANSLATIONS%%/lxqt-panel/directorymenu/directorymenu_pt.qm
264
%%LXQT_TRANSLATIONS%%/lxqt-panel/directorymenu/directorymenu_pt.qm
251
%%LXQT_TRANSLATIONS%%/lxqt-panel/directorymenu/directorymenu_ru.qm
265
%%LXQT_TRANSLATIONS%%/lxqt-panel/directorymenu/directorymenu_ru.qm
Lines 277-287 lib/lxqt-panel/libsysstat.so Link Here
277
%%LXQT_TRANSLATIONS%%/lxqt-panel/dom/dom_it.qm
291
%%LXQT_TRANSLATIONS%%/lxqt-panel/dom/dom_it.qm
278
%%LXQT_TRANSLATIONS%%/lxqt-panel/dom/dom_ja.qm
292
%%LXQT_TRANSLATIONS%%/lxqt-panel/dom/dom_ja.qm
279
%%LXQT_TRANSLATIONS%%/lxqt-panel/dom/dom_ko.qm
293
%%LXQT_TRANSLATIONS%%/lxqt-panel/dom/dom_ko.qm
294
%%LXQT_TRANSLATIONS%%/lxqt-panel/dom/dom_lg.qm
280
%%LXQT_TRANSLATIONS%%/lxqt-panel/dom/dom_lt.qm
295
%%LXQT_TRANSLATIONS%%/lxqt-panel/dom/dom_lt.qm
281
%%LXQT_TRANSLATIONS%%/lxqt-panel/dom/dom_lv.qm
296
%%LXQT_TRANSLATIONS%%/lxqt-panel/dom/dom_lv.qm
282
%%LXQT_TRANSLATIONS%%/lxqt-panel/dom/dom_nb_NO.qm
297
%%LXQT_TRANSLATIONS%%/lxqt-panel/dom/dom_nb_NO.qm
283
%%LXQT_TRANSLATIONS%%/lxqt-panel/dom/dom_nl.qm
298
%%LXQT_TRANSLATIONS%%/lxqt-panel/dom/dom_nl.qm
284
%%LXQT_TRANSLATIONS%%/lxqt-panel/dom/dom_oc.qm
299
%%LXQT_TRANSLATIONS%%/lxqt-panel/dom/dom_oc.qm
300
%%LXQT_TRANSLATIONS%%/lxqt-panel/dom/dom_pa.qm
285
%%LXQT_TRANSLATIONS%%/lxqt-panel/dom/dom_pl.qm
301
%%LXQT_TRANSLATIONS%%/lxqt-panel/dom/dom_pl.qm
286
%%LXQT_TRANSLATIONS%%/lxqt-panel/dom/dom_pt.qm
302
%%LXQT_TRANSLATIONS%%/lxqt-panel/dom/dom_pt.qm
287
%%LXQT_TRANSLATIONS%%/lxqt-panel/dom/dom_pt_BR.qm
303
%%LXQT_TRANSLATIONS%%/lxqt-panel/dom/dom_pt_BR.qm
Lines 294-299 lib/lxqt-panel/libsysstat.so Link Here
294
%%LXQT_TRANSLATIONS%%/lxqt-panel/dom/dom_tr.qm
310
%%LXQT_TRANSLATIONS%%/lxqt-panel/dom/dom_tr.qm
295
%%LXQT_TRANSLATIONS%%/lxqt-panel/dom/dom_uk.qm
311
%%LXQT_TRANSLATIONS%%/lxqt-panel/dom/dom_uk.qm
296
%%LXQT_TRANSLATIONS%%/lxqt-panel/dom/dom_zh_CN.qm
312
%%LXQT_TRANSLATIONS%%/lxqt-panel/dom/dom_zh_CN.qm
313
%%LXQT_TRANSLATIONS%%/lxqt-panel/fancymenu/fancymenu_ar.qm
314
%%LXQT_TRANSLATIONS%%/lxqt-panel/fancymenu/fancymenu_ast.qm
315
%%LXQT_TRANSLATIONS%%/lxqt-panel/fancymenu/fancymenu_bg.qm
316
%%LXQT_TRANSLATIONS%%/lxqt-panel/fancymenu/fancymenu_ca.qm
317
%%LXQT_TRANSLATIONS%%/lxqt-panel/fancymenu/fancymenu_cs.qm
318
%%LXQT_TRANSLATIONS%%/lxqt-panel/fancymenu/fancymenu_cy.qm
319
%%LXQT_TRANSLATIONS%%/lxqt-panel/fancymenu/fancymenu_da.qm
320
%%LXQT_TRANSLATIONS%%/lxqt-panel/fancymenu/fancymenu_de.qm
321
%%LXQT_TRANSLATIONS%%/lxqt-panel/fancymenu/fancymenu_el.qm
322
%%LXQT_TRANSLATIONS%%/lxqt-panel/fancymenu/fancymenu_eo.qm
323
%%LXQT_TRANSLATIONS%%/lxqt-panel/fancymenu/fancymenu_es.qm
324
%%LXQT_TRANSLATIONS%%/lxqt-panel/fancymenu/fancymenu_es_UY.qm
325
%%LXQT_TRANSLATIONS%%/lxqt-panel/fancymenu/fancymenu_es_VE.qm
326
%%LXQT_TRANSLATIONS%%/lxqt-panel/fancymenu/fancymenu_et.qm
327
%%LXQT_TRANSLATIONS%%/lxqt-panel/fancymenu/fancymenu_eu.qm
328
%%LXQT_TRANSLATIONS%%/lxqt-panel/fancymenu/fancymenu_fi.qm
329
%%LXQT_TRANSLATIONS%%/lxqt-panel/fancymenu/fancymenu_fr.qm
330
%%LXQT_TRANSLATIONS%%/lxqt-panel/fancymenu/fancymenu_gl.qm
331
%%LXQT_TRANSLATIONS%%/lxqt-panel/fancymenu/fancymenu_he.qm
332
%%LXQT_TRANSLATIONS%%/lxqt-panel/fancymenu/fancymenu_hr.qm
333
%%LXQT_TRANSLATIONS%%/lxqt-panel/fancymenu/fancymenu_hu.qm
334
%%LXQT_TRANSLATIONS%%/lxqt-panel/fancymenu/fancymenu_ia.qm
335
%%LXQT_TRANSLATIONS%%/lxqt-panel/fancymenu/fancymenu_id.qm
336
%%LXQT_TRANSLATIONS%%/lxqt-panel/fancymenu/fancymenu_it.qm
337
%%LXQT_TRANSLATIONS%%/lxqt-panel/fancymenu/fancymenu_ja.qm
338
%%LXQT_TRANSLATIONS%%/lxqt-panel/fancymenu/fancymenu_kk.qm
339
%%LXQT_TRANSLATIONS%%/lxqt-panel/fancymenu/fancymenu_ko.qm
340
%%LXQT_TRANSLATIONS%%/lxqt-panel/fancymenu/fancymenu_lg.qm
341
%%LXQT_TRANSLATIONS%%/lxqt-panel/fancymenu/fancymenu_lt.qm
342
%%LXQT_TRANSLATIONS%%/lxqt-panel/fancymenu/fancymenu_lv.qm
343
%%LXQT_TRANSLATIONS%%/lxqt-panel/fancymenu/fancymenu_nb_NO.qm
344
%%LXQT_TRANSLATIONS%%/lxqt-panel/fancymenu/fancymenu_nl.qm
345
%%LXQT_TRANSLATIONS%%/lxqt-panel/fancymenu/fancymenu_oc.qm
346
%%LXQT_TRANSLATIONS%%/lxqt-panel/fancymenu/fancymenu_pa.qm
347
%%LXQT_TRANSLATIONS%%/lxqt-panel/fancymenu/fancymenu_pl.qm
348
%%LXQT_TRANSLATIONS%%/lxqt-panel/fancymenu/fancymenu_pt.qm
349
%%LXQT_TRANSLATIONS%%/lxqt-panel/fancymenu/fancymenu_pt_BR.qm
350
%%LXQT_TRANSLATIONS%%/lxqt-panel/fancymenu/fancymenu_ro_RO.qm
351
%%LXQT_TRANSLATIONS%%/lxqt-panel/fancymenu/fancymenu_ru.qm
352
%%LXQT_TRANSLATIONS%%/lxqt-panel/fancymenu/fancymenu_si.qm
353
%%LXQT_TRANSLATIONS%%/lxqt-panel/fancymenu/fancymenu_sk_SK.qm
354
%%LXQT_TRANSLATIONS%%/lxqt-panel/fancymenu/fancymenu_sl.qm
355
%%LXQT_TRANSLATIONS%%/lxqt-panel/fancymenu/fancymenu_sr@latin.qm
356
%%LXQT_TRANSLATIONS%%/lxqt-panel/fancymenu/fancymenu_sr_BA.qm
357
%%LXQT_TRANSLATIONS%%/lxqt-panel/fancymenu/fancymenu_sr_RS.qm
358
%%LXQT_TRANSLATIONS%%/lxqt-panel/fancymenu/fancymenu_th_TH.qm
359
%%LXQT_TRANSLATIONS%%/lxqt-panel/fancymenu/fancymenu_tr.qm
360
%%LXQT_TRANSLATIONS%%/lxqt-panel/fancymenu/fancymenu_uk.qm
361
%%LXQT_TRANSLATIONS%%/lxqt-panel/fancymenu/fancymenu_zh_CN.qm
362
%%LXQT_TRANSLATIONS%%/lxqt-panel/fancymenu/fancymenu_zh_TW.qm
297
%%LXQT_TRANSLATIONS%%/lxqt-panel/kbindicator/kbindicator_ar.qm
363
%%LXQT_TRANSLATIONS%%/lxqt-panel/kbindicator/kbindicator_ar.qm
298
%%LXQT_TRANSLATIONS%%/lxqt-panel/kbindicator/kbindicator_arn.qm
364
%%LXQT_TRANSLATIONS%%/lxqt-panel/kbindicator/kbindicator_arn.qm
299
%%LXQT_TRANSLATIONS%%/lxqt-panel/kbindicator/kbindicator_ast.qm
365
%%LXQT_TRANSLATIONS%%/lxqt-panel/kbindicator/kbindicator_ast.qm
Lines 316-326 lib/lxqt-panel/libsysstat.so Link Here
316
%%LXQT_TRANSLATIONS%%/lxqt-panel/kbindicator/kbindicator_it.qm
382
%%LXQT_TRANSLATIONS%%/lxqt-panel/kbindicator/kbindicator_it.qm
317
%%LXQT_TRANSLATIONS%%/lxqt-panel/kbindicator/kbindicator_ja.qm
383
%%LXQT_TRANSLATIONS%%/lxqt-panel/kbindicator/kbindicator_ja.qm
318
%%LXQT_TRANSLATIONS%%/lxqt-panel/kbindicator/kbindicator_ko.qm
384
%%LXQT_TRANSLATIONS%%/lxqt-panel/kbindicator/kbindicator_ko.qm
385
%%LXQT_TRANSLATIONS%%/lxqt-panel/kbindicator/kbindicator_lg.qm
319
%%LXQT_TRANSLATIONS%%/lxqt-panel/kbindicator/kbindicator_lt.qm
386
%%LXQT_TRANSLATIONS%%/lxqt-panel/kbindicator/kbindicator_lt.qm
320
%%LXQT_TRANSLATIONS%%/lxqt-panel/kbindicator/kbindicator_lv.qm
387
%%LXQT_TRANSLATIONS%%/lxqt-panel/kbindicator/kbindicator_lv.qm
321
%%LXQT_TRANSLATIONS%%/lxqt-panel/kbindicator/kbindicator_nb_NO.qm
388
%%LXQT_TRANSLATIONS%%/lxqt-panel/kbindicator/kbindicator_nb_NO.qm
322
%%LXQT_TRANSLATIONS%%/lxqt-panel/kbindicator/kbindicator_nl.qm
389
%%LXQT_TRANSLATIONS%%/lxqt-panel/kbindicator/kbindicator_nl.qm
323
%%LXQT_TRANSLATIONS%%/lxqt-panel/kbindicator/kbindicator_oc.qm
390
%%LXQT_TRANSLATIONS%%/lxqt-panel/kbindicator/kbindicator_oc.qm
391
%%LXQT_TRANSLATIONS%%/lxqt-panel/kbindicator/kbindicator_pa.qm
324
%%LXQT_TRANSLATIONS%%/lxqt-panel/kbindicator/kbindicator_pl.qm
392
%%LXQT_TRANSLATIONS%%/lxqt-panel/kbindicator/kbindicator_pl.qm
325
%%LXQT_TRANSLATIONS%%/lxqt-panel/kbindicator/kbindicator_pt.qm
393
%%LXQT_TRANSLATIONS%%/lxqt-panel/kbindicator/kbindicator_pt.qm
326
%%LXQT_TRANSLATIONS%%/lxqt-panel/kbindicator/kbindicator_ru.qm
394
%%LXQT_TRANSLATIONS%%/lxqt-panel/kbindicator/kbindicator_ru.qm
Lines 361-371 lib/lxqt-panel/libsysstat.so Link Here
361
%%LXQT_TRANSLATIONS%%/lxqt-panel/lxqt-panel_it.qm
429
%%LXQT_TRANSLATIONS%%/lxqt-panel/lxqt-panel_it.qm
362
%%LXQT_TRANSLATIONS%%/lxqt-panel/lxqt-panel_ja.qm
430
%%LXQT_TRANSLATIONS%%/lxqt-panel/lxqt-panel_ja.qm
363
%%LXQT_TRANSLATIONS%%/lxqt-panel/lxqt-panel_ko.qm
431
%%LXQT_TRANSLATIONS%%/lxqt-panel/lxqt-panel_ko.qm
432
%%LXQT_TRANSLATIONS%%/lxqt-panel/lxqt-panel_lg.qm
364
%%LXQT_TRANSLATIONS%%/lxqt-panel/lxqt-panel_lt.qm
433
%%LXQT_TRANSLATIONS%%/lxqt-panel/lxqt-panel_lt.qm
365
%%LXQT_TRANSLATIONS%%/lxqt-panel/lxqt-panel_lv.qm
434
%%LXQT_TRANSLATIONS%%/lxqt-panel/lxqt-panel_lv.qm
366
%%LXQT_TRANSLATIONS%%/lxqt-panel/lxqt-panel_nb_NO.qm
435
%%LXQT_TRANSLATIONS%%/lxqt-panel/lxqt-panel_nb_NO.qm
367
%%LXQT_TRANSLATIONS%%/lxqt-panel/lxqt-panel_nl.qm
436
%%LXQT_TRANSLATIONS%%/lxqt-panel/lxqt-panel_nl.qm
368
%%LXQT_TRANSLATIONS%%/lxqt-panel/lxqt-panel_oc.qm
437
%%LXQT_TRANSLATIONS%%/lxqt-panel/lxqt-panel_oc.qm
438
%%LXQT_TRANSLATIONS%%/lxqt-panel/lxqt-panel_pa.qm
369
%%LXQT_TRANSLATIONS%%/lxqt-panel/lxqt-panel_pl.qm
439
%%LXQT_TRANSLATIONS%%/lxqt-panel/lxqt-panel_pl.qm
370
%%LXQT_TRANSLATIONS%%/lxqt-panel/lxqt-panel_pt.qm
440
%%LXQT_TRANSLATIONS%%/lxqt-panel/lxqt-panel_pt.qm
371
%%LXQT_TRANSLATIONS%%/lxqt-panel/lxqt-panel_pt_BR.qm
441
%%LXQT_TRANSLATIONS%%/lxqt-panel/lxqt-panel_pt_BR.qm
Lines 412-422 lib/lxqt-panel/libsysstat.so Link Here
412
%%LXQT_TRANSLATIONS%%/lxqt-panel/mainmenu/mainmenu_ja.qm
482
%%LXQT_TRANSLATIONS%%/lxqt-panel/mainmenu/mainmenu_ja.qm
413
%%LXQT_TRANSLATIONS%%/lxqt-panel/mainmenu/mainmenu_kk.qm
483
%%LXQT_TRANSLATIONS%%/lxqt-panel/mainmenu/mainmenu_kk.qm
414
%%LXQT_TRANSLATIONS%%/lxqt-panel/mainmenu/mainmenu_ko.qm
484
%%LXQT_TRANSLATIONS%%/lxqt-panel/mainmenu/mainmenu_ko.qm
485
%%LXQT_TRANSLATIONS%%/lxqt-panel/mainmenu/mainmenu_lg.qm
415
%%LXQT_TRANSLATIONS%%/lxqt-panel/mainmenu/mainmenu_lt.qm
486
%%LXQT_TRANSLATIONS%%/lxqt-panel/mainmenu/mainmenu_lt.qm
416
%%LXQT_TRANSLATIONS%%/lxqt-panel/mainmenu/mainmenu_lv.qm
487
%%LXQT_TRANSLATIONS%%/lxqt-panel/mainmenu/mainmenu_lv.qm
417
%%LXQT_TRANSLATIONS%%/lxqt-panel/mainmenu/mainmenu_nb_NO.qm
488
%%LXQT_TRANSLATIONS%%/lxqt-panel/mainmenu/mainmenu_nb_NO.qm
418
%%LXQT_TRANSLATIONS%%/lxqt-panel/mainmenu/mainmenu_nl.qm
489
%%LXQT_TRANSLATIONS%%/lxqt-panel/mainmenu/mainmenu_nl.qm
419
%%LXQT_TRANSLATIONS%%/lxqt-panel/mainmenu/mainmenu_oc.qm
490
%%LXQT_TRANSLATIONS%%/lxqt-panel/mainmenu/mainmenu_oc.qm
491
%%LXQT_TRANSLATIONS%%/lxqt-panel/mainmenu/mainmenu_pa.qm
420
%%LXQT_TRANSLATIONS%%/lxqt-panel/mainmenu/mainmenu_pl.qm
492
%%LXQT_TRANSLATIONS%%/lxqt-panel/mainmenu/mainmenu_pl.qm
421
%%LXQT_TRANSLATIONS%%/lxqt-panel/mainmenu/mainmenu_pt.qm
493
%%LXQT_TRANSLATIONS%%/lxqt-panel/mainmenu/mainmenu_pt.qm
422
%%LXQT_TRANSLATIONS%%/lxqt-panel/mainmenu/mainmenu_pt_BR.qm
494
%%LXQT_TRANSLATIONS%%/lxqt-panel/mainmenu/mainmenu_pt_BR.qm
Lines 460-470 lib/lxqt-panel/libsysstat.so Link Here
460
%%MOUNT%%%%LXQT_TRANSLATIONS%%/lxqt-panel/mount/mount_it.qm
532
%%MOUNT%%%%LXQT_TRANSLATIONS%%/lxqt-panel/mount/mount_it.qm
461
%%MOUNT%%%%LXQT_TRANSLATIONS%%/lxqt-panel/mount/mount_ja.qm
533
%%MOUNT%%%%LXQT_TRANSLATIONS%%/lxqt-panel/mount/mount_ja.qm
462
%%MOUNT%%%%LXQT_TRANSLATIONS%%/lxqt-panel/mount/mount_ko.qm
534
%%MOUNT%%%%LXQT_TRANSLATIONS%%/lxqt-panel/mount/mount_ko.qm
535
%%MOUNT%%%%LXQT_TRANSLATIONS%%/lxqt-panel/mount/mount_lg.qm
463
%%MOUNT%%%%LXQT_TRANSLATIONS%%/lxqt-panel/mount/mount_lt.qm
536
%%MOUNT%%%%LXQT_TRANSLATIONS%%/lxqt-panel/mount/mount_lt.qm
464
%%MOUNT%%%%LXQT_TRANSLATIONS%%/lxqt-panel/mount/mount_lv.qm
537
%%MOUNT%%%%LXQT_TRANSLATIONS%%/lxqt-panel/mount/mount_lv.qm
465
%%MOUNT%%%%LXQT_TRANSLATIONS%%/lxqt-panel/mount/mount_nb_NO.qm
538
%%MOUNT%%%%LXQT_TRANSLATIONS%%/lxqt-panel/mount/mount_nb_NO.qm
466
%%MOUNT%%%%LXQT_TRANSLATIONS%%/lxqt-panel/mount/mount_nl.qm
539
%%MOUNT%%%%LXQT_TRANSLATIONS%%/lxqt-panel/mount/mount_nl.qm
467
%%MOUNT%%%%LXQT_TRANSLATIONS%%/lxqt-panel/mount/mount_oc.qm
540
%%MOUNT%%%%LXQT_TRANSLATIONS%%/lxqt-panel/mount/mount_oc.qm
541
%%MOUNT%%%%LXQT_TRANSLATIONS%%/lxqt-panel/mount/mount_pa.qm
468
%%MOUNT%%%%LXQT_TRANSLATIONS%%/lxqt-panel/mount/mount_pl.qm
542
%%MOUNT%%%%LXQT_TRANSLATIONS%%/lxqt-panel/mount/mount_pl.qm
469
%%MOUNT%%%%LXQT_TRANSLATIONS%%/lxqt-panel/mount/mount_pt.qm
543
%%MOUNT%%%%LXQT_TRANSLATIONS%%/lxqt-panel/mount/mount_pt.qm
470
%%MOUNT%%%%LXQT_TRANSLATIONS%%/lxqt-panel/mount/mount_pt_BR.qm
544
%%MOUNT%%%%LXQT_TRANSLATIONS%%/lxqt-panel/mount/mount_pt_BR.qm
Lines 481-496 lib/lxqt-panel/libsysstat.so Link Here
481
%%MOUNT%%%%LXQT_TRANSLATIONS%%/lxqt-panel/mount/mount_uk.qm
555
%%MOUNT%%%%LXQT_TRANSLATIONS%%/lxqt-panel/mount/mount_uk.qm
482
%%MOUNT%%%%LXQT_TRANSLATIONS%%/lxqt-panel/mount/mount_zh_CN.qm
556
%%MOUNT%%%%LXQT_TRANSLATIONS%%/lxqt-panel/mount/mount_zh_CN.qm
483
%%MOUNT%%%%LXQT_TRANSLATIONS%%/lxqt-panel/mount/mount_zh_TW.qm
557
%%MOUNT%%%%LXQT_TRANSLATIONS%%/lxqt-panel/mount/mount_zh_TW.qm
558
%%LXQT_TRANSLATIONS%%/lxqt-panel/qeyes/qeyes_ar.qm
559
%%LXQT_TRANSLATIONS%%/lxqt-panel/qeyes/qeyes_bg.qm
484
%%LXQT_TRANSLATIONS%%/lxqt-panel/qeyes/qeyes_et.qm
560
%%LXQT_TRANSLATIONS%%/lxqt-panel/qeyes/qeyes_et.qm
485
%%LXQT_TRANSLATIONS%%/lxqt-panel/qeyes/qeyes_fi.qm
561
%%LXQT_TRANSLATIONS%%/lxqt-panel/qeyes/qeyes_fi.qm
486
%%LXQT_TRANSLATIONS%%/lxqt-panel/qeyes/qeyes_fr.qm
562
%%LXQT_TRANSLATIONS%%/lxqt-panel/qeyes/qeyes_fr.qm
487
%%LXQT_TRANSLATIONS%%/lxqt-panel/qeyes/qeyes_he.qm
563
%%LXQT_TRANSLATIONS%%/lxqt-panel/qeyes/qeyes_he.qm
488
%%LXQT_TRANSLATIONS%%/lxqt-panel/qeyes/qeyes_it.qm
564
%%LXQT_TRANSLATIONS%%/lxqt-panel/qeyes/qeyes_it.qm
565
%%LXQT_TRANSLATIONS%%/lxqt-panel/qeyes/qeyes_ko.qm
489
%%LXQT_TRANSLATIONS%%/lxqt-panel/qeyes/qeyes_lt.qm
566
%%LXQT_TRANSLATIONS%%/lxqt-panel/qeyes/qeyes_lt.qm
490
%%LXQT_TRANSLATIONS%%/lxqt-panel/qeyes/qeyes_nl.qm
567
%%LXQT_TRANSLATIONS%%/lxqt-panel/qeyes/qeyes_nl.qm
491
%%LXQT_TRANSLATIONS%%/lxqt-panel/qeyes/qeyes_oc.qm
568
%%LXQT_TRANSLATIONS%%/lxqt-panel/qeyes/qeyes_oc.qm
569
%%LXQT_TRANSLATIONS%%/lxqt-panel/qeyes/qeyes_pa.qm
570
%%LXQT_TRANSLATIONS%%/lxqt-panel/qeyes/qeyes_pl.qm
571
%%LXQT_TRANSLATIONS%%/lxqt-panel/qeyes/qeyes_pt.qm
572
%%LXQT_TRANSLATIONS%%/lxqt-panel/qeyes/qeyes_ru.qm
573
%%LXQT_TRANSLATIONS%%/lxqt-panel/qeyes/qeyes_sk.qm
492
%%LXQT_TRANSLATIONS%%/lxqt-panel/qeyes/qeyes_sr.qm
574
%%LXQT_TRANSLATIONS%%/lxqt-panel/qeyes/qeyes_sr.qm
493
%%LXQT_TRANSLATIONS%%/lxqt-panel/qeyes/qeyes_tr.qm
575
%%LXQT_TRANSLATIONS%%/lxqt-panel/qeyes/qeyes_tr.qm
576
%%LXQT_TRANSLATIONS%%/lxqt-panel/qeyes/qeyes_zh_CN.qm
494
%%LXQT_TRANSLATIONS%%/lxqt-panel/quicklaunch/quicklaunch_ar.qm
577
%%LXQT_TRANSLATIONS%%/lxqt-panel/quicklaunch/quicklaunch_ar.qm
495
%%LXQT_TRANSLATIONS%%/lxqt-panel/quicklaunch/quicklaunch_arn.qm
578
%%LXQT_TRANSLATIONS%%/lxqt-panel/quicklaunch/quicklaunch_arn.qm
496
%%LXQT_TRANSLATIONS%%/lxqt-panel/quicklaunch/quicklaunch_ast.qm
579
%%LXQT_TRANSLATIONS%%/lxqt-panel/quicklaunch/quicklaunch_ast.qm
Lines 517-527 lib/lxqt-panel/libsysstat.so Link Here
517
%%LXQT_TRANSLATIONS%%/lxqt-panel/quicklaunch/quicklaunch_it.qm
600
%%LXQT_TRANSLATIONS%%/lxqt-panel/quicklaunch/quicklaunch_it.qm
518
%%LXQT_TRANSLATIONS%%/lxqt-panel/quicklaunch/quicklaunch_ja.qm
601
%%LXQT_TRANSLATIONS%%/lxqt-panel/quicklaunch/quicklaunch_ja.qm
519
%%LXQT_TRANSLATIONS%%/lxqt-panel/quicklaunch/quicklaunch_ko.qm
602
%%LXQT_TRANSLATIONS%%/lxqt-panel/quicklaunch/quicklaunch_ko.qm
603
%%LXQT_TRANSLATIONS%%/lxqt-panel/quicklaunch/quicklaunch_lg.qm
520
%%LXQT_TRANSLATIONS%%/lxqt-panel/quicklaunch/quicklaunch_lt.qm
604
%%LXQT_TRANSLATIONS%%/lxqt-panel/quicklaunch/quicklaunch_lt.qm
521
%%LXQT_TRANSLATIONS%%/lxqt-panel/quicklaunch/quicklaunch_lv.qm
605
%%LXQT_TRANSLATIONS%%/lxqt-panel/quicklaunch/quicklaunch_lv.qm
522
%%LXQT_TRANSLATIONS%%/lxqt-panel/quicklaunch/quicklaunch_nb_NO.qm
606
%%LXQT_TRANSLATIONS%%/lxqt-panel/quicklaunch/quicklaunch_nb_NO.qm
523
%%LXQT_TRANSLATIONS%%/lxqt-panel/quicklaunch/quicklaunch_nl.qm
607
%%LXQT_TRANSLATIONS%%/lxqt-panel/quicklaunch/quicklaunch_nl.qm
524
%%LXQT_TRANSLATIONS%%/lxqt-panel/quicklaunch/quicklaunch_oc.qm
608
%%LXQT_TRANSLATIONS%%/lxqt-panel/quicklaunch/quicklaunch_oc.qm
609
%%LXQT_TRANSLATIONS%%/lxqt-panel/quicklaunch/quicklaunch_pa.qm
525
%%LXQT_TRANSLATIONS%%/lxqt-panel/quicklaunch/quicklaunch_pl.qm
610
%%LXQT_TRANSLATIONS%%/lxqt-panel/quicklaunch/quicklaunch_pl.qm
526
%%LXQT_TRANSLATIONS%%/lxqt-panel/quicklaunch/quicklaunch_pt.qm
611
%%LXQT_TRANSLATIONS%%/lxqt-panel/quicklaunch/quicklaunch_pt.qm
527
%%LXQT_TRANSLATIONS%%/lxqt-panel/quicklaunch/quicklaunch_pt_BR.qm
612
%%LXQT_TRANSLATIONS%%/lxqt-panel/quicklaunch/quicklaunch_pt_BR.qm
Lines 564-574 lib/lxqt-panel/libsysstat.so Link Here
564
%%LXQT_TRANSLATIONS%%/lxqt-panel/showdesktop/showdesktop_it.qm
649
%%LXQT_TRANSLATIONS%%/lxqt-panel/showdesktop/showdesktop_it.qm
565
%%LXQT_TRANSLATIONS%%/lxqt-panel/showdesktop/showdesktop_ja.qm
650
%%LXQT_TRANSLATIONS%%/lxqt-panel/showdesktop/showdesktop_ja.qm
566
%%LXQT_TRANSLATIONS%%/lxqt-panel/showdesktop/showdesktop_ko.qm
651
%%LXQT_TRANSLATIONS%%/lxqt-panel/showdesktop/showdesktop_ko.qm
652
%%LXQT_TRANSLATIONS%%/lxqt-panel/showdesktop/showdesktop_lg.qm
567
%%LXQT_TRANSLATIONS%%/lxqt-panel/showdesktop/showdesktop_lt.qm
653
%%LXQT_TRANSLATIONS%%/lxqt-panel/showdesktop/showdesktop_lt.qm
568
%%LXQT_TRANSLATIONS%%/lxqt-panel/showdesktop/showdesktop_lv.qm
654
%%LXQT_TRANSLATIONS%%/lxqt-panel/showdesktop/showdesktop_lv.qm
569
%%LXQT_TRANSLATIONS%%/lxqt-panel/showdesktop/showdesktop_nb_NO.qm
655
%%LXQT_TRANSLATIONS%%/lxqt-panel/showdesktop/showdesktop_nb_NO.qm
570
%%LXQT_TRANSLATIONS%%/lxqt-panel/showdesktop/showdesktop_nl.qm
656
%%LXQT_TRANSLATIONS%%/lxqt-panel/showdesktop/showdesktop_nl.qm
571
%%LXQT_TRANSLATIONS%%/lxqt-panel/showdesktop/showdesktop_oc.qm
657
%%LXQT_TRANSLATIONS%%/lxqt-panel/showdesktop/showdesktop_oc.qm
658
%%LXQT_TRANSLATIONS%%/lxqt-panel/showdesktop/showdesktop_pa.qm
572
%%LXQT_TRANSLATIONS%%/lxqt-panel/showdesktop/showdesktop_pl.qm
659
%%LXQT_TRANSLATIONS%%/lxqt-panel/showdesktop/showdesktop_pl.qm
573
%%LXQT_TRANSLATIONS%%/lxqt-panel/showdesktop/showdesktop_pt.qm
660
%%LXQT_TRANSLATIONS%%/lxqt-panel/showdesktop/showdesktop_pt.qm
574
%%LXQT_TRANSLATIONS%%/lxqt-panel/showdesktop/showdesktop_pt_BR.qm
661
%%LXQT_TRANSLATIONS%%/lxqt-panel/showdesktop/showdesktop_pt_BR.qm
Lines 607-617 lib/lxqt-panel/libsysstat.so Link Here
607
%%LXQT_TRANSLATIONS%%/lxqt-panel/spacer/spacer_it.qm
694
%%LXQT_TRANSLATIONS%%/lxqt-panel/spacer/spacer_it.qm
608
%%LXQT_TRANSLATIONS%%/lxqt-panel/spacer/spacer_ja.qm
695
%%LXQT_TRANSLATIONS%%/lxqt-panel/spacer/spacer_ja.qm
609
%%LXQT_TRANSLATIONS%%/lxqt-panel/spacer/spacer_ko.qm
696
%%LXQT_TRANSLATIONS%%/lxqt-panel/spacer/spacer_ko.qm
697
%%LXQT_TRANSLATIONS%%/lxqt-panel/spacer/spacer_lg.qm
610
%%LXQT_TRANSLATIONS%%/lxqt-panel/spacer/spacer_lt.qm
698
%%LXQT_TRANSLATIONS%%/lxqt-panel/spacer/spacer_lt.qm
611
%%LXQT_TRANSLATIONS%%/lxqt-panel/spacer/spacer_lv.qm
699
%%LXQT_TRANSLATIONS%%/lxqt-panel/spacer/spacer_lv.qm
612
%%LXQT_TRANSLATIONS%%/lxqt-panel/spacer/spacer_nb_NO.qm
700
%%LXQT_TRANSLATIONS%%/lxqt-panel/spacer/spacer_nb_NO.qm
613
%%LXQT_TRANSLATIONS%%/lxqt-panel/spacer/spacer_nl.qm
701
%%LXQT_TRANSLATIONS%%/lxqt-panel/spacer/spacer_nl.qm
614
%%LXQT_TRANSLATIONS%%/lxqt-panel/spacer/spacer_oc.qm
702
%%LXQT_TRANSLATIONS%%/lxqt-panel/spacer/spacer_oc.qm
703
%%LXQT_TRANSLATIONS%%/lxqt-panel/spacer/spacer_pa.qm
615
%%LXQT_TRANSLATIONS%%/lxqt-panel/spacer/spacer_pl.qm
704
%%LXQT_TRANSLATIONS%%/lxqt-panel/spacer/spacer_pl.qm
616
%%LXQT_TRANSLATIONS%%/lxqt-panel/spacer/spacer_pt.qm
705
%%LXQT_TRANSLATIONS%%/lxqt-panel/spacer/spacer_pt.qm
617
%%LXQT_TRANSLATIONS%%/lxqt-panel/spacer/spacer_ru.qm
706
%%LXQT_TRANSLATIONS%%/lxqt-panel/spacer/spacer_ru.qm
Lines 640-650 lib/lxqt-panel/libsysstat.so Link Here
640
%%LXQT_TRANSLATIONS%%/lxqt-panel/statusnotifier/statusnotifier_it.qm
729
%%LXQT_TRANSLATIONS%%/lxqt-panel/statusnotifier/statusnotifier_it.qm
641
%%LXQT_TRANSLATIONS%%/lxqt-panel/statusnotifier/statusnotifier_ja.qm
730
%%LXQT_TRANSLATIONS%%/lxqt-panel/statusnotifier/statusnotifier_ja.qm
642
%%LXQT_TRANSLATIONS%%/lxqt-panel/statusnotifier/statusnotifier_ko.qm
731
%%LXQT_TRANSLATIONS%%/lxqt-panel/statusnotifier/statusnotifier_ko.qm
732
%%LXQT_TRANSLATIONS%%/lxqt-panel/statusnotifier/statusnotifier_lg.qm
643
%%LXQT_TRANSLATIONS%%/lxqt-panel/statusnotifier/statusnotifier_lt.qm
733
%%LXQT_TRANSLATIONS%%/lxqt-panel/statusnotifier/statusnotifier_lt.qm
644
%%LXQT_TRANSLATIONS%%/lxqt-panel/statusnotifier/statusnotifier_lv.qm
734
%%LXQT_TRANSLATIONS%%/lxqt-panel/statusnotifier/statusnotifier_lv.qm
645
%%LXQT_TRANSLATIONS%%/lxqt-panel/statusnotifier/statusnotifier_nb_NO.qm
735
%%LXQT_TRANSLATIONS%%/lxqt-panel/statusnotifier/statusnotifier_nb_NO.qm
646
%%LXQT_TRANSLATIONS%%/lxqt-panel/statusnotifier/statusnotifier_nl.qm
736
%%LXQT_TRANSLATIONS%%/lxqt-panel/statusnotifier/statusnotifier_nl.qm
647
%%LXQT_TRANSLATIONS%%/lxqt-panel/statusnotifier/statusnotifier_oc.qm
737
%%LXQT_TRANSLATIONS%%/lxqt-panel/statusnotifier/statusnotifier_oc.qm
738
%%LXQT_TRANSLATIONS%%/lxqt-panel/statusnotifier/statusnotifier_pa.qm
648
%%LXQT_TRANSLATIONS%%/lxqt-panel/statusnotifier/statusnotifier_pl.qm
739
%%LXQT_TRANSLATIONS%%/lxqt-panel/statusnotifier/statusnotifier_pl.qm
649
%%LXQT_TRANSLATIONS%%/lxqt-panel/statusnotifier/statusnotifier_pt.qm
740
%%LXQT_TRANSLATIONS%%/lxqt-panel/statusnotifier/statusnotifier_pt.qm
650
%%LXQT_TRANSLATIONS%%/lxqt-panel/statusnotifier/statusnotifier_pt_BR.qm
741
%%LXQT_TRANSLATIONS%%/lxqt-panel/statusnotifier/statusnotifier_pt_BR.qm
Lines 653-658 lib/lxqt-panel/libsysstat.so Link Here
653
%%LXQT_TRANSLATIONS%%/lxqt-panel/statusnotifier/statusnotifier_sk_SK.qm
744
%%LXQT_TRANSLATIONS%%/lxqt-panel/statusnotifier/statusnotifier_sk_SK.qm
654
%%LXQT_TRANSLATIONS%%/lxqt-panel/statusnotifier/statusnotifier_tr.qm
745
%%LXQT_TRANSLATIONS%%/lxqt-panel/statusnotifier/statusnotifier_tr.qm
655
%%LXQT_TRANSLATIONS%%/lxqt-panel/statusnotifier/statusnotifier_uk.qm
746
%%LXQT_TRANSLATIONS%%/lxqt-panel/statusnotifier/statusnotifier_uk.qm
747
%%LXQT_TRANSLATIONS%%/lxqt-panel/statusnotifier/statusnotifier_zh_CN.qm
656
%%LXQT_TRANSLATIONS%%/lxqt-panel/statusnotifier/statusnotifier_zh_TW.qm
748
%%LXQT_TRANSLATIONS%%/lxqt-panel/statusnotifier/statusnotifier_zh_TW.qm
657
%%LXQT_TRANSLATIONS%%/lxqt-panel/sysstat/sysstat_ar.qm
749
%%LXQT_TRANSLATIONS%%/lxqt-panel/sysstat/sysstat_ar.qm
658
%%LXQT_TRANSLATIONS%%/lxqt-panel/sysstat/sysstat_arn.qm
750
%%LXQT_TRANSLATIONS%%/lxqt-panel/sysstat/sysstat_arn.qm
Lines 676-686 lib/lxqt-panel/libsysstat.so Link Here
676
%%LXQT_TRANSLATIONS%%/lxqt-panel/sysstat/sysstat_it.qm
768
%%LXQT_TRANSLATIONS%%/lxqt-panel/sysstat/sysstat_it.qm
677
%%LXQT_TRANSLATIONS%%/lxqt-panel/sysstat/sysstat_ja.qm
769
%%LXQT_TRANSLATIONS%%/lxqt-panel/sysstat/sysstat_ja.qm
678
%%LXQT_TRANSLATIONS%%/lxqt-panel/sysstat/sysstat_ko.qm
770
%%LXQT_TRANSLATIONS%%/lxqt-panel/sysstat/sysstat_ko.qm
771
%%LXQT_TRANSLATIONS%%/lxqt-panel/sysstat/sysstat_lg.qm
679
%%LXQT_TRANSLATIONS%%/lxqt-panel/sysstat/sysstat_lt.qm
772
%%LXQT_TRANSLATIONS%%/lxqt-panel/sysstat/sysstat_lt.qm
680
%%LXQT_TRANSLATIONS%%/lxqt-panel/sysstat/sysstat_lv.qm
773
%%LXQT_TRANSLATIONS%%/lxqt-panel/sysstat/sysstat_lv.qm
681
%%LXQT_TRANSLATIONS%%/lxqt-panel/sysstat/sysstat_nb_NO.qm
774
%%LXQT_TRANSLATIONS%%/lxqt-panel/sysstat/sysstat_nb_NO.qm
682
%%LXQT_TRANSLATIONS%%/lxqt-panel/sysstat/sysstat_nl.qm
775
%%LXQT_TRANSLATIONS%%/lxqt-panel/sysstat/sysstat_nl.qm
683
%%LXQT_TRANSLATIONS%%/lxqt-panel/sysstat/sysstat_oc.qm
776
%%LXQT_TRANSLATIONS%%/lxqt-panel/sysstat/sysstat_oc.qm
777
%%LXQT_TRANSLATIONS%%/lxqt-panel/sysstat/sysstat_pa.qm
684
%%LXQT_TRANSLATIONS%%/lxqt-panel/sysstat/sysstat_pl.qm
778
%%LXQT_TRANSLATIONS%%/lxqt-panel/sysstat/sysstat_pl.qm
685
%%LXQT_TRANSLATIONS%%/lxqt-panel/sysstat/sysstat_pt.qm
779
%%LXQT_TRANSLATIONS%%/lxqt-panel/sysstat/sysstat_pt.qm
686
%%LXQT_TRANSLATIONS%%/lxqt-panel/sysstat/sysstat_pt_BR.qm
780
%%LXQT_TRANSLATIONS%%/lxqt-panel/sysstat/sysstat_pt_BR.qm
Lines 716-726 lib/lxqt-panel/libsysstat.so Link Here
716
%%LXQT_TRANSLATIONS%%/lxqt-panel/taskbar/taskbar_it.qm
810
%%LXQT_TRANSLATIONS%%/lxqt-panel/taskbar/taskbar_it.qm
717
%%LXQT_TRANSLATIONS%%/lxqt-panel/taskbar/taskbar_ja.qm
811
%%LXQT_TRANSLATIONS%%/lxqt-panel/taskbar/taskbar_ja.qm
718
%%LXQT_TRANSLATIONS%%/lxqt-panel/taskbar/taskbar_ko.qm
812
%%LXQT_TRANSLATIONS%%/lxqt-panel/taskbar/taskbar_ko.qm
813
%%LXQT_TRANSLATIONS%%/lxqt-panel/taskbar/taskbar_lg.qm
719
%%LXQT_TRANSLATIONS%%/lxqt-panel/taskbar/taskbar_lt.qm
814
%%LXQT_TRANSLATIONS%%/lxqt-panel/taskbar/taskbar_lt.qm
720
%%LXQT_TRANSLATIONS%%/lxqt-panel/taskbar/taskbar_lv.qm
815
%%LXQT_TRANSLATIONS%%/lxqt-panel/taskbar/taskbar_lv.qm
721
%%LXQT_TRANSLATIONS%%/lxqt-panel/taskbar/taskbar_nb_NO.qm
816
%%LXQT_TRANSLATIONS%%/lxqt-panel/taskbar/taskbar_nb_NO.qm
722
%%LXQT_TRANSLATIONS%%/lxqt-panel/taskbar/taskbar_nl.qm
817
%%LXQT_TRANSLATIONS%%/lxqt-panel/taskbar/taskbar_nl.qm
723
%%LXQT_TRANSLATIONS%%/lxqt-panel/taskbar/taskbar_oc.qm
818
%%LXQT_TRANSLATIONS%%/lxqt-panel/taskbar/taskbar_oc.qm
819
%%LXQT_TRANSLATIONS%%/lxqt-panel/taskbar/taskbar_pa.qm
724
%%LXQT_TRANSLATIONS%%/lxqt-panel/taskbar/taskbar_pl.qm
820
%%LXQT_TRANSLATIONS%%/lxqt-panel/taskbar/taskbar_pl.qm
725
%%LXQT_TRANSLATIONS%%/lxqt-panel/taskbar/taskbar_pt.qm
821
%%LXQT_TRANSLATIONS%%/lxqt-panel/taskbar/taskbar_pt.qm
726
%%LXQT_TRANSLATIONS%%/lxqt-panel/taskbar/taskbar_pt_BR.qm
822
%%LXQT_TRANSLATIONS%%/lxqt-panel/taskbar/taskbar_pt_BR.qm
Lines 762-772 lib/lxqt-panel/libsysstat.so Link Here
762
%%SOUND%%%%LXQT_TRANSLATIONS%%/lxqt-panel/volume/volume_it.qm
858
%%SOUND%%%%LXQT_TRANSLATIONS%%/lxqt-panel/volume/volume_it.qm
763
%%SOUND%%%%LXQT_TRANSLATIONS%%/lxqt-panel/volume/volume_ja.qm
859
%%SOUND%%%%LXQT_TRANSLATIONS%%/lxqt-panel/volume/volume_ja.qm
764
%%SOUND%%%%LXQT_TRANSLATIONS%%/lxqt-panel/volume/volume_ko.qm
860
%%SOUND%%%%LXQT_TRANSLATIONS%%/lxqt-panel/volume/volume_ko.qm
861
%%SOUND%%%%LXQT_TRANSLATIONS%%/lxqt-panel/volume/volume_lg.qm
765
%%SOUND%%%%LXQT_TRANSLATIONS%%/lxqt-panel/volume/volume_lt.qm
862
%%SOUND%%%%LXQT_TRANSLATIONS%%/lxqt-panel/volume/volume_lt.qm
766
%%SOUND%%%%LXQT_TRANSLATIONS%%/lxqt-panel/volume/volume_lv.qm
863
%%SOUND%%%%LXQT_TRANSLATIONS%%/lxqt-panel/volume/volume_lv.qm
767
%%SOUND%%%%LXQT_TRANSLATIONS%%/lxqt-panel/volume/volume_nb_NO.qm
864
%%SOUND%%%%LXQT_TRANSLATIONS%%/lxqt-panel/volume/volume_nb_NO.qm
768
%%SOUND%%%%LXQT_TRANSLATIONS%%/lxqt-panel/volume/volume_nl.qm
865
%%SOUND%%%%LXQT_TRANSLATIONS%%/lxqt-panel/volume/volume_nl.qm
769
%%SOUND%%%%LXQT_TRANSLATIONS%%/lxqt-panel/volume/volume_oc.qm
866
%%SOUND%%%%LXQT_TRANSLATIONS%%/lxqt-panel/volume/volume_oc.qm
867
%%SOUND%%%%LXQT_TRANSLATIONS%%/lxqt-panel/volume/volume_pa.qm
770
%%SOUND%%%%LXQT_TRANSLATIONS%%/lxqt-panel/volume/volume_pl.qm
868
%%SOUND%%%%LXQT_TRANSLATIONS%%/lxqt-panel/volume/volume_pl.qm
771
%%SOUND%%%%LXQT_TRANSLATIONS%%/lxqt-panel/volume/volume_pt.qm
869
%%SOUND%%%%LXQT_TRANSLATIONS%%/lxqt-panel/volume/volume_pt.qm
772
%%SOUND%%%%LXQT_TRANSLATIONS%%/lxqt-panel/volume/volume_pt_BR.qm
870
%%SOUND%%%%LXQT_TRANSLATIONS%%/lxqt-panel/volume/volume_pt_BR.qm
Lines 803-813 lib/lxqt-panel/libsysstat.so Link Here
803
%%LXQT_TRANSLATIONS%%/lxqt-panel/worldclock/worldclock_it.qm
901
%%LXQT_TRANSLATIONS%%/lxqt-panel/worldclock/worldclock_it.qm
804
%%LXQT_TRANSLATIONS%%/lxqt-panel/worldclock/worldclock_ja.qm
902
%%LXQT_TRANSLATIONS%%/lxqt-panel/worldclock/worldclock_ja.qm
805
%%LXQT_TRANSLATIONS%%/lxqt-panel/worldclock/worldclock_ko.qm
903
%%LXQT_TRANSLATIONS%%/lxqt-panel/worldclock/worldclock_ko.qm
904
%%LXQT_TRANSLATIONS%%/lxqt-panel/worldclock/worldclock_lg.qm
806
%%LXQT_TRANSLATIONS%%/lxqt-panel/worldclock/worldclock_lt.qm
905
%%LXQT_TRANSLATIONS%%/lxqt-panel/worldclock/worldclock_lt.qm
807
%%LXQT_TRANSLATIONS%%/lxqt-panel/worldclock/worldclock_lv.qm
906
%%LXQT_TRANSLATIONS%%/lxqt-panel/worldclock/worldclock_lv.qm
808
%%LXQT_TRANSLATIONS%%/lxqt-panel/worldclock/worldclock_nb_NO.qm
907
%%LXQT_TRANSLATIONS%%/lxqt-panel/worldclock/worldclock_nb_NO.qm
809
%%LXQT_TRANSLATIONS%%/lxqt-panel/worldclock/worldclock_nl.qm
908
%%LXQT_TRANSLATIONS%%/lxqt-panel/worldclock/worldclock_nl.qm
810
%%LXQT_TRANSLATIONS%%/lxqt-panel/worldclock/worldclock_oc.qm
909
%%LXQT_TRANSLATIONS%%/lxqt-panel/worldclock/worldclock_oc.qm
910
%%LXQT_TRANSLATIONS%%/lxqt-panel/worldclock/worldclock_pa.qm
811
%%LXQT_TRANSLATIONS%%/lxqt-panel/worldclock/worldclock_pl.qm
911
%%LXQT_TRANSLATIONS%%/lxqt-panel/worldclock/worldclock_pl.qm
812
%%LXQT_TRANSLATIONS%%/lxqt-panel/worldclock/worldclock_pt.qm
912
%%LXQT_TRANSLATIONS%%/lxqt-panel/worldclock/worldclock_pt.qm
813
%%LXQT_TRANSLATIONS%%/lxqt-panel/worldclock/worldclock_pt_BR.qm
913
%%LXQT_TRANSLATIONS%%/lxqt-panel/worldclock/worldclock_pt_BR.qm
(-)b/x11-wm/lxqt-session/Makefile (-8 / +8 lines)
Lines 1-9 Link Here
1
PORTNAME=	lxqt-session
1
PORTNAME=	lxqt-session
2
PORTVERSION=	1.4.0
2
PORTVERSION=	2.0.0
3
CATEGORIES=	x11-wm
3
CATEGORIES=	x11-wm
4
MASTER_SITES=	LXQT
4
MASTER_SITES=	LXQT
5
5
6
MAINTAINER=	jsm@FreeBSD.org
6
MAINTAINER=	lxqt@FreeBSD.org
7
COMMENT=	Session manager component for LXQt
7
COMMENT=	Session manager component for LXQt
8
WWW=		https://github.com/lxqt/lxqt-session/
8
WWW=		https://github.com/lxqt/lxqt-session/
9
9
Lines 12-28 LICENSE= LGPL21+ Link Here
12
BUILD_DEPENDS=	xdg-user-dirs-update:devel/xdg-user-dirs \
12
BUILD_DEPENDS=	xdg-user-dirs-update:devel/xdg-user-dirs \
13
		qtxdg-mat:sysutils/qtxdg-tools
13
		qtxdg-mat:sysutils/qtxdg-tools
14
14
15
USES=	cmake kde:5 lxqt perl5 pkgconfig qt:5 \
15
USES=		cmake kde:6 localbase:ldflags perl5 pkgconfig lxqt:2 qt:6 \
16
	tar:xz xorg gnome
16
		tar:xz xorg gnome
17
USE_QT=	buildtools:build core dbus gui linguisttools qmake:build \
17
USE_QT=		tools:build base:run svg
18
	svg widgets x11extras xml
18
USE_KDE=	layer-shell-qt windowsystem
19
USE_KDE=	windowsystem
20
USE_LXQT=	buildtools lxqt qtxdg
21
USE_PERL5=	build
19
USE_PERL5=	build
22
USE_XORG=	x11 ice sm xcb xext
20
USE_XORG=	x11 ice sm xcb xext
23
USE_GNOME=	glib20
21
USE_GNOME=	glib20
22
USE_LXQT=	buildtools2 lxqt qt6xdg
24
23
25
CMAKE_OFF=	WITH_LIBUDEV
24
CMAKE_OFF=	WITH_LIBUDEV
25
26
post-patch:
26
post-patch:
27
	@${REINPLACE_CMD} -e 's|\@PREDEF_XDG_CONFIG_DIRS\@|\@PREDEF_XDG_CONFIG_DIRS\@:\${LOCALBASE}/share|g' ${WRKSRC}/startlxqt.in
27
	@${REINPLACE_CMD} -e 's|\@PREDEF_XDG_CONFIG_DIRS\@|\@PREDEF_XDG_CONFIG_DIRS\@:\${LOCALBASE}/share|g' ${WRKSRC}/startlxqt.in
28
28
(-)b/x11-wm/lxqt-session/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1706385204
1
TIMESTAMP = 1714112858
2
SHA256 (lxqt/lxqt-session-1.4.0.tar.xz) = 9dcdc846601f1972d01429f2203d36976088edcca5c166eef2b21ad73fcef656
2
SHA256 (lxqt/lxqt-session-2.0.0.tar.xz) = 74ea3b998fecb50834b8b09952c31a1bf128fde9f7cfdd31284f7397665cb428
3
SIZE (lxqt/lxqt-session-1.4.0.tar.xz) = 188324
3
SIZE (lxqt/lxqt-session-2.0.0.tar.xz) = 194480
(-)b/x11-wm/lxqt-session/pkg-plist (-2 / +8 lines)
Lines 40-49 share/applications/lxqt-suspend.desktop Link Here
40
%%LXQT_TRANSLATIONS%%/lxqt-config-session/lxqt-config-session_it.qm
40
%%LXQT_TRANSLATIONS%%/lxqt-config-session/lxqt-config-session_it.qm
41
%%LXQT_TRANSLATIONS%%/lxqt-config-session/lxqt-config-session_ja.qm
41
%%LXQT_TRANSLATIONS%%/lxqt-config-session/lxqt-config-session_ja.qm
42
%%LXQT_TRANSLATIONS%%/lxqt-config-session/lxqt-config-session_ko.qm
42
%%LXQT_TRANSLATIONS%%/lxqt-config-session/lxqt-config-session_ko.qm
43
%%LXQT_TRANSLATIONS%%/lxqt-config-session/lxqt-config-session_lg.qm
43
%%LXQT_TRANSLATIONS%%/lxqt-config-session/lxqt-config-session_lt.qm
44
%%LXQT_TRANSLATIONS%%/lxqt-config-session/lxqt-config-session_lt.qm
44
%%LXQT_TRANSLATIONS%%/lxqt-config-session/lxqt-config-session_nb_NO.qm
45
%%LXQT_TRANSLATIONS%%/lxqt-config-session/lxqt-config-session_nb_NO.qm
45
%%LXQT_TRANSLATIONS%%/lxqt-config-session/lxqt-config-session_nl.qm
46
%%LXQT_TRANSLATIONS%%/lxqt-config-session/lxqt-config-session_nl.qm
46
%%LXQT_TRANSLATIONS%%/lxqt-config-session/lxqt-config-session_oc.qm
47
%%LXQT_TRANSLATIONS%%/lxqt-config-session/lxqt-config-session_oc.qm
48
%%LXQT_TRANSLATIONS%%/lxqt-config-session/lxqt-config-session_pa.qm
47
%%LXQT_TRANSLATIONS%%/lxqt-config-session/lxqt-config-session_pl.qm
49
%%LXQT_TRANSLATIONS%%/lxqt-config-session/lxqt-config-session_pl.qm
48
%%LXQT_TRANSLATIONS%%/lxqt-config-session/lxqt-config-session_pt.qm
50
%%LXQT_TRANSLATIONS%%/lxqt-config-session/lxqt-config-session_pt.qm
49
%%LXQT_TRANSLATIONS%%/lxqt-config-session/lxqt-config-session_pt_BR.qm
51
%%LXQT_TRANSLATIONS%%/lxqt-config-session/lxqt-config-session_pt_BR.qm
Lines 82-91 share/applications/lxqt-suspend.desktop Link Here
82
%%LXQT_TRANSLATIONS%%/lxqt-leave/lxqt-leave_ja.qm
84
%%LXQT_TRANSLATIONS%%/lxqt-leave/lxqt-leave_ja.qm
83
%%LXQT_TRANSLATIONS%%/lxqt-leave/lxqt-leave_kk.qm
85
%%LXQT_TRANSLATIONS%%/lxqt-leave/lxqt-leave_kk.qm
84
%%LXQT_TRANSLATIONS%%/lxqt-leave/lxqt-leave_ko.qm
86
%%LXQT_TRANSLATIONS%%/lxqt-leave/lxqt-leave_ko.qm
87
%%LXQT_TRANSLATIONS%%/lxqt-leave/lxqt-leave_lg.qm
85
%%LXQT_TRANSLATIONS%%/lxqt-leave/lxqt-leave_lt.qm
88
%%LXQT_TRANSLATIONS%%/lxqt-leave/lxqt-leave_lt.qm
86
%%LXQT_TRANSLATIONS%%/lxqt-leave/lxqt-leave_oc.qm
87
%%LXQT_TRANSLATIONS%%/lxqt-leave/lxqt-leave_nb_NO.qm
89
%%LXQT_TRANSLATIONS%%/lxqt-leave/lxqt-leave_nb_NO.qm
88
%%LXQT_TRANSLATIONS%%/lxqt-leave/lxqt-leave_nl.qm
90
%%LXQT_TRANSLATIONS%%/lxqt-leave/lxqt-leave_nl.qm
91
%%LXQT_TRANSLATIONS%%/lxqt-leave/lxqt-leave_oc.qm
92
%%LXQT_TRANSLATIONS%%/lxqt-leave/lxqt-leave_pa.qm
89
%%LXQT_TRANSLATIONS%%/lxqt-leave/lxqt-leave_pl.qm
93
%%LXQT_TRANSLATIONS%%/lxqt-leave/lxqt-leave_pl.qm
90
%%LXQT_TRANSLATIONS%%/lxqt-leave/lxqt-leave_pt.qm
94
%%LXQT_TRANSLATIONS%%/lxqt-leave/lxqt-leave_pt.qm
91
%%LXQT_TRANSLATIONS%%/lxqt-leave/lxqt-leave_pt_BR.qm
95
%%LXQT_TRANSLATIONS%%/lxqt-leave/lxqt-leave_pt_BR.qm
Lines 126-136 share/applications/lxqt-suspend.desktop Link Here
126
%%LXQT_TRANSLATIONS%%/lxqt-session/lxqt-session_ja.qm
130
%%LXQT_TRANSLATIONS%%/lxqt-session/lxqt-session_ja.qm
127
%%LXQT_TRANSLATIONS%%/lxqt-session/lxqt-session_kk.qm
131
%%LXQT_TRANSLATIONS%%/lxqt-session/lxqt-session_kk.qm
128
%%LXQT_TRANSLATIONS%%/lxqt-session/lxqt-session_ko.qm
132
%%LXQT_TRANSLATIONS%%/lxqt-session/lxqt-session_ko.qm
133
%%LXQT_TRANSLATIONS%%/lxqt-session/lxqt-session_lg.qm
129
%%LXQT_TRANSLATIONS%%/lxqt-session/lxqt-session_lt.qm
134
%%LXQT_TRANSLATIONS%%/lxqt-session/lxqt-session_lt.qm
130
%%LXQT_TRANSLATIONS%%/lxqt-session/lxqt-session_oc.qm
131
%%LXQT_TRANSLATIONS%%/lxqt-session/lxqt-session_nb_NO.qm
135
%%LXQT_TRANSLATIONS%%/lxqt-session/lxqt-session_nb_NO.qm
132
%%LXQT_TRANSLATIONS%%/lxqt-session/lxqt-session_nl.qm
136
%%LXQT_TRANSLATIONS%%/lxqt-session/lxqt-session_nl.qm
137
%%LXQT_TRANSLATIONS%%/lxqt-session/lxqt-session_oc.qm
133
%%LXQT_TRANSLATIONS%%/lxqt-session/lxqt-session_or.qm
138
%%LXQT_TRANSLATIONS%%/lxqt-session/lxqt-session_or.qm
139
%%LXQT_TRANSLATIONS%%/lxqt-session/lxqt-session_pa.qm
134
%%LXQT_TRANSLATIONS%%/lxqt-session/lxqt-session_pl.qm
140
%%LXQT_TRANSLATIONS%%/lxqt-session/lxqt-session_pl.qm
135
%%LXQT_TRANSLATIONS%%/lxqt-session/lxqt-session_pt.qm
141
%%LXQT_TRANSLATIONS%%/lxqt-session/lxqt-session_pt.qm
136
%%LXQT_TRANSLATIONS%%/lxqt-session/lxqt-session_pt_BR.qm
142
%%LXQT_TRANSLATIONS%%/lxqt-session/lxqt-session_pt_BR.qm
(-)b/x11-wm/lxqt/Makefile (-7 / +8 lines)
Lines 1-8 Link Here
1
PORTNAME=	lxqt
1
PORTNAME=	lxqt
2
PORTVERSION=	1.4.0
2
PORTVERSION=	2.0.0
3
CATEGORIES=	x11-wm
3
CATEGORIES=	x11-wm
4
4
5
MAINTAINER=	jsm@FreeBSD.org
5
MAINTAINER=	lxqt@FreeBSD.org
6
COMMENT=	Meta-port for the LXQt Desktop
6
COMMENT=	Meta-port for the LXQt Desktop
7
WWW=		https://lxqt-project.org
7
WWW=		https://lxqt-project.org
8
8
Lines 10-17 RUN_DEPENDS= startlxqt:x11-wm/lxqt-session \ Link Here
10
	lxqt-about>=${PORTVERSION}:x11/lxqt-about \
10
	lxqt-about>=${PORTVERSION}:x11/lxqt-about \
11
	lxqt-admin>=${PORTVERSION}:sysutils/lxqt-admin \
11
	lxqt-admin>=${PORTVERSION}:sysutils/lxqt-admin \
12
	lxqt-config>=${PORTVERSION}:sysutils/lxqt-config \
12
	lxqt-config>=${PORTVERSION}:sysutils/lxqt-config \
13
	lxqt-qtplugin>=${PORTVERSION}:sysutils/lxqt-qtplugin \
13
	lxqt-qtplugin>=1.4.0:sysutils/lxqt-qtplugin \
14
	qterminal>=${PORTVERSION}:x11/qterminal \
14
	lxqt-qt6plugin>=${PORTVERSION}:sysutils/lxqt-qt6plugin \
15
	qterminal>=1.4.0:x11/qterminal \
15
	obconf-qt>=0.16.4:x11-wm/obconf-qt \
16
	obconf-qt>=0.16.4:x11-wm/obconf-qt \
16
	lximage-qt>=${PORTVERSION}:graphics/lximage-qt \
17
	lximage-qt>=${PORTVERSION}:graphics/lximage-qt \
17
	lxqt-panel>=${PORTVERSION}:x11-wm/lxqt-panel \
18
	lxqt-panel>=${PORTVERSION}:x11-wm/lxqt-panel \
Lines 19-26 RUN_DEPENDS= startlxqt:x11-wm/lxqt-session \ Link Here
19
	lxqt-powermanagement>=${PORTVERSION}:sysutils/lxqt-powermanagement \
20
	lxqt-powermanagement>=${PORTVERSION}:sysutils/lxqt-powermanagement \
20
	${PREFIX}/share/lxqt/themes/frost/lxqt-panel.qss:x11-themes/lxqt-themes \
21
	${PREFIX}/share/lxqt/themes/frost/lxqt-panel.qss:x11-themes/lxqt-themes \
21
	pcmanfm-qt>=${PORTVERSION}:x11-fm/pcmanfm-qt \
22
	pcmanfm-qt>=${PORTVERSION}:x11-fm/pcmanfm-qt \
22
	screengrab>=2.7.0:x11/screengrab \
23
	screengrab>=2.8.0:x11/screengrab \
23
	lxqt-archiver>=0.9.0:archivers/lxqt-archiver \
24
	lxqt-archiver>=1.0.0:archivers/lxqt-archiver \
24
	lxqt-notificationd>=${PORTVERSION}:deskutils/lxqt-notificationd \
25
	lxqt-notificationd>=${PORTVERSION}:deskutils/lxqt-notificationd \
25
	lxqt-panel>=${PORTVERSION}:x11-wm/lxqt-panel \
26
	lxqt-panel>=${PORTVERSION}:x11-wm/lxqt-panel \
26
	lxqt-policykit>=${PORTVERSION}:sysutils/lxqt-policykit \
27
	lxqt-policykit>=${PORTVERSION}:sysutils/lxqt-policykit \
Lines 35-41 OPTIONS_DEFAULT= EDITOR SSH SUDO Link Here
35
36
36
EDITOR_DESC=		Install plain-text editor
37
EDITOR_DESC=		Install plain-text editor
37
SSH_DESC=		GUI passphrase entry dialog for ssh-agent
38
SSH_DESC=		GUI passphrase entry dialog for ssh-agent
38
SUDO_DESC=		GUI frontend (Qt5) to sudo/su
39
SUDO_DESC=		GUI frontend (Qt6) to sudo/su
39
40
40
EDITOR_RUN_DEPENDS=	featherpad:editors/featherpad
41
EDITOR_RUN_DEPENDS=	featherpad:editors/featherpad
41
SSH_RUN_DEPENDS=	lxqt-openssh-askpass:security/lxqt-openssh-askpass
42
SSH_RUN_DEPENDS=	lxqt-openssh-askpass:security/lxqt-openssh-askpass
(-)b/x11-wm/obconf-qt/Makefile (-2 / +2 lines)
Lines 3-9 PORTVERSION= 0.16.4 Link Here
3
CATEGORIES=	x11-wm
3
CATEGORIES=	x11-wm
4
MASTER_SITES=	LXQT/${PORTNAME}
4
MASTER_SITES=	LXQT/${PORTNAME}
5
5
6
MAINTAINER=	jsm@FreeBSD.org
6
MAINTAINER=	lxqt@FreeBSD.org
7
COMMENT=	Qt port of preferences manager for Openbox
7
COMMENT=	Qt port of preferences manager for Openbox
8
WWW=		https://github.com/lxqt/obconf-qt
8
WWW=		https://github.com/lxqt/obconf-qt
9
9
Lines 16-22 LIB_DEPENDS= libobt.so:x11-wm/openbox \ Link Here
16
		libharfbuzz.so:print/harfbuzz
16
		libharfbuzz.so:print/harfbuzz
17
17
18
USES=		cmake compiler:c++11-lang gettext-runtime localbase qt:5 \
18
USES=		cmake compiler:c++11-lang gettext-runtime localbase qt:5 \
19
		gnome lxqt perl5 pkgconfig tar:xz xorg
19
		gnome lxqt:1 perl5 pkgconfig tar:xz xorg
20
20
21
USE_PERL5=	build
21
USE_PERL5=	build
22
22
(-)b/x11/compton-conf/Makefile (-3 / +3 lines)
Lines 1-10 Link Here
1
PORTNAME=	compton-conf
1
PORTNAME=	compton-conf
2
PORTVERSION=	0.16.0
2
PORTVERSION=	0.16.0
3
PORTREVISION=	1
3
PORTREVISION=	2
4
CATEGORIES=	x11
4
CATEGORIES=	x11
5
MASTER_SITES=	LXQT/${PORTNAME}
5
MASTER_SITES=	LXQT/${PORTNAME}
6
6
7
MAINTAINER=	jsm@FreeBSD.org
7
MAINTAINER=	lxqt@FreeBSD.org
8
COMMENT=	Controls compton settings
8
COMMENT=	Controls compton settings
9
WWW=		https://github.com/lxqt/compton-conf
9
WWW=		https://github.com/lxqt/compton-conf
10
10
Lines 13-19 LICENSE= LGPL21+ Link Here
13
LIB_DEPENDS=	libconfig.so:devel/libconfig
13
LIB_DEPENDS=	libconfig.so:devel/libconfig
14
RUN_DEPENDS=	compton:x11-wm/compton
14
RUN_DEPENDS=	compton:x11-wm/compton
15
15
16
USES=	cmake compiler:c++14-lang localbase:ldflags lxqt perl5 qt:5 \
16
USES=	cmake compiler:c++14-lang localbase:ldflags lxqt:1 perl5 qt:5 \
17
	pkgconfig tar:xz
17
	pkgconfig tar:xz
18
USE_PERL5=	build
18
USE_PERL5=	build
19
USE_QT=	buildtools:build qmake:build core dbus gui linguisttools \
19
USE_QT=	buildtools:build qmake:build core dbus gui linguisttools \
(-)b/x11/libfm-qt/Makefile (-2 / +2 lines)
Lines 3-9 PORTVERSION= 1.4.0 Link Here
3
CATEGORIES=	x11
3
CATEGORIES=	x11
4
MASTER_SITES=	LXQT
4
MASTER_SITES=	LXQT
5
5
6
MAINTAINER=	jsm@FreeBSD.org
6
MAINTAINER=	lxqt@FreeBSD.org
7
COMMENT=	Qt port of libfm
7
COMMENT=	Qt port of libfm
8
WWW=		https://github.com/lxqt/libfm-qt
8
WWW=		https://github.com/lxqt/libfm-qt
9
9
Lines 15-21 LIB_DEPENDS= libmenu-cache.so:x11/menu-cache \ Link Here
15
BUILD_DEPENDS=	lxqt-menu-data>=1.4.1:x11/lxqt-menu-data
15
BUILD_DEPENDS=	lxqt-menu-data>=1.4.1:x11/lxqt-menu-data
16
RUN_DEPENDS=	lxqt-menu-data>=1.4.1:x11/lxqt-menu-data
16
RUN_DEPENDS=	lxqt-menu-data>=1.4.1:x11/lxqt-menu-data
17
17
18
USES=	cmake compiler:c++14-lang gettext-runtime lxqt perl5 pkgconfig \
18
USES=	cmake compiler:c++14-lang gettext-runtime lxqt:1 perl5 pkgconfig \
19
	qt:5 gnome shared-mime-info tar:xz xorg
19
	qt:5 gnome shared-mime-info tar:xz xorg
20
USE_PERL5=	build
20
USE_PERL5=	build
21
USE_QT=	buildtools:build qmake:build core gui linguisttools widgets \
21
USE_QT=	buildtools:build qmake:build core gui linguisttools widgets \
(-)b/x11/libfm-qt6/Makefile (+30 lines)
Added Link Here
1
PORTNAME=	libfm-qt6
2
PORTVERSION=	2.0.2
3
CATEGORIES=	x11
4
MASTER_SITES=	LXQT/${PORTNAME:S/6//}
5
6
MAINTAINER=	lxqt@FreeBSD.org
7
COMMENT=	Qt6 port of libfm
8
WWW=		https://github.com/lxqt/libfm-qt
9
10
LICENSE=	LGPL21+
11
LICENSE_FILE=	${WRKSRC}/LICENSE
12
13
LIB_DEPENDS=	libmenu-cache.so:x11/menu-cache \
14
		libexif.so:graphics/libexif
15
BUILD_DEPENDS=	lxqt-menu-data>=2.0.0:x11/lxqt-menu-data
16
RUN_DEPENDS=	lxqt-menu-data>=2.0.0:x11/lxqt-menu-data
17
18
USES=		cmake compiler:c++17-lang gettext-runtime lxqt:2 perl5 pkgconfig \
19
		qt:6 gnome shared-mime-info tar:xz xorg
20
USE_PERL5=	build
21
USE_QT=		base:run tools:build
22
USE_GNOME=	glib20
23
USE_XORG=	xcb
24
USE_LDCONFIG=	yes
25
USE_LXQT=	buildtools2
26
27
post-install:
28
	${RM} -Rf ${STAGEDIR}${PREFIX}/include/${PORTNAME}/tests/
29
30
.include <bsd.port.mk>
(-)b/x11/libfm-qt6/distinfo (+3 lines)
Added Link Here
1
TIMESTAMP = 1715396165
2
SHA256 (lxqt/libfm-qt-2.0.2.tar.xz) = 411ae1d7d549f34d10389953ded47fba030f128d716373c6af6d45a1bddc2755
3
SIZE (lxqt/libfm-qt-2.0.2.tar.xz) = 412452
(-)b/x11/libfm-qt6/pkg-descr (+2 lines)
Added Link Here
1
A Qt port of the libfm - a library providing components to build
2
desktop file managers.
(-)b/x11/libfm-qt6/pkg-plist (+154 lines)
Added Link Here
1
include/libfm-qt6/appchoosercombobox.h
2
include/libfm-qt6/appchooserdialog.h
3
include/libfm-qt6/applaunchcontext.h
4
include/libfm-qt6/appmenuview.h
5
include/libfm-qt6/appmenuview_p.h
6
include/libfm-qt6/bookmarkaction.h
7
include/libfm-qt6/browsehistory.h
8
include/libfm-qt6/cachedfoldermodel.h
9
include/libfm-qt6/colorbutton.h
10
include/libfm-qt6/core/archiver.h
11
include/libfm-qt6/core/basicfilelauncher.h
12
include/libfm-qt6/core/bookmarks.h
13
include/libfm-qt6/core/cstrptr.h
14
include/libfm-qt6/core/deletejob.h
15
include/libfm-qt6/core/dirlistjob.h
16
include/libfm-qt6/core/filechangeattrjob.h
17
include/libfm-qt6/core/fileinfo.h
18
include/libfm-qt6/core/fileinfo_p.h
19
include/libfm-qt6/core/fileinfojob.h
20
include/libfm-qt6/core/filelinkjob.h
21
include/libfm-qt6/core/filemonitor.h
22
include/libfm-qt6/core/fileoperationjob.h
23
include/libfm-qt6/core/filepath.h
24
include/libfm-qt6/core/filesysteminfojob.h
25
include/libfm-qt6/core/filetransferjob.h
26
include/libfm-qt6/core/folder.h
27
include/libfm-qt6/core/folderconfig.h
28
include/libfm-qt6/core/gioptrs.h
29
include/libfm-qt6/core/gobjectptr.h
30
include/libfm-qt6/core/iconinfo.h
31
include/libfm-qt6/core/iconinfo_p.h
32
include/libfm-qt6/core/job.h
33
include/libfm-qt6/core/job_p.h
34
include/libfm-qt6/core/legacy/fm-app-info.h
35
include/libfm-qt6/core/legacy/fm-config.h
36
include/libfm-qt6/core/legacy/glib-compat.h
37
include/libfm-qt6/core/mimetype.h
38
include/libfm-qt6/core/templates.h
39
include/libfm-qt6/core/terminal.h
40
include/libfm-qt6/core/thumbnailer.h
41
include/libfm-qt6/core/thumbnailjob.h
42
include/libfm-qt6/core/totalsizejob.h
43
include/libfm-qt6/core/trashjob.h
44
include/libfm-qt6/core/untrashjob.h
45
include/libfm-qt6/core/userinfocache.h
46
include/libfm-qt6/core/vfs/fm-file.h
47
include/libfm-qt6/core/vfs/fm-xml-file.h
48
include/libfm-qt6/core/volumemanager.h
49
include/libfm-qt6/createnewmenu.h
50
include/libfm-qt6/customaction_p.h
51
include/libfm-qt6/customactions/fileaction.h
52
include/libfm-qt6/customactions/fileactioncondition.h
53
include/libfm-qt6/customactions/fileactionprofile.h
54
include/libfm-qt6/dirtreemodel.h
55
include/libfm-qt6/dirtreemodelitem.h
56
include/libfm-qt6/dirtreeview.h
57
include/libfm-qt6/dndactionmenu.h
58
include/libfm-qt6/dnddest.h
59
include/libfm-qt6/editbookmarksdialog.h
60
include/libfm-qt6/execfiledialog_p.h
61
include/libfm-qt6/filedialog.h
62
include/libfm-qt6/filedialog_p.h
63
include/libfm-qt6/filedialoghelper.h
64
include/libfm-qt6/filelauncher.h
65
include/libfm-qt6/filemenu.h
66
include/libfm-qt6/filemenu_p.h
67
include/libfm-qt6/fileoperation.h
68
include/libfm-qt6/fileoperationdialog.h
69
include/libfm-qt6/fileoperationdialog_p.h
70
include/libfm-qt6/filepropsdialog.h
71
include/libfm-qt6/filesearchdialog.h
72
include/libfm-qt6/fm-qt6_export.h
73
include/libfm-qt6/fm-search.h
74
include/libfm-qt6/folderitemdelegate.h
75
include/libfm-qt6/foldermenu.h
76
include/libfm-qt6/foldermodel.h
77
include/libfm-qt6/foldermodelitem.h
78
include/libfm-qt6/folderview.h
79
include/libfm-qt6/folderview_p.h
80
include/libfm-qt6/fontbutton.h
81
include/libfm-qt6/libfmqt.h
82
include/libfm-qt6/libfmqtglobals.h
83
include/libfm-qt6/mountoperation.h
84
include/libfm-qt6/mountoperationpassworddialog_p.h
85
include/libfm-qt6/mountoperationquestiondialog_p.h
86
include/libfm-qt6/pathbar.h
87
include/libfm-qt6/pathbar_p.h
88
include/libfm-qt6/pathedit.h
89
include/libfm-qt6/pathedit_p.h
90
include/libfm-qt6/placesmodel.h
91
include/libfm-qt6/placesmodelitem.h
92
include/libfm-qt6/placesview.h
93
include/libfm-qt6/proxyfoldermodel.h
94
include/libfm-qt6/renamedialog.h
95
include/libfm-qt6/sidepane.h
96
include/libfm-qt6/utilities.h
97
include/libfm-qt6/utilities_p.h
98
include/libfm-qt6/xdndworkaround.h
99
lib/libfm-qt6.so
100
lib/libfm-qt6.so.14
101
lib/libfm-qt6.so.14.0.0
102
libdata/pkgconfig/libfm-qt6.pc
103
share/cmake/fm-qt6/fm-qt6-config-version.cmake
104
share/cmake/fm-qt6/fm-qt6-config.cmake
105
share/cmake/fm-qt6/fm-qt6-targets-%%CMAKE_BUILD_TYPE%%.cmake
106
share/cmake/fm-qt6/fm-qt6-targets.cmake
107
%%DATADIR%%/archivers.list
108
%%DATADIR%%/terminals.list
109
%%DATADIR%%/translations/libfm-qt_ar.qm
110
%%DATADIR%%/translations/libfm-qt_arn.qm
111
%%DATADIR%%/translations/libfm-qt_ast.qm
112
%%DATADIR%%/translations/libfm-qt_bg.qm
113
%%DATADIR%%/translations/libfm-qt_ca.qm
114
%%DATADIR%%/translations/libfm-qt_cs.qm
115
%%DATADIR%%/translations/libfm-qt_cy.qm
116
%%DATADIR%%/translations/libfm-qt_da.qm
117
%%DATADIR%%/translations/libfm-qt_de.qm
118
%%DATADIR%%/translations/libfm-qt_el.qm
119
%%DATADIR%%/translations/libfm-qt_en_GB.qm
120
%%DATADIR%%/translations/libfm-qt_es.qm
121
%%DATADIR%%/translations/libfm-qt_et.qm
122
%%DATADIR%%/translations/libfm-qt_eu.qm
123
%%DATADIR%%/translations/libfm-qt_fi.qm
124
%%DATADIR%%/translations/libfm-qt_fr.qm
125
%%DATADIR%%/translations/libfm-qt_gl.qm
126
%%DATADIR%%/translations/libfm-qt_he.qm
127
%%DATADIR%%/translations/libfm-qt_hi.qm
128
%%DATADIR%%/translations/libfm-qt_hr.qm
129
%%DATADIR%%/translations/libfm-qt_hu.qm
130
%%DATADIR%%/translations/libfm-qt_id.qm
131
%%DATADIR%%/translations/libfm-qt_it.qm
132
%%DATADIR%%/translations/libfm-qt_ja.qm
133
%%DATADIR%%/translations/libfm-qt_kk.qm
134
%%DATADIR%%/translations/libfm-qt_ko.qm
135
%%DATADIR%%/translations/libfm-qt_lg.qm
136
%%DATADIR%%/translations/libfm-qt_lt.qm
137
%%DATADIR%%/translations/libfm-qt_lv.qm
138
%%DATADIR%%/translations/libfm-qt_nb_NO.qm
139
%%DATADIR%%/translations/libfm-qt_nl.qm
140
%%DATADIR%%/translations/libfm-qt_or.qm
141
%%DATADIR%%/translations/libfm-qt_pa.qm
142
%%DATADIR%%/translations/libfm-qt_pl.qm
143
%%DATADIR%%/translations/libfm-qt_pt.qm
144
%%DATADIR%%/translations/libfm-qt_pt_BR.qm
145
%%DATADIR%%/translations/libfm-qt_ru.qm
146
%%DATADIR%%/translations/libfm-qt_si.qm
147
%%DATADIR%%/translations/libfm-qt_sk.qm
148
%%DATADIR%%/translations/libfm-qt_sl.qm
149
%%DATADIR%%/translations/libfm-qt_tr.qm
150
%%DATADIR%%/translations/libfm-qt_uk.qm
151
%%DATADIR%%/translations/libfm-qt_zh_CN.qm
152
%%DATADIR%%/translations/libfm-qt_zh_TW.qm
153
share/mime/packages/libfm-qt6-mimetypes.xml
154
@dir include/libfm-qt6/translations
(-)b/x11/lxqt-about/Makefile (-7 / +5 lines)
Lines 1-23 Link Here
1
PORTNAME=	lxqt-about
1
PORTNAME=	lxqt-about
2
PORTVERSION= 	1.4.0
2
PORTVERSION= 	2.0.0
3
CATEGORIES=	x11
3
CATEGORIES=	x11
4
MASTER_SITES=	LXQT
5
DIST_SUBDIR=	lxqt
4
DIST_SUBDIR=	lxqt
6
5
7
MAINTAINER=	jsm@FreeBSD.org
6
MAINTAINER=	lxqt@FreeBSD.org
8
COMMENT=	About dialog of LXQt
7
COMMENT=	About dialog of LXQt
9
WWW=		https://lxqt-project.org
8
WWW=		https://lxqt-project.org
10
9
11
LICENSE=	LGPL21+
10
LICENSE=	LGPL21+
12
LICENSE_FILE=	${WRKSRC}/COPYING
11
LICENSE_FILE=	${WRKSRC}/COPYING
13
12
14
USES=		cmake compiler:c++11-lang kde:5 lxqt perl5 pkgconfig tar:xz qt:5 gnome xorg
13
USES=		cmake compiler:c++17-lang kde:6 lxqt:2 perl5 pkgconfig tar:xz qt:6 gnome xorg
15
USE_PERL5=	build
14
USE_PERL5=	build
16
USE_QT=		buildtools:build qmake:build core dbus gui svg widgets \
15
USE_QT=		base:run tools:build svg
17
		x11extras xml
18
USE_XORG=	x11
16
USE_XORG=	x11
19
USE_KDE=	windowsystem
17
USE_KDE=	windowsystem
20
USE_GNOME=	glib20
18
USE_GNOME=	glib20
21
USE_LXQT=	buildtools lxqt
19
USE_LXQT=	buildtools2 lxqt
22
20
23
.include <bsd.port.mk>
21
.include <bsd.port.mk>
(-)b/x11/lxqt-about/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1706383985
1
TIMESTAMP = 1714103988
2
SHA256 (lxqt/lxqt-about-1.4.0.tar.xz) = b5ec828bb3b7de2ed82708719843608f0acc855eb09a85cb1670bfa06049b12e
2
SHA256 (lxqt/lxqt-about-2.0.0.tar.xz) = 134c96c107d09f737dcc06bba9bbfac91d6bcca43f69efee65341ed275cf8247
3
SIZE (lxqt/lxqt-about-1.4.0.tar.xz) = 46556
3
SIZE (lxqt/lxqt-about-2.0.0.tar.xz) = 47936
(-)b/x11/lxqt-about/pkg-plist (+2 lines)
Lines 30-40 share/icons/hicolor/scalable/apps/lxqt-about.svg Link Here
30
%%LXQT_TRANSLATIONS%%/lxqt-about/lxqt-about_it.qm
30
%%LXQT_TRANSLATIONS%%/lxqt-about/lxqt-about_it.qm
31
%%LXQT_TRANSLATIONS%%/lxqt-about/lxqt-about_ja.qm
31
%%LXQT_TRANSLATIONS%%/lxqt-about/lxqt-about_ja.qm
32
%%LXQT_TRANSLATIONS%%/lxqt-about/lxqt-about_ko.qm
32
%%LXQT_TRANSLATIONS%%/lxqt-about/lxqt-about_ko.qm
33
%%LXQT_TRANSLATIONS%%/lxqt-about/lxqt-about_lg.qm
33
%%LXQT_TRANSLATIONS%%/lxqt-about/lxqt-about_lt.qm
34
%%LXQT_TRANSLATIONS%%/lxqt-about/lxqt-about_lt.qm
34
%%LXQT_TRANSLATIONS%%/lxqt-about/lxqt-about_lv.qm
35
%%LXQT_TRANSLATIONS%%/lxqt-about/lxqt-about_lv.qm
35
%%LXQT_TRANSLATIONS%%/lxqt-about/lxqt-about_nb_NO.qm
36
%%LXQT_TRANSLATIONS%%/lxqt-about/lxqt-about_nb_NO.qm
36
%%LXQT_TRANSLATIONS%%/lxqt-about/lxqt-about_nl.qm
37
%%LXQT_TRANSLATIONS%%/lxqt-about/lxqt-about_nl.qm
37
%%LXQT_TRANSLATIONS%%/lxqt-about/lxqt-about_oc.qm
38
%%LXQT_TRANSLATIONS%%/lxqt-about/lxqt-about_oc.qm
39
%%LXQT_TRANSLATIONS%%/lxqt-about/lxqt-about_pa.qm
38
%%LXQT_TRANSLATIONS%%/lxqt-about/lxqt-about_pl.qm
40
%%LXQT_TRANSLATIONS%%/lxqt-about/lxqt-about_pl.qm
39
%%LXQT_TRANSLATIONS%%/lxqt-about/lxqt-about_pt.qm
41
%%LXQT_TRANSLATIONS%%/lxqt-about/lxqt-about_pt.qm
40
%%LXQT_TRANSLATIONS%%/lxqt-about/lxqt-about_pt_BR.qm
42
%%LXQT_TRANSLATIONS%%/lxqt-about/lxqt-about_pt_BR.qm
(-)b/x11/lxqt-globalkeys/Makefile (-6 / +6 lines)
Lines 1-23 Link Here
1
PORTNAME=	lxqt-globalkeys
1
PORTNAME=	lxqt-globalkeys
2
PORTVERSION=	1.4.0
2
PORTVERSION=	2.0.0
3
CATEGORIES=	x11
3
CATEGORIES=	x11
4
MASTER_SITES=	LXQT
4
MASTER_SITES=	LXQT
5
5
6
MAINTAINER=	jsm@FreeBSD.org
6
MAINTAINER=	lxqt@FreeBSD.org
7
COMMENT=	Global keyboard shortcuts registration
7
COMMENT=	Global keyboard shortcuts registration
8
WWW=		https://lxqt-project.org
8
WWW=		https://lxqt-project.org
9
9
10
LICENSE=	LGPL21+
10
LICENSE=	LGPL21+
11
LICENSE_FILE=	${WRKSRC}/LICENSE
11
LICENSE_FILE=	${WRKSRC}/LICENSE
12
12
13
USES=		cmake compiler:c++14-lang kde:5 xorg lxqt perl5 pkgconfig qt:5 tar:xz gnome
13
USES=		cmake compiler:c++17-lang kde:6 xorg lxqt:2 perl5 pkgconfig qt:6 \
14
		tar:xz gnome
14
USE_PERL5=	build
15
USE_PERL5=	build
15
USE_QT=		buildtools:build qmake:build core dbus gui linguisttools \
16
USE_QT=		base:run tools:build
16
		svg widgets x11extras xml
17
USE_KDE=	windowsystem
17
USE_KDE=	windowsystem
18
USE_LXQT=	buildtools lxqt
19
USE_GNOME=	glib20
18
USE_GNOME=	glib20
20
USE_XORG=	ice sm x11 xext
19
USE_XORG=	ice sm x11 xext
21
USE_LDCONFIG=	yes
20
USE_LDCONFIG=	yes
21
USE_LXQT=	buildtools2 lxqt
22
22
23
.include <bsd.port.mk>
23
.include <bsd.port.mk>
(-)b/x11/lxqt-globalkeys/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1706384800
1
TIMESTAMP = 1714105847
2
SHA256 (lxqt/lxqt-globalkeys-1.4.0.tar.xz) = ffed3e299d11b3b6298bf5558cff9ba2b979d6d7a5cad72af0ae640a991b6203
2
SHA256 (lxqt/lxqt-globalkeys-2.0.0.tar.xz) = 13e7a72686890a40b65d8ae13c79ed287eb971fbc0285769c40c8b97e7af43f7
3
SIZE (lxqt/lxqt-globalkeys-1.4.0.tar.xz) = 74028
3
SIZE (lxqt/lxqt-globalkeys-2.0.0.tar.xz) = 74832
(-)b/x11/lxqt-globalkeys/pkg-plist (-2 / +3 lines)
Lines 12-21 etc/xdg/autostart/lxqt-globalkeyshortcuts.desktop Link Here
12
%%LXQT_INCLUDEDIR%%-globalkeys/lxqt-globalkeys.h
12
%%LXQT_INCLUDEDIR%%-globalkeys/lxqt-globalkeys.h
13
%%LXQT_INCLUDEDIR%%-globalkeys/lxqtglobalkeys.h
13
%%LXQT_INCLUDEDIR%%-globalkeys/lxqtglobalkeys.h
14
lib/liblxqt-globalkeys-ui.so
14
lib/liblxqt-globalkeys-ui.so
15
lib/liblxqt-globalkeys-ui.so.1
15
lib/liblxqt-globalkeys-ui.so.2
16
lib/liblxqt-globalkeys-ui.so.%%VERSION%%
16
lib/liblxqt-globalkeys-ui.so.%%VERSION%%
17
lib/liblxqt-globalkeys.so
17
lib/liblxqt-globalkeys.so
18
lib/liblxqt-globalkeys.so.1
18
lib/liblxqt-globalkeys.so.2
19
lib/liblxqt-globalkeys.so.%%VERSION%%
19
lib/liblxqt-globalkeys.so.%%VERSION%%
20
libdata/pkgconfig/lxqt-globalkeys-ui.pc
20
libdata/pkgconfig/lxqt-globalkeys-ui.pc
21
libdata/pkgconfig/lxqt-globalkeys.pc
21
libdata/pkgconfig/lxqt-globalkeys.pc
Lines 55-60 share/cmake/lxqt-globalkeys/lxqt-globalkeys-targets.cmake Link Here
55
%%LXQT_TRANSLATIONS%%/lxqt-config-globalkeyshortcuts/lxqt-config-globalkeyshortcuts_it.qm
55
%%LXQT_TRANSLATIONS%%/lxqt-config-globalkeyshortcuts/lxqt-config-globalkeyshortcuts_it.qm
56
%%LXQT_TRANSLATIONS%%/lxqt-config-globalkeyshortcuts/lxqt-config-globalkeyshortcuts_ja.qm
56
%%LXQT_TRANSLATIONS%%/lxqt-config-globalkeyshortcuts/lxqt-config-globalkeyshortcuts_ja.qm
57
%%LXQT_TRANSLATIONS%%/lxqt-config-globalkeyshortcuts/lxqt-config-globalkeyshortcuts_ko.qm
57
%%LXQT_TRANSLATIONS%%/lxqt-config-globalkeyshortcuts/lxqt-config-globalkeyshortcuts_ko.qm
58
%%LXQT_TRANSLATIONS%%/lxqt-config-globalkeyshortcuts/lxqt-config-globalkeyshortcuts_lg.qm
58
%%LXQT_TRANSLATIONS%%/lxqt-config-globalkeyshortcuts/lxqt-config-globalkeyshortcuts_lt.qm
59
%%LXQT_TRANSLATIONS%%/lxqt-config-globalkeyshortcuts/lxqt-config-globalkeyshortcuts_lt.qm
59
%%LXQT_TRANSLATIONS%%/lxqt-config-globalkeyshortcuts/lxqt-config-globalkeyshortcuts_lv.qm
60
%%LXQT_TRANSLATIONS%%/lxqt-config-globalkeyshortcuts/lxqt-config-globalkeyshortcuts_lv.qm
60
%%LXQT_TRANSLATIONS%%/lxqt-config-globalkeyshortcuts/lxqt-config-globalkeyshortcuts_nb_NO.qm
61
%%LXQT_TRANSLATIONS%%/lxqt-config-globalkeyshortcuts/lxqt-config-globalkeyshortcuts_nb_NO.qm
(-)b/x11/lxqt-menu-data/Makefile (-9 / +4 lines)
Lines 1-23 Link Here
1
PORTNAME=	lxqt-menu-data
1
PORTNAME=	lxqt-menu-data
2
PORTVERSION= 	1.4.1
2
PORTVERSION= 	2.0.0
3
CATEGORIES=	x11
3
CATEGORIES=	x11
4
MASTER_SITES=	LXQT
4
MASTER_SITES=	LXQT
5
DIST_SUBDIR=	lxqt
5
DIST_SUBDIR=	lxqt
6
6
7
MAINTAINER=	wen@FreeBSD.org
7
MAINTAINER=	lxqt@FreeBSD.org
8
COMMENT=	Freedesktop.org compliant menu files for lxqt
8
COMMENT=	Freedesktop.org compliant menu files for lxqt
9
WWW=		https://lxqt-project.org
9
WWW=		https://lxqt-project.org
10
10
11
LICENSE=	LGPL21+
11
LICENSE=	LGPL21+
12
LICENSE_FILE=	${WRKSRC}/LICENSE
12
LICENSE_FILE=	${WRKSRC}/LICENSE
13
13
14
USES=		cmake compiler:c++11-lang kde:5 lxqt perl5 pkgconfig tar:xz qt:5 gnome xorg
14
USES=		cmake lxqt:2 tar:xz
15
15
16
USE_QT=		buildtools:build qmake:build core dbus gui svg widgets \
16
USE_LXQT=	buildtools2
17
		x11extras xml
18
USE_XORG=	x11
19
USE_KDE=	windowsystem
20
USE_GNOME=	glib20
21
USE_LXQT=	buildtools lxqt
22
17
23
.include <bsd.port.mk>
18
.include <bsd.port.mk>
(-)b/x11/lxqt-menu-data/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1709000015
1
TIMESTAMP = 1714105089
2
SHA256 (lxqt/lxqt-menu-data-1.4.1.tar.xz) = 87b4d372afcf61ec2272ceb5eedba873d8a8a73e5b239a55446b52950b72d596
2
SHA256 (lxqt/lxqt-menu-data-2.0.0.tar.xz) = 44768dd5dcc7c66fadd919ddd8528e22dd7ee587ef198b02dffbf05e0c0d1a52
3
SIZE (lxqt/lxqt-menu-data-1.4.1.tar.xz) = 54632
3
SIZE (lxqt/lxqt-menu-data-2.0.0.tar.xz) = 54908
(-)b/x11/lxqt-runner/Makefile (-8 / +8 lines)
Lines 1-9 Link Here
1
PORTNAME=	lxqt-runner
1
PORTNAME=	lxqt-runner
2
PORTVERSION=	1.4.0
2
PORTVERSION=	2.0.0
3
CATEGORIES=	x11
3
CATEGORIES=	x11
4
MASTER_SITES=	LXQT
4
MASTER_SITES=	LXQT
5
5
6
MAINTAINER=	jsm@FreeBSD.org
6
MAINTAINER=	lxqt@FreeBSD.org
7
COMMENT=	LXQt tool used to launch programs quickly
7
COMMENT=	LXQt tool used to launch programs quickly
8
WWW=		https://lxqt-project.org
8
WWW=		https://lxqt-project.org
9
9
Lines 12-26 LICENSE_FILE= ${WRKSRC}/LICENSE Link Here
12
12
13
LIB_DEPENDS=	libmuparser.so:math/muparser
13
LIB_DEPENDS=	libmuparser.so:math/muparser
14
14
15
USES=		cmake compiler:c++14-lang gettext-runtime kde:5 qt:5 \
15
USES=		cmake compiler:c++17-lang gettext-runtime kde:6 lxqt:2 qt:6 \
16
		gnome localbase lxqt perl5 pkgconfig tar:xz xorg
16
		gnome localbase perl5 pkgconfig tar:xz xorg
17
USE_PERL5=	build
17
USE_PERL5=	build
18
USE_QT=		buildtools:build qmake:build core dbus gui linguisttools \
18
USE_QT=		base:run tools:build svg
19
		script svg widgets x11extras xml
19
USE_KDE=	layer-shell-qt \
20
USE_KDE=	windowsystem \
20
		windowsystem \
21
		ecm:build
21
		ecm:build
22
USE_GNOME=	glib20
22
USE_GNOME=	glib20
23
USE_LXQT=	buildtools globalkeys qtxdg
23
USE_LXQT=	buildtools2 globalkeys qt6xdg
24
USE_XORG=	x11
24
USE_XORG=	x11
25
CMAKE_ARGS=	-DRUNNER_VBOX:BOOL=OFF
25
CMAKE_ARGS=	-DRUNNER_VBOX:BOOL=OFF
26
26
(-)b/x11/lxqt-runner/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1706387044
1
TIMESTAMP = 1714112685
2
SHA256 (lxqt/lxqt-runner-1.4.0.tar.xz) = d59fc6da61b6fde1f4c36216f7e18e157f6b8a2a48cdf6bb26380443494152d2
2
SHA256 (lxqt/lxqt-runner-2.0.0.tar.xz) = 9f8031d780304d1c3b2c9b56a27744341c5e81d7cf2155bac959eaa6929e949c
3
SIZE (lxqt/lxqt-runner-1.4.0.tar.xz) = 224920
3
SIZE (lxqt/lxqt-runner-2.0.0.tar.xz) = 226344
(-)b/x11/lxqt-runner/pkg-plist (-1 / +3 lines)
Lines 19-36 etc/xdg/autostart/lxqt-runner.desktop Link Here
19
%%LXQT_TRANSLATIONS%%/lxqt-runner/lxqt-runner_fr.qm
19
%%LXQT_TRANSLATIONS%%/lxqt-runner/lxqt-runner_fr.qm
20
%%LXQT_TRANSLATIONS%%/lxqt-runner/lxqt-runner_gl.qm
20
%%LXQT_TRANSLATIONS%%/lxqt-runner/lxqt-runner_gl.qm
21
%%LXQT_TRANSLATIONS%%/lxqt-runner/lxqt-runner_he.qm
21
%%LXQT_TRANSLATIONS%%/lxqt-runner/lxqt-runner_he.qm
22
%%LXQT_TRANSLATIONS%%/lxqt-runner/lxqt-runner_hi.qm
22
%%LXQT_TRANSLATIONS%%/lxqt-runner/lxqt-runner_hr.qm
23
%%LXQT_TRANSLATIONS%%/lxqt-runner/lxqt-runner_hr.qm
23
%%LXQT_TRANSLATIONS%%/lxqt-runner/lxqt-runner_hu.qm
24
%%LXQT_TRANSLATIONS%%/lxqt-runner/lxqt-runner_hu.qm
24
%%LXQT_TRANSLATIONS%%/lxqt-runner/lxqt-runner_ia.qm
25
%%LXQT_TRANSLATIONS%%/lxqt-runner/lxqt-runner_ia.qm
25
%%LXQT_TRANSLATIONS%%/lxqt-runner/lxqt-runner_id.qm
26
%%LXQT_TRANSLATIONS%%/lxqt-runner/lxqt-runner_id.qm
26
%%LXQT_TRANSLATIONS%%/lxqt-runner/lxqt-runner_it.qm
27
%%LXQT_TRANSLATIONS%%/lxqt-runner/lxqt-runner_it.qm
27
%%LXQT_TRANSLATIONS%%/lxqt-runner/lxqt-runner_hi.qm
28
%%LXQT_TRANSLATIONS%%/lxqt-runner/lxqt-runner_ja.qm
28
%%LXQT_TRANSLATIONS%%/lxqt-runner/lxqt-runner_ja.qm
29
%%LXQT_TRANSLATIONS%%/lxqt-runner/lxqt-runner_ko.qm
29
%%LXQT_TRANSLATIONS%%/lxqt-runner/lxqt-runner_ko.qm
30
%%LXQT_TRANSLATIONS%%/lxqt-runner/lxqt-runner_lg.qm
30
%%LXQT_TRANSLATIONS%%/lxqt-runner/lxqt-runner_lt.qm
31
%%LXQT_TRANSLATIONS%%/lxqt-runner/lxqt-runner_lt.qm
31
%%LXQT_TRANSLATIONS%%/lxqt-runner/lxqt-runner_nb_NO.qm
32
%%LXQT_TRANSLATIONS%%/lxqt-runner/lxqt-runner_nb_NO.qm
32
%%LXQT_TRANSLATIONS%%/lxqt-runner/lxqt-runner_nl.qm
33
%%LXQT_TRANSLATIONS%%/lxqt-runner/lxqt-runner_nl.qm
33
%%LXQT_TRANSLATIONS%%/lxqt-runner/lxqt-runner_oc.qm
34
%%LXQT_TRANSLATIONS%%/lxqt-runner/lxqt-runner_oc.qm
35
%%LXQT_TRANSLATIONS%%/lxqt-runner/lxqt-runner_pa.qm
34
%%LXQT_TRANSLATIONS%%/lxqt-runner/lxqt-runner_pl.qm
36
%%LXQT_TRANSLATIONS%%/lxqt-runner/lxqt-runner_pl.qm
35
%%LXQT_TRANSLATIONS%%/lxqt-runner/lxqt-runner_pt.qm
37
%%LXQT_TRANSLATIONS%%/lxqt-runner/lxqt-runner_pt.qm
36
%%LXQT_TRANSLATIONS%%/lxqt-runner/lxqt-runner_pt_BR.qm
38
%%LXQT_TRANSLATIONS%%/lxqt-runner/lxqt-runner_pt_BR.qm
(-)b/x11/qterminal/Makefile (-2 / +2 lines)
Lines 3-9 PORTVERSION= 1.4.0 Link Here
3
CATEGORIES=	x11
3
CATEGORIES=	x11
4
MASTER_SITES=	LXQT
4
MASTER_SITES=	LXQT
5
5
6
MAINTAINER=	jsm@FreeBSD.org
6
MAINTAINER=	lxqt@FreeBSD.org
7
COMMENT=	Lightweight Qt-based terminal emulator
7
COMMENT=	Lightweight Qt-based terminal emulator
8
WWW=		https://github.com/lxqt/qterminal
8
WWW=		https://github.com/lxqt/qterminal
9
9
Lines 13-19 LIB_DEPENDS= libqtermwidget5.so:x11-toolkits/qtermwidget Link Here
13
RUN_DEPENDS=	liberation-fonts-ttf>=2.00:x11-fonts/liberation-fonts-ttf
13
RUN_DEPENDS=	liberation-fonts-ttf>=2.00:x11-fonts/liberation-fonts-ttf
14
14
15
USES=	cmake compiler:c++11-lang gettext-runtime \
15
USES=	cmake compiler:c++11-lang gettext-runtime \
16
	localbase:ldflags lxqt perl5 pkgconfig qt:5 tar:xz xorg
16
	localbase:ldflags lxqt:1 perl5 pkgconfig qt:5 tar:xz xorg
17
CMAKE_OFF=	BUILD_TESTS
17
CMAKE_OFF=	BUILD_TESTS
18
USE_PERL5=	build
18
USE_PERL5=	build
19
USE_QT=		buildtools:build core gui qmake:build dbus linguisttools \
19
USE_QT=		buildtools:build core gui qmake:build dbus linguisttools \
(-)b/x11/screengrab/Makefile (-5 / +5 lines)
Lines 1-20 Link Here
1
PORTNAME=	screengrab
1
PORTNAME=	screengrab
2
PORTVERSION=	2.7.0
2
PORTVERSION=	2.8.0
3
CATEGORIES=	x11
3
CATEGORIES=	x11
4
MASTER_SITES=	LXQT
4
MASTER_SITES=	LXQT
5
5
6
MAINTAINER=	jsm@FreeBSD.org
6
MAINTAINER=	lxqt@FreeBSD.org
7
COMMENT=	Screen dump utility
7
COMMENT=	Screen dump utility
8
WWW=		https://github.com/lxqt/screengrab
8
WWW=		https://github.com/lxqt/screengrab
9
9
10
LICENSE=	LGPL21+
10
LICENSE=	LGPL21+
11
11
12
USES=		cmake compiler:c++11-lang gnome kde:5 lxqt perl5 qt:5 tar:xz xorg
12
USES=		cmake compiler:c++17-lang gnome kde:6 lxqt:2 perl5 qt:6 tar:xz xorg
13
USE_LXQT=	qtxdg
13
USE_LXQT=	qt6xdg
14
USE_XORG=	x11 xcb sm ice xext
14
USE_XORG=	x11 xcb sm ice xext
15
USE_KDE=	windowsystem
15
USE_KDE=	windowsystem
16
USE_PERL5=	build
16
USE_PERL5=	build
17
USE_QT=		buildtools qmake core dbus xml svg widgets gui x11extras network
17
USE_QT=		base:run tools:build svg
18
USE_GNOME=	glib20
18
USE_GNOME=	glib20
19
19
20
.include <bsd.port.mk>
20
.include <bsd.port.mk>
(-)b/x11/screengrab/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1706383806
1
TIMESTAMP = 1714114363
2
SHA256 (lxqt/screengrab-2.7.0.tar.xz) = df1ec77d4a64cd7af0b54edd46499aaa92210c4fbb82d7a45de4500f011bbd85
2
SHA256 (lxqt/screengrab-2.8.0.tar.xz) = 4c646ee834d49dd51aba5512f24b626d5178e6decd70f9bd2af6ed93ac7ba8b3
3
SIZE (lxqt/screengrab-2.7.0.tar.xz) = 341696
3
SIZE (lxqt/screengrab-2.8.0.tar.xz) = 345980
(-)b/x11/screengrab/pkg-plist (+2 lines)
Lines 27-36 share/metainfo/screengrab.metainfo.xml Link Here
27
%%DATADIR%%/translations/screengrab_it.qm
27
%%DATADIR%%/translations/screengrab_it.qm
28
%%DATADIR%%/translations/screengrab_ja.qm
28
%%DATADIR%%/translations/screengrab_ja.qm
29
%%DATADIR%%/translations/screengrab_ko.qm
29
%%DATADIR%%/translations/screengrab_ko.qm
30
%%DATADIR%%/translations/screengrab_lg.qm
30
%%DATADIR%%/translations/screengrab_lt.qm
31
%%DATADIR%%/translations/screengrab_lt.qm
31
%%DATADIR%%/translations/screengrab_nb_NO.qm
32
%%DATADIR%%/translations/screengrab_nb_NO.qm
32
%%DATADIR%%/translations/screengrab_nl.qm
33
%%DATADIR%%/translations/screengrab_nl.qm
33
%%DATADIR%%/translations/screengrab_oc.qm
34
%%DATADIR%%/translations/screengrab_oc.qm
35
%%DATADIR%%/translations/screengrab_pa.qm
34
%%DATADIR%%/translations/screengrab_pl.qm
36
%%DATADIR%%/translations/screengrab_pl.qm
35
%%DATADIR%%/translations/screengrab_pt.qm
37
%%DATADIR%%/translations/screengrab_pt.qm
36
%%DATADIR%%/translations/screengrab_pt_BR.qm
38
%%DATADIR%%/translations/screengrab_pt_BR.qm

Return to bug 278905