mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
623f3ae564
Changes: - 1.6.1: https://lumina-desktop.org/post/2021-10-05/ - 1.6.2: https://lumina-desktop.org/post/2021-12-25/ PR: 259965 Reported by: jwb Tested by: jwb
39 lines
873 B
Makefile
39 lines
873 B
Makefile
# Created by: Ken Moore <ken@pcbsd.org>
|
|
|
|
PORTNAME= lumina-screenshot
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 1.6.2
|
|
CATEGORIES= deskutils
|
|
|
|
MAINTAINER= lbartoletti@FreeBSD.org
|
|
COMMENT= Screenshot utility from the Lumina Desktop
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/../../../LICENSE
|
|
|
|
LIB_DEPENDS= libxcb-ewmh.so:x11/xcb-util-wm \
|
|
libxcb-icccm.so:x11/xcb-util-wm \
|
|
libxcb-image.so:x11/xcb-util-image \
|
|
libxcb-util.so:x11/xcb-util
|
|
|
|
USES= compiler:c++11-lang gl qmake qt:5 xorg
|
|
USE_QT= buildtools_build concurrent core gui \
|
|
multimedia network svg x11extras widgets
|
|
USE_XORG= xcb xdamage
|
|
USE_GL= gl
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= lumina-desktop
|
|
GH_PROJECT= lumina
|
|
|
|
OPTIONS_DEFINE= NLS
|
|
OPTIONS_SUB= yes
|
|
|
|
NLS_USE= QT=linguist_build
|
|
NLS_QMAKE_ON= CONFIG+=WITH_I18N
|
|
|
|
CONFLICTS_INSTALL= lumina-1.2.*
|
|
|
|
WRKSRC_SUBDIR= src-qt5/desktop-utils/${PORTNAME}
|
|
|
|
.include <bsd.port.mk>
|