Date: Mon, 9 Jul 2018 16:40:41 +0000 (UTC) From: Jesper Schmitz Mouridsen <jsm@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r474269 - in head: devel/liblxqt-l10n graphics/lximageqt-l10n x11-fm/pcmanfmqt-l10n x11-toolkits/qtermwidget-l10n x11-toolkits/qtermwidget-l10n/files x11/libfmqt-l10n x11/qterminal-l10n Message-ID: <201807091640.w69GefR3018502@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jsm Date: Mon Jul 9 16:40:40 2018 New Revision: 474269 URL: https://svnweb.freebsd.org/changeset/ports/474269 Log: Do not use x11/lxqt-l10n as a master port. Fix install path of qtermwidget-l10n. Fixes portlint fatal errors about wrongly used masterdir. Only functional change is in qtermwidget-l10n. PR: 229413 PR: 229414 PR: 229417 PR: 229418 PR: 229419 PR: 229421 Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D16185 Added: head/devel/liblxqt-l10n/distinfo (contents, props changed) head/devel/liblxqt-l10n/pkg-descr (contents, props changed) head/graphics/lximageqt-l10n/distinfo (contents, props changed) head/graphics/lximageqt-l10n/pkg-descr (contents, props changed) head/x11-fm/pcmanfmqt-l10n/distinfo (contents, props changed) head/x11-fm/pcmanfmqt-l10n/pkg-descr (contents, props changed) head/x11-toolkits/qtermwidget-l10n/distinfo (contents, props changed) head/x11-toolkits/qtermwidget-l10n/files/ head/x11-toolkits/qtermwidget-l10n/files/patch-qtermwidget_CMakeLists.txt (contents, props changed) head/x11-toolkits/qtermwidget-l10n/pkg-descr (contents, props changed) head/x11/libfmqt-l10n/distinfo (contents, props changed) head/x11/libfmqt-l10n/pkg-descr (contents, props changed) head/x11/qterminal-l10n/distinfo (contents, props changed) head/x11/qterminal-l10n/pkg-descr (contents, props changed) Modified: head/devel/liblxqt-l10n/Makefile head/graphics/lximageqt-l10n/Makefile head/x11-fm/pcmanfmqt-l10n/Makefile head/x11-toolkits/qtermwidget-l10n/Makefile head/x11-toolkits/qtermwidget-l10n/pkg-plist head/x11/libfmqt-l10n/Makefile head/x11/qterminal-l10n/Makefile Modified: head/devel/liblxqt-l10n/Makefile ============================================================================== --- head/devel/liblxqt-l10n/Makefile Mon Jul 9 15:21:31 2018 (r474268) +++ head/devel/liblxqt-l10n/Makefile Mon Jul 9 16:40:40 2018 (r474269) @@ -1,21 +1,17 @@ # Created by: Olivier Duchateau # $FreeBSD$ -PORTNAME= liblxqt-l10n +PORTNAME= liblxqt PORTVERSION= 0.13.0 CATEGORIES= devel MASTER_SITES= LXQT/lxqt-l10n +PKGNAMESUFFIX= -l10n DISTNAME= lxqt-l10n-${DISTVERSION} MAINTAINER= jesper@schmitz.computer COMMENT= Translations of liblxqt LICENSE= LGPL21+ - -MASTERDIR= ${.CURDIR}/../../x11/lxqt-l10n -DISTINFO_FILE= ${MASTERDIR}/distinfo -DESCR= ${MASTERDIR}/pkg-descr -PLIST= ${.CURDIR}/pkg-plist USES= cmake:outsource lxqt pkgconfig qt:5 tar:xz USE_QT= buildtools_build qmake_build linguisttools Added: head/devel/liblxqt-l10n/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/liblxqt-l10n/distinfo Mon Jul 9 16:40:40 2018 (r474269) @@ -0,0 +1,3 @@ +TIMESTAMP = 1527345943 +SHA256 (lxqt/lxqt-l10n-0.13.0.tar.xz) = 8706415a89ba2808c67dd5f8c9479743acb11b1afc2fe331d0330fccbe9ac5aa +SIZE (lxqt/lxqt-l10n-0.13.0.tar.xz) = 758588 Added: head/devel/liblxqt-l10n/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/liblxqt-l10n/pkg-descr Mon Jul 9 16:40:40 2018 (r474269) @@ -0,0 +1,3 @@ +Translations of core utility library for all LXQt components. + +WWW: https://github.com/lxqt/lxqt-l10n Modified: head/graphics/lximageqt-l10n/Makefile ============================================================================== --- head/graphics/lximageqt-l10n/Makefile Mon Jul 9 15:21:31 2018 (r474268) +++ head/graphics/lximageqt-l10n/Makefile Mon Jul 9 16:40:40 2018 (r474269) @@ -1,21 +1,17 @@ # Created by: Olivier Duchateau # $FreeBSD$ -PORTNAME= lximageqt-l10n +PORTNAME= lximageqt PORTVERSION= 0.13.0 CATEGORIES= graphics MASTER_SITES= LXQT/lxqt-l10n +PKGNAMESUFFIX= -l10n DISTNAME= lxqt-l10n-${DISTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= jesper@schmitz.computer COMMENT= Translations of lximage-qt LICENSE= LGPL21+ - -MASTERDIR= ${.CURDIR}/../../x11/lxqt-l10n -DISTINFO_FILE= ${MASTERDIR}/distinfo -DESCR= ${MASTERDIR}/pkg-descr -PLIST= ${.CURDIR}/pkg-plist USES= cmake:outsource lxqt pkgconfig qt:5 tar:xz USE_QT= buildtools_build qmake_build linguisttools Added: head/graphics/lximageqt-l10n/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/lximageqt-l10n/distinfo Mon Jul 9 16:40:40 2018 (r474269) @@ -0,0 +1,3 @@ +TIMESTAMP = 1527345943 +SHA256 (lxqt/lxqt-l10n-0.13.0.tar.xz) = 8706415a89ba2808c67dd5f8c9479743acb11b1afc2fe331d0330fccbe9ac5aa +SIZE (lxqt/lxqt-l10n-0.13.0.tar.xz) = 758588 Added: head/graphics/lximageqt-l10n/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/lximageqt-l10n/pkg-descr Mon Jul 9 16:40:40 2018 (r474269) @@ -0,0 +1,3 @@ +Translations of lximage-qt + +WWW: https://github.com/lxqt/lxqt-l10n Modified: head/x11-fm/pcmanfmqt-l10n/Makefile ============================================================================== --- head/x11-fm/pcmanfmqt-l10n/Makefile Mon Jul 9 15:21:31 2018 (r474268) +++ head/x11-fm/pcmanfmqt-l10n/Makefile Mon Jul 9 16:40:40 2018 (r474269) @@ -1,21 +1,17 @@ # Created by: Olivier Duchateau # $FreeBSD$ -PORTNAME= pcmanfmqt-l10n +PORTNAME= pcmanfmqt PORTVERSION= 0.13.0 CATEGORIES= x11-fm MASTER_SITES= LXQT/lxqt-l10n +PKGNAMESUFFIX= -l10n DISTNAME= lxqt-l10n-${DISTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= jesper@schmitz.computer COMMENT= Translations of pcmanfm-qt LICENSE= LGPL21+ - -MASTERDIR= ${.CURDIR}/../../x11/lxqt-l10n -DISTINFO_FILE= ${MASTERDIR}/distinfo -DESCR= ${MASTERDIR}/pkg-descr -PLIST= ${.CURDIR}/pkg-plist USES= cmake:outsource lxqt pkgconfig qt:5 tar:xz USE_QT= buildtools_build qmake_build linguisttools Added: head/x11-fm/pcmanfmqt-l10n/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-fm/pcmanfmqt-l10n/distinfo Mon Jul 9 16:40:40 2018 (r474269) @@ -0,0 +1,3 @@ +TIMESTAMP = 1527345943 +SHA256 (lxqt/lxqt-l10n-0.13.0.tar.xz) = 8706415a89ba2808c67dd5f8c9479743acb11b1afc2fe331d0330fccbe9ac5aa +SIZE (lxqt/lxqt-l10n-0.13.0.tar.xz) = 758588 Added: head/x11-fm/pcmanfmqt-l10n/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-fm/pcmanfmqt-l10n/pkg-descr Mon Jul 9 16:40:40 2018 (r474269) @@ -0,0 +1,3 @@ +Translations of pcmanfm-qt + +WWW: https://github.com/lxqt/lxqt-l10n Modified: head/x11-toolkits/qtermwidget-l10n/Makefile ============================================================================== --- head/x11-toolkits/qtermwidget-l10n/Makefile Mon Jul 9 15:21:31 2018 (r474268) +++ head/x11-toolkits/qtermwidget-l10n/Makefile Mon Jul 9 16:40:40 2018 (r474269) @@ -1,21 +1,18 @@ # Created by: Olivier Duchateau # $FreeBSD$ -PORTNAME= qtermwidget-l10n +PORTNAME= qtermwidget PORTVERSION= 0.13.0 +PORTREVISION= 1 CATEGORIES= x11-toolkits MASTER_SITES= LXQT/lxqt-l10n +PKGNAMESUFFIX= -l10n DISTNAME= lxqt-l10n-${DISTVERSION} MAINTAINER= jesper@schmitz.computer COMMENT= Translations of Qtermwidget LICENSE= LGPL21+ - -MASTERDIR= ${.CURDIR}/../../x11/lxqt-l10n -DISTINFO_FILE= ${MASTERDIR}/distinfo -DESCR= ${MASTERDIR}/pkg-descr -PLIST= ${.CURDIR}/pkg-plist USES= cmake:outsource lxqt pkgconfig qt:5 tar:xz USE_QT= buildtools_build qmake_build linguisttools Added: head/x11-toolkits/qtermwidget-l10n/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-toolkits/qtermwidget-l10n/distinfo Mon Jul 9 16:40:40 2018 (r474269) @@ -0,0 +1,3 @@ +TIMESTAMP = 1527345943 +SHA256 (lxqt/lxqt-l10n-0.13.0.tar.xz) = 8706415a89ba2808c67dd5f8c9479743acb11b1afc2fe331d0330fccbe9ac5aa +SIZE (lxqt/lxqt-l10n-0.13.0.tar.xz) = 758588 Added: head/x11-toolkits/qtermwidget-l10n/files/patch-qtermwidget_CMakeLists.txt ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-toolkits/qtermwidget-l10n/files/patch-qtermwidget_CMakeLists.txt Mon Jul 9 16:40:40 2018 (r474269) @@ -0,0 +1,8 @@ +--- qtermwidget/CMakeLists.txt.orig 2018-06-29 18:36:05 UTC ++++ qtermwidget/CMakeLists.txt +@@ -2,4 +2,4 @@ cmake_minimum_required(VERSION 3.0.2 FAT + + project(qtermwidget) + +-build_component("." "${CMAKE_INSTALL_FULL_DATADIR}/qtermwidget/translations") ++build_component("." "${CMAKE_INSTALL_FULL_DATADIR}/qtermwidget5/translations") Added: head/x11-toolkits/qtermwidget-l10n/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-toolkits/qtermwidget-l10n/pkg-descr Mon Jul 9 16:40:40 2018 (r474269) @@ -0,0 +1,3 @@ +Translations of QTermWidget + +WWW: https://github.com/lxqt/lxqt-l10n Modified: head/x11-toolkits/qtermwidget-l10n/pkg-plist ============================================================================== --- head/x11-toolkits/qtermwidget-l10n/pkg-plist Mon Jul 9 15:21:31 2018 (r474268) +++ head/x11-toolkits/qtermwidget-l10n/pkg-plist Mon Jul 9 16:40:40 2018 (r474269) @@ -1,13 +1,13 @@ -share/qtermwidget/translations/qtermwidget_ca.qm -share/qtermwidget/translations/qtermwidget_da.qm -share/qtermwidget/translations/qtermwidget_el.qm -share/qtermwidget/translations/qtermwidget_es.qm -share/qtermwidget/translations/qtermwidget_fr.qm -share/qtermwidget/translations/qtermwidget_hu.qm -share/qtermwidget/translations/qtermwidget_ja.qm -share/qtermwidget/translations/qtermwidget_lt.qm -share/qtermwidget/translations/qtermwidget_pl.qm -share/qtermwidget/translations/qtermwidget_pt.qm -share/qtermwidget/translations/qtermwidget_tr.qm -share/qtermwidget/translations/qtermwidget_zh_CN.qm -share/qtermwidget/translations/qtermwidget_zh_TW.qm +share/qtermwidget5/translations/qtermwidget_ca.qm +share/qtermwidget5/translations/qtermwidget_da.qm +share/qtermwidget5/translations/qtermwidget_el.qm +share/qtermwidget5/translations/qtermwidget_es.qm +share/qtermwidget5/translations/qtermwidget_fr.qm +share/qtermwidget5/translations/qtermwidget_hu.qm +share/qtermwidget5/translations/qtermwidget_ja.qm +share/qtermwidget5/translations/qtermwidget_lt.qm +share/qtermwidget5/translations/qtermwidget_pl.qm +share/qtermwidget5/translations/qtermwidget_pt.qm +share/qtermwidget5/translations/qtermwidget_tr.qm +share/qtermwidget5/translations/qtermwidget_zh_CN.qm +share/qtermwidget5/translations/qtermwidget_zh_TW.qm Modified: head/x11/libfmqt-l10n/Makefile ============================================================================== --- head/x11/libfmqt-l10n/Makefile Mon Jul 9 15:21:31 2018 (r474268) +++ head/x11/libfmqt-l10n/Makefile Mon Jul 9 16:40:40 2018 (r474269) @@ -1,21 +1,17 @@ # Created by: Olivier Duchateau # $FreeBSD$ -PORTNAME= libfmqt-l10n +PORTNAME= libfmqt PORTVERSION= 0.13.0 CATEGORIES= x11 MASTER_SITES= LXQT/lxqt-l10n +PKGNAMESUFFIX= -l10n DISTNAME= lxqt-l10n-${DISTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= jesper@schmitz.computer COMMENT= Translations of libfm-qt LICENSE= LGPL21+ - -MASTERDIR= ${.CURDIR}/../../x11/lxqt-l10n -DISTINFO_FILE= ${MASTERDIR}/distinfo -DESCR= ${MASTERDIR}/pkg-descr -PLIST= ${.CURDIR}/pkg-plist USES= cmake:outsource lxqt pkgconfig qt:5 tar:xz USE_QT= buildtools_build qmake_build linguisttools Added: head/x11/libfmqt-l10n/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11/libfmqt-l10n/distinfo Mon Jul 9 16:40:40 2018 (r474269) @@ -0,0 +1,3 @@ +TIMESTAMP = 1527345943 +SHA256 (lxqt/lxqt-l10n-0.13.0.tar.xz) = 8706415a89ba2808c67dd5f8c9479743acb11b1afc2fe331d0330fccbe9ac5aa +SIZE (lxqt/lxqt-l10n-0.13.0.tar.xz) = 758588 Added: head/x11/libfmqt-l10n/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11/libfmqt-l10n/pkg-descr Mon Jul 9 16:40:40 2018 (r474269) @@ -0,0 +1,3 @@ +Translations of libfm-qt + +WWW: https://github.com/lxqt/lxqt-l10n Modified: head/x11/qterminal-l10n/Makefile ============================================================================== --- head/x11/qterminal-l10n/Makefile Mon Jul 9 15:21:31 2018 (r474268) +++ head/x11/qterminal-l10n/Makefile Mon Jul 9 16:40:40 2018 (r474269) @@ -1,21 +1,17 @@ # Created by: Olivier Duchateau # $FreeBSD$ -PORTNAME= qterminal-l10n +PORTNAME= qterminal PORTVERSION= 0.13.0 CATEGORIES= x11 MASTER_SITES= LXQT/lxqt-l10n +PKGNAMESUFFIX= -l10n DISTNAME= lxqt-l10n-${DISTVERSION} MAINTAINER= jesper@schmitz.computer COMMENT= Translations of Qterminal LICENSE= LGPL21+ - -MASTERDIR= ${.CURDIR}/../../x11/lxqt-l10n -DISTINFO_FILE= ${MASTERDIR}/distinfo -DESCR= ${MASTERDIR}/pkg-descr -PLIST= ${.CURDIR}/pkg-plist USES= cmake:outsource lxqt pkgconfig qt:5 tar:xz USE_QT= buildtools_build qmake_build linguisttools Added: head/x11/qterminal-l10n/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11/qterminal-l10n/distinfo Mon Jul 9 16:40:40 2018 (r474269) @@ -0,0 +1,3 @@ +TIMESTAMP = 1527345943 +SHA256 (lxqt/lxqt-l10n-0.13.0.tar.xz) = 8706415a89ba2808c67dd5f8c9479743acb11b1afc2fe331d0330fccbe9ac5aa +SIZE (lxqt/lxqt-l10n-0.13.0.tar.xz) = 758588 Added: head/x11/qterminal-l10n/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11/qterminal-l10n/pkg-descr Mon Jul 9 16:40:40 2018 (r474269) @@ -0,0 +1,3 @@ +Translations of qterminal + +WWW: https://github.com/lxqt/lxqt-l10n
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201807091640.w69GefR3018502>