Port details |
- lxqt-themes Themes for the LXQt desktop
- 1.1.0 x11-themes
=0 1.0.0Version of this port present on the latest quarterly branch. - Maintainer: jsm@FreeBSD.org
 - Port Added: 2018-07-27 19:01:34
- Last Update: 2022-04-30 09:12:25
- Commit Hash: f519abcf
- License: LGPL21+
- Description:
- Six different themes for the LXQt desktop.
The plasma theme is based on Breeze 5.0.0 theme by the KDE Visual Team.
WWW: https://lxqt-project.org
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- lxqt-themes>0:x11-themes/lxqt-themes
- To install the port:
- cd /usr/ports/x11-themes/lxqt-themes/ && make install clean
- To add the package, run one of these commands:
- pkg install x11-themes/lxqt-themes
- pkg install lxqt-themes
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: lxqt-themes
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1650699628
SHA256 (lxqt/lxqt-themes-1.1.0.tar.xz) = 9965fe2dd3bd05596ed68ad9adbe4c8c7df64b998837518dff59df0ea4b8f9a3
SIZE (lxqt/lxqt-themes-1.1.0.tar.xz) = 26658660
- Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- lxqt-build-tools-config.cmake : devel/lxqt-build-tools
- cmake : devel/cmake
- ninja : devel/ninja
- perl5>=5.32.r0<5.33 : lang/perl5.32
- Runtime dependencies:
-
- perl5>=5.32.r0<5.33 : lang/perl5.32
- This port is required by:
- for Run
-
- x11-wm/lxqt
- Configuration Options:
- No options to configure
- Options name:
- x11-themes_lxqt-themes
- USES:
- lxqt cmake tar:xz perl5
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
30 Apr 2022 09:12:25 1.1.0
|
Jesper Schmitz Mouridsen (jsm)  |
x11-themes/lxqt-themes: Update to 1.1.0 |
16 Nov 2021 04:24:44 1.0.0
|
Li-Wen Hsu (lwhsu)  |
*/lxqt*: Update WWW |
10 Nov 2021 18:25:27 1.0.0
|
Jesper Schmitz Mouridsen (jsm)  |
x11-themes/lxqt-themes: Update to 1.0.0 |
08 May 2021 16:51:58 0.17.0
|
Jesper Schmitz Mouridsen (jsm)  |
x11-themes/lxqt-themes: Update to 0.17.0 |
06 Apr 2021 14:31:07 0.16.0
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
21 Nov 2020 11:47:51
0.16.0
|
jsm  |
x11-themes/lxqt-themes Update to 0.16.0
Three new themes: Clearlooks, Leech and Kvantum. |
20 Jun 2020 08:16:53
0.15.0
|
jsm  |
Upgrade to 0.15.0 |
28 Mar 2019 17:59:34
0.14.0
|
jsm  |
Upgrade the LXQt desktop environment to 0.14.0
Upstream announcement https://forum.lxqt.org/t/release-lxqt-0-14-0/572
Approved by: miwi (mentor)
Differential Revision: https://reviews.freebsd.org/D19056 |
16 Jan 2019 11:13:45
0.13.0_1
|
tijl  |
Fix Qt5 symbol version scripts to put the catch-all clause first. When
a symbol matches multiple clauses the last one takes precedence. If the
catch-all is last it captures everything. In the case of Qt5 libraries
this caused all symbols to have a Qt_5 label while some should have
Qt_5_PRIVATE_API. This only affects lld because GNU ld always gives the
catch-all lowest priority.
Older versions of Qt5Webengine exported some memory allocation symbols from
the bundled Chromium. Version 5.9 stopped exporting these [1] but the
symbols were kept as weak wrappers for the standard allocation functions to
maintain binary compatibility. [2][3] The problem is that the call to the
standard function in these weak wrappers is only resolved to the standard
function if there's a call to this standard function in other parts of
Qt5Webengine, because only then is there a non-weak symbol that takes
precedence over the weak one. If there's no such non-weak symbol the call (Only the first 15 lines of the commit message are shown above ) |
25 Dec 2018 20:25:40
0.13.0
|
tcberner  |
Change cmake default behaviour to outsource.
Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".
I tried to only set insource where explictely needed.
PR: 232038
Exp-run by: antoine |
27 Jul 2018 19:01:18
0.13.0
|
jsm  |
New port x11-themes/lxqt-themes
PR: 229295
Approved by: miwi (mentor)
Differential Revision: https://reviews.freebsd.org/D16382 |