diff --git a/cad/ifcopenshell/Makefile b/cad/ifcopenshell/Makefile index 2d8f40a821dc..c47923734c5b 100644 --- a/cad/ifcopenshell/Makefile +++ b/cad/ifcopenshell/Makefile @@ -1,45 +1,45 @@ PORTNAME= ifcopenshell DISTVERSIONPREFIX= v DISTVERSION= 0.6.0 PORTREVISION= 7 CATEGORIES= cad -MAINTAINER= lbartoletti@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Open source IFC library and geometry engine WWW= http://ifcopenshell.org LICENSE= LGPL3+ LICENSE_FILE= ${WRKSRC}/COPYING.LESSER BUILD_DEPENDS= nlohmann-json>0:devel/nlohmann-json LIB_DEPENDS= libboost_system.so:devel/boost-libs \ libTKernel.so:cad/opencascade740 BROKEN= error: no viable overloaded '=' USES= cmake compiler:c++11-lang eigen:3 gnome USE_GNOME= libxml2 USE_LDCONFIG= yes USE_GITHUB= yes GH_PROJECT= IfcOpenShell GH_TAGNAME= 7c61c7d200ff OPTIONS_DEFINE= PYTHON OPTIONS_DEFAULT= PYTHON OPTIONS_SUB= yes PYTHON_CMAKE_BOOL= BUILD_IFCPYTHON PYTHON_USES= python:3.6+ PYTHON_BUILD_DEPENDS= swig>=3.0.0:devel/swig CMAKE_SOURCE_PATH= ${WRKSRC}/cmake CMAKE_OFF= COLLADA_SUPPORT CMAKE_ON= BUILD_SHARED_LIBS \ ENABLE_BUILD_OPTIMIZATIONS \ GLTF_SUPPORT CMAKE_ARGS= -Djson_hpp=${LOCALBASE}/include/nlohmann \ -DOCC_INCLUDE_DIR=${LOCALBASE}/include/OpenCASCADE \ -DOCC_LIBRARY_DIR=${LOCALBASE}/lib .include diff --git a/databases/opendbviewer/Makefile b/databases/opendbviewer/Makefile index 1ac6954af671..9f03382859fe 100644 --- a/databases/opendbviewer/Makefile +++ b/databases/opendbviewer/Makefile @@ -1,27 +1,27 @@ PORTNAME= opendbviewer PORTVERSION= 1.1.1 DISTVERSIONPREFIX= v CATEGORIES= databases -MAINTAINER= lbartoletti@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Simple database explorer WWW= https://github.com/Jet1oeil/opendbviewer LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING USES= cmake compiler:c++11-lang magick:6,build qt:5 USE_GITHUB= yes GH_ACCOUNT= Jet1oeil USE_QT= core gui network sql sql-sqlite3 testlib widgets \ buildtools:build linguisttools:build qmake:build OPTIONS_DEFINE= DOCS PGSQL MYSQL OPTIONS_DEFAULT= PGSQL PGSQL_USE= QT=sql-pgsql MYSQL_USE= QT=sql-mysql CMAKE_ARGS+= -DCMAKE_CXX_STANDARD=11 .include diff --git a/deskutils/freeplane/Makefile b/deskutils/freeplane/Makefile index 3e18d7e71b2e..88a92f55bc36 100644 --- a/deskutils/freeplane/Makefile +++ b/deskutils/freeplane/Makefile @@ -1,33 +1,33 @@ PORTNAME= freeplane DISTVERSION= 1.10.3 CATEGORIES= deskutils editors java MASTER_SITES= SF/${PORTNAME}/${PORTNAME}%20stable DISTNAME= ${PORTNAME}_bin-${PORTVERSION} -MAINTAINER= lbartoletti@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Free mind mapping and knowledge management software WWW= https://www.freeplane.org/ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/license.txt RUN_DEPENDS= bash:shells/bash USES= cpe zip shebangfix SHEBANG_FILES= ${WRKSRC}/freeplane.sh USE_JAVA= yes NO_ARCH= yes NO_BUILD= yes PLIST_SUB= PORTVERSION="${PORTVERSION}" WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} do-install: cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR} \ "! ( -name license\.txt -or -name *\.bat -or -name *\.exe )" # Install freeplane.sh with the right permission ${SED} -e 's|%%DATADIR%%|${DATADIR}|' < ${FILESDIR}/freeplane.in > \ ${WRKSRC}/freeplane ${INSTALL_SCRIPT} ${WRKSRC}/freeplane ${STAGEDIR}${PREFIX}/bin/ .include diff --git a/deskutils/lumina-archiver/Makefile b/deskutils/lumina-archiver/Makefile index da395a39daa5..1e062fd196f5 100644 --- a/deskutils/lumina-archiver/Makefile +++ b/deskutils/lumina-archiver/Makefile @@ -1,31 +1,31 @@ PORTNAME= lumina-archiver DISTVERSIONPREFIX= v DISTVERSION= 1.6.2 CATEGORIES= deskutils -MAINTAINER= lbartoletti@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Archive manager from the Lumina Desktop WWW= https://lumina-desktop.org/ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/../../../LICENSE USES= compiler:c++11-lang desktop-file-utils gl qmake qt:5 USE_QT= buildtools:build concurrent core gui \ multimedia network svg widgets x11extras 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 diff --git a/deskutils/lumina-calculator/Makefile b/deskutils/lumina-calculator/Makefile index 48b900527bf2..019aa482f092 100644 --- a/deskutils/lumina-calculator/Makefile +++ b/deskutils/lumina-calculator/Makefile @@ -1,29 +1,29 @@ PORTNAME= lumina-calculator DISTVERSION= 1.6.2 CATEGORIES= deskutils -MAINTAINER= lbartoletti@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Scientific calculator from the Lumina Desktop WWW= https://lumina-desktop.org/ LICENSE= BSD3CLAUSE USES= compiler:c++11-lang gl qmake qt:5 xorg USE_GL= gl USE_XORG= x11 USE_QT= buildtools:build core gui svg widgets USE_GITHUB= yes GH_ACCOUNT= lumina-desktop GH_TAGNAME= 159fc375 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 .include diff --git a/deskutils/lumina-fileinfo/Makefile b/deskutils/lumina-fileinfo/Makefile index 35e50b7b7c6c..8a63af89032c 100644 --- a/deskutils/lumina-fileinfo/Makefile +++ b/deskutils/lumina-fileinfo/Makefile @@ -1,31 +1,31 @@ PORTNAME= lumina-fileinfo DISTVERSIONPREFIX= v DISTVERSION= 1.6.2 CATEGORIES= deskutils -MAINTAINER= lbartoletti@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= File properties utility from the Lumina Desktop WWW= https://lumina-desktop.org/ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/../../../LICENSE USES= compiler:c++11-lang gl qmake qt:5 USE_QT= buildtools:build concurrent core gui \ multimedia network svg widgets x11extras USE_GL= gl USE_GITHUB= yes GH_ACCOUNT= lumina-desktop GH_PROJECT= lumina OPTIONS_DEFINE= NLS OPTIONS_SUB= yes NLS_QMAKE_ON= CONFIG+=WITH_I18N NLS_USE= QT=linguist:build CONFLICTS_INSTALL= lumina-1.2.* WRKSRC_SUBDIR= src-qt5/desktop-utils/${PORTNAME} .include diff --git a/deskutils/lumina-fm/Makefile b/deskutils/lumina-fm/Makefile index 8cfb2eac90e6..0223324cee4c 100644 --- a/deskutils/lumina-fm/Makefile +++ b/deskutils/lumina-fm/Makefile @@ -1,30 +1,30 @@ PORTNAME= lumina-fm DISTVERSIONPREFIX= v DISTVERSION= 1.6.2 CATEGORIES= deskutils -MAINTAINER= lbartoletti@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Insight file manager from the Lumina Desktop WWW= https://lumina-desktop.org/ LICENSE= BSD3CLAUSE USES= compiler:c++11-lang desktop-file-utils gl qmake qt:5 USE_QT= buildtools:build concurrent core gui imageformats \ multimedia network svg widgets x11extras 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 diff --git a/deskutils/lumina-mediaplayer/Makefile b/deskutils/lumina-mediaplayer/Makefile index e74567b25791..e6fc50dad853 100644 --- a/deskutils/lumina-mediaplayer/Makefile +++ b/deskutils/lumina-mediaplayer/Makefile @@ -1,30 +1,30 @@ PORTNAME= lumina-mediaplayer DISTVERSIONPREFIX= v DISTVERSION= 1.6.2 CATEGORIES= deskutils -MAINTAINER= lbartoletti@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Streaming media player from the Lumina Desktop WWW= https://lumina-desktop.org/ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/../../../LICENSE USES= compiler:c++11-lang desktop-file-utils gl gstreamer qmake qt:5 USE_GL= gl USE_GSTREAMER= gl USE_QT= buildtools:build core concurrent gui \ multimedia network svg widgets x11extras 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 WRKSRC_SUBDIR= src-qt5/desktop-utils/${PORTNAME} .include diff --git a/deskutils/lumina-pdf/Makefile b/deskutils/lumina-pdf/Makefile index ede14a96aac8..fb3336bf75bf 100644 --- a/deskutils/lumina-pdf/Makefile +++ b/deskutils/lumina-pdf/Makefile @@ -1,46 +1,46 @@ PORTNAME= lumina-pdf DISTVERSION= 1.6.2 PORTREVISION= 8 CATEGORIES= deskutils -MAINTAINER= lbartoletti@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= PDF viewer from the Lumina Desktop WWW= https://lumina-desktop.org LICENSE= BSD3CLAUSE USES= compiler:c++11-lang desktop-file-utils gl qmake qt:5 USE_QT= buildtools:build concurrent core gui \ multimedia network printsupport \ svg widgets x11extras USE_GL= gl USE_GITHUB= yes GH_ACCOUNT= lumina-desktop GH_TAGNAME= 0dd7489a OPTIONS_DEFINE= NLS OPTIONS_SINGLE= RENDERER OPTIONS_SINGLE_RENDERER= POPPLER MUPDF OPTIONS_DEFAULT= POPPLER OPTIONS_SUB= yes POPPLER_DESC= Use Poppler-qt5 backend renderer MUPDF_DESC= Use MuPDF backend renderer (broken) MUPDF_BROKEN= Does not build with MuPDF backend MUPDF_QMAKE_ON= USE_MUPDF=true MUPDF_LIB_DEPENDS= libmupdf.so:graphics/mupdf NLS_QMAKE_ON= CONFIG+=WITH_I18N NLS_USE= qt=linguist:build POPPLER_QMAKE_ON= USE_POPPLER=true POPPLER_LIB_DEPENDS= libpoppler-qt5.so:graphics/poppler-qt5 WRKSRC_SUBDIR= src-qt5 CONFLICTS_INSTALL= lumina-1.2.* .include diff --git a/deskutils/lumina-photo/Makefile b/deskutils/lumina-photo/Makefile index e69fb7ce0796..988755d3c032 100644 --- a/deskutils/lumina-photo/Makefile +++ b/deskutils/lumina-photo/Makefile @@ -1,28 +1,28 @@ PORTNAME= lumina-photo DISTVERSIONPREFIX= v DISTVERSION= 1.6.2 CATEGORIES= deskutils -MAINTAINER= lbartoletti@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Image viewer utility from the Lumina Desktop WWW= https://lumina-desktop.org LICENSE= BSD3CLAUSE USES= compiler:c++11-lang desktop-file-utils gl qmake qt:5 USE_QT= buildtools:build concurrent core gui multimedia \ printsupport network svg widgets x11extras 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 WRKSRC_SUBDIR= src-qt5/desktop-utils/${PORTNAME} .include diff --git a/deskutils/lumina-screenshot/Makefile b/deskutils/lumina-screenshot/Makefile index 98339af6304c..348b35550738 100644 --- a/deskutils/lumina-screenshot/Makefile +++ b/deskutils/lumina-screenshot/Makefile @@ -1,37 +1,37 @@ PORTNAME= lumina-screenshot DISTVERSIONPREFIX= v DISTVERSION= 1.6.2 CATEGORIES= deskutils -MAINTAINER= lbartoletti@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Screenshot utility from the Lumina Desktop WWW= https://lumina-desktop.org/ 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 diff --git a/deskutils/lumina-textedit/Makefile b/deskutils/lumina-textedit/Makefile index fc57f31ee8c2..7822cd673406 100644 --- a/deskutils/lumina-textedit/Makefile +++ b/deskutils/lumina-textedit/Makefile @@ -1,31 +1,31 @@ PORTNAME= lumina-textedit DISTVERSIONPREFIX= v DISTVERSION= 1.6.2 CATEGORIES= deskutils -MAINTAINER= lbartoletti@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Plaintext editor from the Lumina Desktop WWW= https://lumina-desktop.org/ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/../../../LICENSE USES= compiler:c++11-lang desktop-file-utils gl qmake qt:5 USE_QT= buildtools:build concurrent core gui multimedia \ network printsupport svg widgets x11extras 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 diff --git a/devel/codeblocks/Makefile b/devel/codeblocks/Makefile index eebe06ace32e..2955fb9ff749 100644 --- a/devel/codeblocks/Makefile +++ b/devel/codeblocks/Makefile @@ -1,46 +1,46 @@ PORTNAME= codeblocks PORTVERSION= 20.03 PORTREVISION= 3 CATEGORIES= devel MASTER_SITES= SF/${PORTNAME}/Sources/${PORTVERSION} -MAINTAINER= lbartoletti@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Open source, cross-platform, free C/C++ IDE WWW= https://www.codeblocks.org/ LICENSE= GPLv3 LGPL3 LICENSE_COMB= multi BUILD_DEPENDS= zip:archivers/zip LIB_DEPENDS= libboost_system.so:devel/boost-libs \ libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 \ libhunspell-1.7.so:textproc/hunspell \ libtinyxml.so:textproc/tinyxml USES= autoreconf compiler:c++11-lang desktop-file-utils \ fam:gamin gettext-runtime gnome libtool localbase \ pathfix pkgconfig shared-mime-info tar:xz xorg USE_WX= 3.0+ USE_GNOME= gtk30 cairo USE_XORG= x11 GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-wx-config=${WX_CONFIG} --disable-pch \ --with-boost-system=boost_system PKG_CONFIG_LIBDIR= ${LOCALBASE}/libdata/pkgconfig INSTALL_TARGET= install-strip USE_LDCONFIG= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} .include .if ${ARCH} != amd64 && ${ARCH} != i386 CONFIGURE_ARGS+= --with-contrib-plugins=all,-dragscroll PLIST_SUB= X86="@comment " .else CONFIGURE_ARGS+= --with-contrib-plugins=all PLIST_SUB= X86="" .endif .include diff --git a/devel/py-doctest-ignore-unicode/Makefile b/devel/py-doctest-ignore-unicode/Makefile index 4271e8e0cac0..f5f0afeed424 100644 --- a/devel/py-doctest-ignore-unicode/Makefile +++ b/devel/py-doctest-ignore-unicode/Makefile @@ -1,18 +1,18 @@ PORTNAME= doctest-ignore-unicode DISTVERSION= 0.1.2 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= lbartoletti@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Add flag to ignore unicode literal prefixes in doctests WWW= https://pypi.python.org/pypi/doctest-ignore-unicode LICENSE= APACHE20 RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nose>=1.3.7:devel/py-nose@${PY_FLAVOR} USES= python:3.6+ USE_PYTHON= autoplist distutils .include diff --git a/net/quiterss/Makefile b/net/quiterss/Makefile index 34a59daac0aa..0dc99e7e5cef 100644 --- a/net/quiterss/Makefile +++ b/net/quiterss/Makefile @@ -1,39 +1,39 @@ PORTNAME= quiterss PORTVERSION= 0.19.4 PORTREVISION= 1 CATEGORIES= net MASTER_SITES= http://quiterss.org/files/${PORTVERSION}_/ DISTNAME= QuiteRSS-${PORTVERSION}-src -MAINTAINER= lbartoletti@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Open-source cross-platform RSS/Atom news feeds reader WWW= https://quiterss.org/ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING USES= compiler:c++11-lang desktop-file-utils gl pkgconfig \ qmake:outsource qt:5 sqlite USE_QT= buildtools:build linguisttools:build core xml gui widgets \ network multimedia printsupport webkit sql sql-sqlite3:run USE_GL= gl NO_WRKSUBDIR= yes OPTIONS_DEFINE= DEBUG post-patch-DEBUG-on: @${REINPLACE_CMD} 's|debug_and_release|debug|' \ ${WRKSRC}/QuiteRSS.pro post-patch-DEBUG-off: @${REINPLACE_CMD} 's|debug_and_release|release|' \ ${WRKSRC}/QuiteRSS.pro post-patch: @${REINPLACE_CMD} 's|$$$$\[QT_INSTALL_BINS\]/lrelease|${LRELEASE}|' \ ${WRKSRC}/lang/lang.pri @${REINPLACE_CMD} 's|$$$$PREFIX/share/quiterss|${DATADIR}|' \ ${WRKSRC}/QuiteRSS.pro .include diff --git a/textproc/py-googletrans/Makefile b/textproc/py-googletrans/Makefile index 948418e56ab4..9de8b23e7d50 100644 --- a/textproc/py-googletrans/Makefile +++ b/textproc/py-googletrans/Makefile @@ -1,22 +1,22 @@ PORTNAME= googletrans DISTVERSION= 3.0.0 PORTREVISION= 1 CATEGORIES= textproc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= lbartoletti@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Free Google Translate API that translates totally free of charge WWW= https://github.com/ssut/py-googletrans LICENSE= MIT # LICENSE_FILE isn't packaged in the sdist, yet RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}httpx013>=0.13.3<0.13.4:www/py-httpx013@${PY_FLAVOR} USES= python:3.7+ # due www/py-httpx that requires 3.7+ USE_PYTHON= distutils autoplist NO_ARCH= yes .include diff --git a/x11-themes/la-capitaine-icon-theme/Makefile b/x11-themes/la-capitaine-icon-theme/Makefile index 5f4033eb61fd..6b4094b53efe 100644 --- a/x11-themes/la-capitaine-icon-theme/Makefile +++ b/x11-themes/la-capitaine-icon-theme/Makefile @@ -1,30 +1,30 @@ PORTNAME= la-capitaine-icon-theme DISTVERSIONPREFIX=v DISTVERSION= 0.6.2 CATEGORIES= x11-themes -MAINTAINER= lbartoletti@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Icon pack designed to integrate with most desktop environments WWW= https://krourke.org/projects/art/la-capitaine-icon-theme LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE USE_GITHUB= YES GH_ACCOUNT= keeferrourke NO_BUILD= YES post-extract: .for logo in kubuntu debian-logo configure-debian debian debian-plymouth-manager archlinux gnome-debian ${RM} ${WRKSRC}/apps/scalable/${logo}.svg .endfor do-install: ${MKDIR} ${STAGEDIR}${PREFIX}/share/icons/La-Capitaine .for dir in actions animations apps devices emblems emotes mimetypes panel places status ${CP} -rp ${WRKSRC}/${dir} ${STAGEDIR}${PREFIX}/share/icons/La-Capitaine .endfor ${INSTALL_DATA} ${WRKSRC}/index.theme ${STAGEDIR}${PREFIX}/share/icons/La-Capitaine .include diff --git a/x11/lumina-core/Makefile b/x11/lumina-core/Makefile index ee6fa99d0b55..d16977c5828d 100644 --- a/x11/lumina-core/Makefile +++ b/x11/lumina-core/Makefile @@ -1,60 +1,60 @@ PORTNAME= lumina-core DISTVERSIONPREFIX= v DISTVERSION= 1.6.2 PORTREVISION= 4 CATEGORIES= x11 -MAINTAINER= lbartoletti@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Lumina Desktop Environment WWW= https://lumina-desktop.org/ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/../../LICENSE RUN_DEPENDS= fluxbox>=0:x11-wm/fluxbox \ fluxbox-tenr-styles-pack>=0:x11-themes/fluxbox-tenr-styles-pack \ xbrightness>=0:x11/xbrightness \ compton>=0:x11-wm/compton \ xrandr>=0:x11/xrandr \ numlockx>=0:x11/numlockx \ ${LOCALBASE}/share/icons/La-Capitaine/index.theme:x11-themes/la-capitaine-icon-theme 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 \ libXcursor.so:x11/libXcursor USES= compiler:c++11-lang gl qmake qt:5 xorg USE_GL= gl USE_XORG= x11 xdamage xcb USE_LDCONFIG= yes USE_QT= buildtools:build concurrent core dbus declarative gui \ imageformats multimedia network svg widgets x11extras USE_GITHUB= yes GH_ACCOUNT= lumina-desktop GH_PROJECT= lumina OPTIONS_DEFINE= MULTIMEDIA TRUEOS NLS OPTIONS_DEFAULT= MULTIMEDIA OPTIONS_SUB= yes MULTIMEDIA_DESC= Install multimedia support backend (gstreamer) TRUEOS_DESC= Use the TrueOS system interface settings. TRUEOS_QMAKE_ON= DEFAULT_SETTINGS=TrueOS MULTIMEDIA_USES= gstreamer MULTIMEDIA_USE= GSTREAMER=core NLS_USE= QT=linguist:build NLS_QMAKE_ON= CONFIG+=WITH_I18N WRKSRC_SUBDIR= src-qt5/core CONFIGURE_ENV+= DESTDIR=${STAGEDIR} CONFLICTS_INSTALL= lumina-1.2.* post-install: ${FIND} ${STAGEDIR}${PREFIX}/share -name "ecp.*" -delete .include diff --git a/x11/lumina-coreutils/Makefile b/x11/lumina-coreutils/Makefile index e0ac844f1315..1fe2ac822157 100644 --- a/x11/lumina-coreutils/Makefile +++ b/x11/lumina-coreutils/Makefile @@ -1,33 +1,33 @@ PORTNAME= lumina-coreutils DISTVERSIONPREFIX= v DISTVERSION= 1.6.2 CATEGORIES= x11 -MAINTAINER= lbartoletti@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Lumina Desktop Environment WWW= https://lumina-desktop.org/ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/../../LICENSE RUN_DEPENDS= xrandr:x11/xrandr USES= compiler:c++11-lang qmake qt:5 USE_QT= buildtools:build concurrent core gui \ imageformats multimedia network \ svg widgets x11extras 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 WRKSRC_SUBDIR= src-qt5/core-utils CONFLICTS_INSTALL= lumina-1.2.* .include diff --git a/x11/lumina/Makefile b/x11/lumina/Makefile index 7d84695a0161..f20609802b98 100644 --- a/x11/lumina/Makefile +++ b/x11/lumina/Makefile @@ -1,26 +1,26 @@ PORTNAME= lumina PORTVERSION= 1.6.2 PORTEPOCH= 3 CATEGORIES= x11 -MAINTAINER= lbartoletti@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Lumina Desktop Environment (meta-port) WWW= https://lumina-desktop.org/ RUN_DEPENDS= lumina-core>=0:x11/lumina-core \ lumina-coreutils>=0:x11/lumina-coreutils \ lumina-archiver>=0:deskutils/lumina-archiver \ lumina-calculator>=0:deskutils/lumina-calculator \ lumina-fileinfo>=0:deskutils/lumina-fileinfo \ lumina-fm>=0:deskutils/lumina-fm \ lumina-mediaplayer>=0:deskutils/lumina-mediaplayer \ lumina-pdf>=0:deskutils/lumina-pdf \ lumina-photo>=0:deskutils/lumina-photo \ lumina-screenshot>=0:deskutils/lumina-screenshot \ lumina-textedit>=0:deskutils/lumina-textedit USES= metaport CONFLICTS_INSTALL= lumina-1.2.* .include