mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
- 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
24 lines
572 B
Makefile
24 lines
572 B
Makefile
PORTNAME= lximage-qt
|
|
PORTVERSION= 2.0.1
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= LXQT
|
|
|
|
MAINTAINER= lxqt@FreeBSD.org
|
|
COMMENT= Image viewer
|
|
WWW= https://github.com/lxde/lximage-qt
|
|
|
|
LICENSE= GPLv2
|
|
|
|
LIB_DEPENDS= libexif.so:graphics/libexif \
|
|
libmenu-cache.so:x11/menu-cache
|
|
|
|
USES= cmake compiler:c++17-lang desktop-file-utils gettext-runtime \
|
|
gnome localbase:ldflags lxqt:2 perl5 pkgconfig qt:6 gnome tar:xz xorg
|
|
|
|
USE_GNOME= glib20
|
|
USE_PERL5= build
|
|
USE_QT= base:run tools:build svg
|
|
USE_LXQT= buildtools2 libfmqt6
|
|
USE_XORG= ice sm x11 xcb xext xfixes
|
|
|
|
.include <bsd.port.mk>
|