Port details |
- lxqt-powermanagement LXQt power management
- 2.1.0 sysutils =2 2.0.0Version of this port present on the latest quarterly branch.
- Maintainer: lxqt@FreeBSD.org
- Port Added: 2021-05-08 17:01:21
- Last Update: 2024-11-09 05:24:44
- Commit Hash: 55f09ad
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: LGPL21+
- WWW:
- https://github.com/lxqt/lxqt-powermanagement
- Description:
- lxqt-powermanagement can monitor power management events and
optionally triggers actions like e.g. shut down a system when
laptop batteries are low on power.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- lxqt-powermanagement>0:sysutils/lxqt-powermanagement
- To install the port:
- cd /usr/ports/sysutils/lxqt-powermanagement/ && make install clean
- To add the package, run one of these commands:
- pkg install sysutils/lxqt-powermanagement
- pkg install lxqt-powermanagement
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: lxqt-powermanagement
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1731051696
SHA256 (lxqt/lxqt-powermanagement-2.1.0.tar.xz) = 12e24a8c91071c25b0f0f8daabf252bcc7bdc273488d148a03f7d6c1ef69df5f
SIZE (lxqt/lxqt-powermanagement-2.1.0.tar.xz) = 98352
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:
-
- cmake : devel/cmake-core
- ninja : devel/ninja
- gettext-runtime>=0.22_1 : devel/gettext-runtime
- lxqt2-build-tools-config.cmake : devel/lxqt2-build-tools
- pkgconf>=1.3.0_1 : devel/pkgconf
- lupdate : devel/qt6-tools
- perl5>=5.36<5.37 : lang/perl5.36
- x11.pc : x11/libX11
- Runtime dependencies:
-
- upower : sysutils/upower
- libQt6Core.so : devel/qt6-base
- x11.pc : x11/libX11
- Library dependencies:
-
- libintl.so : devel/gettext-runtime
- libKF6IdleTime.so : devel/kf6-kidletime
- libKF6Solid.so : devel/kf6-solid
- libKF6WindowSystem.so : x11/kf6-kwindowsystem
- liblxqt-globalkeys.so : x11/lxqt-globalkeys
- liblxqt.so : devel/liblxqt
- libQt6Xdg.so : devel/libqt6xdg
- libglib-2.0.so : devel/glib20
- libintl.so : devel/gettext-runtime
- libQt6Svg.so : graphics/qt6-svg
- This port is required by:
- for Run
-
- x11-wm/lxqt
Configuration Options:
- No options to configure
- Options name:
- sysutils_lxqt-powermanagement
- USES:
- cmake compiler:c++17-lang gettext-runtime kde:6 lxqt:2 qt:6 localbase:ldflags perl5 pkgconfig tar:xz gnome xorg
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.1.0 09 Nov 2024 05:24:44 |
Jose Alonso Cardenas Marquez (acm) |
x11-wm/lxqt: Update to 2.1.0
This release add initial support for wayland. More information at:
https://github.com/lxqt/lxqt/wiki/ConfigWaylandSettings
Release highlights at:
https://lxqt-project.org/release/2024/11/05/release-lxqt-2-1-0/
With hat: lxqt |
2.0.0 13 Jun 2024 00:21:05 |
Jose Alonso Cardenas Marquez (acm) |
x11-wm/lxqt: Update to 2.0.0
- Update mostly lxqt ports to 2.0.x
- Update some lxqt dependencies to latest version
- Update Mk/Uses/lxqt.mk file for support some legacy and new lxqt ports
- Add devel/libdbusmenu-lxqt
- Add x11/libfm-qt6
- Add devel/libqt6xdg
- Add sysutils/libsysstat-qt6
- Add devel/lxqt2-build-tools
- Add sysutils/lxqt-qt6plugin
- Add deskutils/xdg-desktop-portal-lxqt
- Add x11-toolkits/qtermwidget-qt5 for no break x11/coreterminal
- Pass maintainership to new lxqt@ group
- Few other modifications
PR: 278905
Approved by: jsm |
1.4.0 23 Mar 2024 18:20:47 |
Jesper Schmitz Mouridsen (jsm) |
LXQt: update to 1.4.0
Changelog:
https://lxqt-project.org/release/2023/11/05/release-lxqt-1-4-0/
PR: 277376 |
1.3.0 20 Jun 2023 17:51:44 |
Jesper Schmitz Mouridsen (jsm) Author: Wen Heping |
x11-wm/lxqt: Update to 1.3.0
PR: 271509 |
1.2.0 12 Apr 2023 21:17:09 |
Jan Beich (jbeich) |
sysutils/lxqt-powermanagement: unbreak after 020693c166d1
CMake Error at
/usr/local/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:230
(message):
Could NOT find Perl (missing: PERL_EXECUTABLE)
PR: 266007
Reported by: antoine (via exp-run) |
1.2.0 07 Dec 2022 18:35:38 |
Jesper Schmitz Mouridsen (jsm) |
sysutils/lxqt-powermanagement: Update to 1.2.0 |
1.1.0 11 Sep 2022 10:20:14 |
Felix Palmen (zirias) |
Mk/Uses: always use colon for build/run suffix
Most USES use a colon for build/run(/test) suffixes. Change kde.mk,
qt.mk and pyqt.mk to do the same, and update all ports using that.
Document in CHANGES.
PR: 266034
Exp-run by: antoine
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D36349 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.1.0 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.1.0 30 Apr 2022 09:12:24 |
Jesper Schmitz Mouridsen (jsm) |
sysutils/lxqt-powermanagement: Update to 1.1.0 |
1.0.0 10 Nov 2021 18:25:32 |
Jesper Schmitz Mouridsen (jsm) |
sysutils/lxqt-powermanagement: Update to 1.0.0 |
0.17.0 06 Sep 2021 19:27:26 |
Tobias Kortkamp (tobik) |
*: Drop unused $FreeBSD$ |
0.17.0 08 May 2021 16:52:00 |
Jesper Schmitz Mouridsen (jsm) |
New port: sysutils/lxqt-powermanagement
lxqt-powermanagement can monitor power management events and
optionally triggers actions like e.g. shut down a system when
laptop batteries are low on power. |