public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/qt:master commit in: dev-qt/linguist-tools/
@ 2013-12-23  0:14 Davide Pesavento
  0 siblings, 0 replies; 3+ messages in thread
From: Davide Pesavento @ 2013-12-23  0:14 UTC (permalink / raw
  To: gentoo-commits

commit:     978e72f4b295edd3148986c36b67e02b71c97d93
Author:     Davide Pesavento <davidepesa <AT> gmail <DOT> com>
AuthorDate: Mon Dec 23 00:14:24 2013 +0000
Commit:     Davide Pesavento <pesa <AT> gentoo <DOT> org>
CommitDate: Mon Dec 23 00:14:24 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=978e72f4

[dev-qt/linguist-tools] Ebuilds for Qt5 lconvert/lrelease/lupdate tools.

Package-Manager: portage-2.2.7

---
 dev-qt/linguist-tools/Manifest                     |  1 +
 dev-qt/linguist-tools/linguist-tools-5.2.0.ebuild  | 40 ++++++++++++++++++++++
 .../linguist-tools/linguist-tools-5.2.9999.ebuild  | 40 ++++++++++++++++++++++
 dev-qt/linguist-tools/linguist-tools-5.9999.ebuild | 40 ++++++++++++++++++++++
 dev-qt/linguist-tools/metadata.xml                 | 12 +++++++
 5 files changed, 133 insertions(+)

diff --git a/dev-qt/linguist-tools/Manifest b/dev-qt/linguist-tools/Manifest
new file mode 100644
index 0000000..12af6e1
--- /dev/null
+++ b/dev-qt/linguist-tools/Manifest
@@ -0,0 +1 @@
+DIST qttools-opensource-src-5.2.0.tar.xz 8941736 SHA256 ff331510ecb776b3059953e216e9fa7a4c0736eeb148c4cf11acc8150811b7f0 SHA512 5dd331d8d403c1645e6ce155feb2149ee11c9686031d29fb62d5989435b3d3fbeee679b4b82fffd4e0e19a361bec2935ac71e292da76d5358b49abb78bb00fec WHIRLPOOL cc824e8702709e5c480c86867b9e715b037f63c03c74091c8ae0dcf1fb6dd34a07422389ab5099165aea7c3597fb355ed9068e65453e385637ee1658d31a4d4e

diff --git a/dev-qt/linguist-tools/linguist-tools-5.2.0.ebuild b/dev-qt/linguist-tools/linguist-tools-5.2.0.ebuild
new file mode 100644
index 0000000..7b0bda2
--- /dev/null
+++ b/dev-qt/linguist-tools/linguist-tools-5.2.0.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+QT5_MODULE="qttools"
+
+inherit qt5-build
+
+DESCRIPTION="The Qt toolkit is a comprehensive C++ application development framework"
+
+if [[ ${QT5_BUILD_TYPE} == live ]]; then
+	KEYWORDS=""
+else
+	KEYWORDS="~amd64"
+fi
+
+IUSE="qml"
+
+DEPEND="
+	>=dev-qt/qtcore-${PV}:5[debug=]
+	>=dev-qt/qtxml-${PV}:5[debug=]
+	qml? ( >=dev-qt/qtdeclarative-${PV}:5[debug=] )
+"
+RDEPEND="${DEPEND}"
+
+QT5_TARGET_SUBDIRS=(
+	src/linguist
+)
+
+src_prepare() {
+	sed -i -e '/SUBDIRS += linguist/d' \
+		src/linguist/linguist.pro || die
+
+	qt_use_disable_mod qml qmldevtools-private \
+		src/linguist/lupdate/lupdate.pro
+
+	qt5-build_src_prepare
+}

diff --git a/dev-qt/linguist-tools/linguist-tools-5.2.9999.ebuild b/dev-qt/linguist-tools/linguist-tools-5.2.9999.ebuild
new file mode 100644
index 0000000..7b0bda2
--- /dev/null
+++ b/dev-qt/linguist-tools/linguist-tools-5.2.9999.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+QT5_MODULE="qttools"
+
+inherit qt5-build
+
+DESCRIPTION="The Qt toolkit is a comprehensive C++ application development framework"
+
+if [[ ${QT5_BUILD_TYPE} == live ]]; then
+	KEYWORDS=""
+else
+	KEYWORDS="~amd64"
+fi
+
+IUSE="qml"
+
+DEPEND="
+	>=dev-qt/qtcore-${PV}:5[debug=]
+	>=dev-qt/qtxml-${PV}:5[debug=]
+	qml? ( >=dev-qt/qtdeclarative-${PV}:5[debug=] )
+"
+RDEPEND="${DEPEND}"
+
+QT5_TARGET_SUBDIRS=(
+	src/linguist
+)
+
+src_prepare() {
+	sed -i -e '/SUBDIRS += linguist/d' \
+		src/linguist/linguist.pro || die
+
+	qt_use_disable_mod qml qmldevtools-private \
+		src/linguist/lupdate/lupdate.pro
+
+	qt5-build_src_prepare
+}

diff --git a/dev-qt/linguist-tools/linguist-tools-5.9999.ebuild b/dev-qt/linguist-tools/linguist-tools-5.9999.ebuild
new file mode 100644
index 0000000..7b0bda2
--- /dev/null
+++ b/dev-qt/linguist-tools/linguist-tools-5.9999.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+QT5_MODULE="qttools"
+
+inherit qt5-build
+
+DESCRIPTION="The Qt toolkit is a comprehensive C++ application development framework"
+
+if [[ ${QT5_BUILD_TYPE} == live ]]; then
+	KEYWORDS=""
+else
+	KEYWORDS="~amd64"
+fi
+
+IUSE="qml"
+
+DEPEND="
+	>=dev-qt/qtcore-${PV}:5[debug=]
+	>=dev-qt/qtxml-${PV}:5[debug=]
+	qml? ( >=dev-qt/qtdeclarative-${PV}:5[debug=] )
+"
+RDEPEND="${DEPEND}"
+
+QT5_TARGET_SUBDIRS=(
+	src/linguist
+)
+
+src_prepare() {
+	sed -i -e '/SUBDIRS += linguist/d' \
+		src/linguist/linguist.pro || die
+
+	qt_use_disable_mod qml qmldevtools-private \
+		src/linguist/lupdate/lupdate.pro
+
+	qt5-build_src_prepare
+}

diff --git a/dev-qt/linguist-tools/metadata.xml b/dev-qt/linguist-tools/metadata.xml
new file mode 100644
index 0000000..64a2bbe
--- /dev/null
+++ b/dev-qt/linguist-tools/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<use>
+		<flag name="qml">Enable QML support in lupdate</flag>
+	</use>
+	<herd>qt</herd>
+	<upstream>
+		<bugs-to>https://bugreports.qt-project.org/</bugs-to>
+		<doc>http://qt-project.org/doc/</doc>
+	</upstream>
+</pkgmetadata>


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] proj/qt:master commit in: dev-qt/linguist-tools/
@ 2021-09-05 20:15 Andreas Sturmlechner
  0 siblings, 0 replies; 3+ messages in thread
