aboutsummaryrefslogtreecommitdiff
path: root/archivers/lxqt-archiver/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* */*: Bump PORTREVISION for known Qt private API abusersJason E. Hale2025-02-021-0/+1
| | | | | | | | | | | | | | | | | Qt 6.8.2 edition. These ports directly use or link to a library that uses the Qt private API and must be rebuilt with every Qt update. Qt public API/ABI compatability is excellent, so most consumers don't need to necessarily be rebuilt between patch or even minor releases, but using the private API is highly discouraged since this is unstable even between patch releases and is really only meant for internal use. Adding devel/libqt6xdg and its consumers to the list this time around based on [1]. PR: 283950 [1]
* x11-wm/lxqt: Update to 2.1.0Jose Alonso Cardenas Marquez2024-11-091-2/+1
| | | | | | | | | | | | 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
* archivers/lxqt-archiver: Fix unzip dependencyJose Alonso Cardenas Marquez2024-09-101-3/+9
| | | | | | | | - Add unzip dependency when OSVERSION is less of 14.1 - Bump PORTREVISION PR: 280217 Reported by: Kevin Reinholz <kreinholz at_ gmail.com>
* x11-wm/lxqt: Update to 2.0.0Jose Alonso Cardenas Marquez2024-06-131-8/+8
| | | | | | | | | | | | | | | | | | | - 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
* LXQt: update to 1.4.0Jesper Schmitz Mouridsen2024-03-231-7/+6
| | | | | | | Changelog: https://lxqt-project.org/release/2023/11/05/release-lxqt-1-4-0/ PR: 277376
* x11-wm/lxqt: Update to 1.3.0Wen Heping2023-06-201-5/+7
| | | | PR: 271509
* archivers/lxqt-archiver: unbreak after 020693c166d1Jan Beich2023-04-121-1/+2
| | | | | | | | 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)
* archivers/lxqt-archiver: Update to 0.7.0Jesper Schmitz Mouridsen2022-12-071-1/+1
|
* Mk/Uses: always use colon for build/run suffixFelix Palmen2022-09-111-1/+1
| | | | | | | | | | | | 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
* Add WWW entries to port MakefilesStefan Eßer2022-09-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. This commit implements such a proposal and moves one of the WWW: entries of each pkg-descr file into the respective port's Makefile. A heuristic attempts to identify the most relevant URL in case there is more than one WWW: entry in some pkg-descr file. URLs that are not moved into the Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr files in order to preserve them. There are 1256 ports that had no WWW: entries in pkg-descr files. These ports will not be touched in this commit. The portlint port has been adjusted to expect a WWW entry in each port Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as deprecated. Approved by: portmgr (tcberner)
* archivers/lxqt-archiver: Update to 0.6.0Jesper Schmitz Mouridsen2022-04-301-1/+1
|
* archivers/lxqt-archiver: Update to 0.5.0Jesper Schmitz Mouridsen2021-11-101-1/+1
|
* *: fix tab vs. space issues, and comments according to the guide.Jimmy Olgeni2021-10-161-1/+1
|
* New port: archivers/lxqt-archiverJesper Schmitz Mouridsen2021-05-081-0/+24
A simple & lightweight Qt file archiver. The core I/O functions are ported from Engrampa.