public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/user/superposition:master commit in: dev-qt/qtquickcontrols2/
@ 2019-02-25  1:47 Philip Miess
  0 siblings, 0 replies; 2+ messages in thread
From: Philip Miess @ 2019-02-25  1:47 UTC (permalink / raw
  To: gentoo-commits

commit:     3367f7bd89b8b7164a36efa3455acb8f1fea1822
Author:     Philip Miess <Philip_Miess <AT> yahoo <DOT> com>
AuthorDate: Mon Feb 25 01:42:55 2019 +0000
Commit:     Philip Miess <Phil_miess <AT> yahoo <DOT> com>
CommitDate: Mon Feb 25 01:42:55 2019 +0000
URL:        https://gitweb.gentoo.org/repo/user/superposition.git/commit/?id=3367f7bd

add

Signed-off-by: Philip Miess <Philip_Miess <AT> yahoo.com>

 dev-qt/qtquickcontrols2/Manifest                   |  5 ++++
 dev-qt/qtquickcontrols2/metadata.xml               | 20 +++++++++++++++
 .../qtquickcontrols2-5.11.3.ebuild                 | 30 ++++++++++++++++++++++
 3 files changed, 55 insertions(+)

diff --git a/dev-qt/qtquickcontrols2/Manifest b/dev-qt/qtquickcontrols2/Manifest
new file mode 100644
index 0000000..c0fb088
--- /dev/null
+++ b/dev-qt/qtquickcontrols2/Manifest
@@ -0,0 +1,5 @@
+DIST qtquickcontrols2-everywhere-src-5.11.1.tar.xz 9032192 BLAKE2B 42ee81bad1cd3888c770d559ad91fa38e8ae57a72a5b6a1faced4cd8c6292e89392ea1fab14f821ed04aae5b7ac997b111f64b9725f0b35bd3b685605d367e61 SHA512 b4d42d5ec5abdd819badfef147492fecc8ed433b88705c418845d75d35ee5880b11afaf70f17e3913855ccaa9aa47b3a9d497350ecb105b4f0672cf29111eb68
+DIST qtquickcontrols2-everywhere-src-5.11.3.tar.xz 9042632 BLAKE2B fa057831927bc429f2f3b906165d8fb4299d8fc260f35578c7ab5e68a99056a50848d110f337cd2440d443f123c7aff779a57990bb8232319eb1e9c8b1e91dba SHA512 b0591ac1f6948dfea2b43691f8dc5187a4d68142c61279fcc4387e7e9ea9ac1f4062d93d4adc4f8de28a39ab86a5d035f72f0c7eacb93050f2c002d7a0fc2caa
+EBUILD qtquickcontrols2-5.11.1.ebuild 600 BLAKE2B e7054d07d92b1b6e28e724cbe49523ab80fd8bbe56f02a3e8809d41c0c7de7837a5e3e9c59e2a6fd3d74e0fe57f09937451f57599b2eb9c52ee283ea6b819e55 SHA512 a7d0276b34bcc3115a56b3e63546dfe40d1216ef7b7de8a93dde85d3acaf9308d1d72fff92536cd1b3347e956de6c71f990a67a3934007854fe7de93f3f103cb
+EBUILD qtquickcontrols2-5.11.3.ebuild 600 BLAKE2B 9a7767dd29d2dee265782b08d341b7c113d0cbd3843b0dc3bbef865f91f3b2d66c0beb1b67115bd753b23e70b7b9b22a656092870a863caf1b98cbd809c62814 SHA512 83527f3763478a3f65b085b90002d04d34be9f93c82b490e44860def7a73eca94e93632ab70a561b423c62a8686c429c37353f0f09347ea20a2d82cafd5aa99d
+MISC metadata.xml 551 BLAKE2B cbf6277d7f92518755cd42245a21869008fc6110a1e51d5ba6f8b0bf5c81634bd92300c0570d9f9fde58bb847a5ef47ce4f9fa9b0d88e4491589100274657495 SHA512 b3fd90ef9fffbd2bbfd8bd75ee09ff4dc7fb18a4ab7247a12c54c980993450466454a83938a2cbc7c423d9ddc03a46e8b29a92b443aa08166ab2fa2be2a3451c

diff --git a/dev-qt/qtquickcontrols2/metadata.xml b/dev-qt/qtquickcontrols2/metadata.xml
new file mode 100644
index 0000000..cc8ed92
--- /dev/null
+++ b/dev-qt/qtquickcontrols2/metadata.xml
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="project">
+		<email>qt@gentoo.org</email>
+		<name>Gentoo Qt Project</name>
+	</maintainer>
+	<use>
+		<flag name="widgets">Enable QtWidgets support</flag>
+	</use>
+	<upstream>
+		<bugs-to>https://bugreports.qt.io/</bugs-to>
+		<doc>https://doc.qt.io/</doc>
+	</upstream>
+	<slots>
+		<subslots>
+			Must only be used by packages that are known to use private parts of the Qt API.
+		</subslots>
+	</slots>
+</pkgmetadata>

diff --git a/dev-qt/qtquickcontrols2/qtquickcontrols2-5.11.3.ebuild b/dev-qt/qtquickcontrols2/qtquickcontrols2-5.11.3.ebuild
new file mode 100644
index 0000000..c23225e
--- /dev/null
+++ b/dev-qt/qtquickcontrols2/qtquickcontrols2-5.11.3.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit qt5-build
+
+DESCRIPTION="Set of next generation Qt Quick controls for the Qt5 framework"
+
+if [[ ${QT5_BUILD_TYPE} == release ]]; then
+	KEYWORDS="amd64 ~arm ~arm64 x86"
+fi
+
+IUSE="widgets"
+
+DEPEND="
+	~dev-qt/qtcore-${PV}
+	~dev-qt/qtdeclarative-${PV}
+	~dev-qt/qtgui-${PV}
+	widgets? ( ~dev-qt/qtwidgets-${PV} )
+"
+RDEPEND="${DEPEND}
+	~dev-qt/qtgraphicaleffects-${PV}
+"
+
+src_prepare() {
+	qt_use_disable_mod widgets widgets \
+		src/imports/platform/platform.pro
+
+	qt5-build_src_prepare
+}


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

* [gentoo-commits] repo/user/superposition:master commit in: dev-qt/qtquickcontrols2/
@ 2019-02-25  1:47 Philip Miess
  0 siblings, 0 replies; 2+ messages in thread
From: Philip Miess @ 2019-02-25  1:47 UTC (permalink / raw
  To: gentoo-commits

commit:     709d1e6b0995c09cbdb70a059f103517c8868680
Author:     Philip Miess <Philip_Miess <AT> yahoo <DOT> com>
AuthorDate: Mon Feb 25 01:43:42 2019 +0000
Commit:     Philip Miess <Phil_miess <AT> yahoo <DOT> com>
CommitDate: Mon Feb 25 01:43:42 2019 +0000
URL:        https://gitweb.gentoo.org/repo/user/superposition.git/commit/?id=709d1e6b

add qtquickcontrols2-5.11.1

Signed-off-by: Philip Miess <Philip_Miess <AT> yahoo.com>

 .../qtquickcontrols2-5.11.1.ebuild                 | 30 ++++++++++++++++++++++
 1 file changed, 30 insertions(+)

diff --git a/dev-qt/qtquickcontrols2/qtquickcontrols2-5.11.1.ebuild b/dev-qt/qtquickcontrols2/qtquickcontrols2-5.11.1.ebuild
new file mode 100644
index 0000000..36e20ea
--- /dev/null
+++ b/dev-qt/qtquickcontrols2/qtquickcontrols2-5.11.1.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit qt5-build
+
+DESCRIPTION="Set of next generation Qt Quick controls for the Qt5 framework"
+
+if [[ ${QT5_BUILD_TYPE} == release ]]; then
+	KEYWORDS="amd64 ~arm ~arm64 x86"
+fi
+
+IUSE="widgets"
+
+DEPEND="
+	~dev-qt/qtcore-${PV}
+	~dev-qt/qtdeclarative-${PV}
+	~dev-qt/qtgui-${PV}
+	widgets? ( ~dev-qt/qtwidgets-${PV} )
+"
+RDEPEND="${DEPEND}
+	~dev-qt/qtgraphicaleffects-${PV}
+"
+
+src_prepare() {
+	qt_use_disable_mod widgets widgets \
+		src/imports/platform/platform.pro
+
+	qt5-build_src_prepare
+}


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

end of thread, other threads:[~2019-02-25  1:47 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-02-25  1:47 [gentoo-commits] repo/user/superposition:master commit in: dev-qt/qtquickcontrols2/ Philip Miess
  -- strict thread matches above, loose matches on Subject: below --
2019-02-25  1:47 Philip Miess

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