From: Andreas Sturmlechner @ 2021-09-05 20:15 UTC (permalink / raw
  To: gentoo-commits

commit:     25b5386ef8320ffab5eb15b4621739551a32d383
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Sep  5 12:11:24 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Sep  5 18:23:36 2021 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=25b5386e

dev-qt/linguist-tools: Rely on qt5_tools_configure() here too

Package-Manager: Portage-3.0.22, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 dev-qt/linguist-tools/linguist-tools-5.15.9999.ebuild | 10 ----------
 1 file changed, 10 deletions(-)

diff --git a/dev-qt/linguist-tools/linguist-tools-5.15.9999.ebuild b/dev-qt/linguist-tools/linguist-tools-5.15.9999.ebuild
index e243dffd..acaacadf 100644
--- a/dev-qt/linguist-tools/linguist-tools-5.15.9999.ebuild
+++ b/dev-qt/linguist-tools/linguist-tools-5.15.9999.ebuild
@@ -34,13 +34,3 @@ src_prepare() {
 
 	qt5-build_src_prepare
 }
-
-src_configure() {
-	# Most of qttools require files that are only generated when qmake is
-	# run in the root directory.
-	# Related bugs: 633776, 676948, and 716514.
-	mkdir -p "${QT5_BUILD_DIR}" || die
-	qt5_qmake "${QT_BUILD_DIR}"
-	cp "${S}"/qttools-config.pri "${QT5_BUILD_DIR}" || die
-	qt5-build_src_configure
-}


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] proj/qt:master commit in: dev-qt/linguist-tools/
@ 2022-05-20  6:46 Andreas Sturmlechner
  0 siblings, 0 replies; 3+ messages in thread
From: Andreas Sturmlechner @ 2022-05-20  6:46 UTC (permalink / raw
  To: gentoo-commits

commit:     0151f28f2c22a35c37f861c457a3cbba457d3a44
Author:     WANG Xuerui <xen0n <AT> gentoo <DOT> org>
AuthorDate: Thu May 19 05:04:58 2022 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri May 20 06:35:57 2022 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=0151f28f

dev-qt/linguist-tools: keyword 5.15.3 for ~loong

Signed-off-by: WANG Xuerui <xen0n <AT> gentoo.org>
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 dev-qt/linguist-tools/linguist-tools-5.15.4.9999.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/linguist-tools/linguist-tools-5.15.4.9999.ebuild b/dev-qt/linguist-tools/linguist-tools-5.15.4.9999.ebuild
index 0b331846..fa97b583 100644
--- a/dev-qt/linguist-tools/linguist-tools-5.15.4.9999.ebuild
+++ b/dev-qt/linguist-tools/linguist-tools-5.15.4.9999.ebuild
@@ -9,7 +9,7 @@ inherit qt5-build
 DESCRIPTION="Tools for working with Qt translation data files"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-	KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86"
+	KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
 fi
 
 IUSE="qml"


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-05-20  6:46 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-23  0:14 [gentoo-commits] proj/qt:master commit in: dev-qt/linguist-tools/ Davide Pesavento
  -- strict thread matches above, loose matches on Subject: below --
2021-09-05 20:15 Andreas Sturmlechner
2022-05-20  6:46 Andreas Sturmlechner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox