summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-05-17 12:47:17 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2018-05-17 13:10:23 +0200
commit0c7de1f498040cca55e9fa40337e03f765461f1a (patch)
treeda7f0ae99054b6c867c09600ec55c01c72faebfa /kde-frameworks/qqc2-desktop-style
parentdev-libs/libx86: set https in HOMEPAGE and SRC_URI urls (diff)
downloadgentoo-0c7de1f498040cca55e9fa40337e03f765461f1a.tar.gz
gentoo-0c7de1f498040cca55e9fa40337e03f765461f1a.tar.bz2
gentoo-0c7de1f498040cca55e9fa40337e03f765461f1a.zip
kde-frameworks/qqc2-desktop-style: 5.46.2 version bump
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'kde-frameworks/qqc2-desktop-style')
-rw-r--r--kde-frameworks/qqc2-desktop-style/Manifest1
-rw-r--r--kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-5.46.2.ebuild25
2 files changed, 26 insertions, 0 deletions
diff --git a/kde-frameworks/qqc2-desktop-style/Manifest b/kde-frameworks/qqc2-desktop-style/Manifest
index cb4326a55a31..9bfb57584eb1 100644
--- a/kde-frameworks/qqc2-desktop-style/Manifest
+++ b/kde-frameworks/qqc2-desktop-style/Manifest
@@ -1,2 +1,3 @@
DIST qqc2-desktop-style-5.43.0.tar.xz 36916 BLAKE2B de086300fb86fbebafaa4f5d0065b9ce2e8d7bc9e6c68698d938b555a834857357ab9f949597a42f3a7c80236bfc5a396b881ac92210d578b3a2e0f63672b921 SHA512 f20f67745bfd58a78fbe943b0676326ddcd18f4d733d77d50c29ed5a0b4215e7500634225e14700f3b344a9b5952def756b90bd5844c7fa516fba28e7a27bb13
DIST qqc2-desktop-style-5.46.0.tar.xz 39376 BLAKE2B 3a671e8a0d76019ab92ce6d1f0f81bfe858a3177fe76e0ab94e6336f9699a31b5bd84d29012f7c15e47d74aefeae0fa1693b7f5981d2ef4d9a40784a1e7de4d3 SHA512 5d00a9362b238e3c84c0d0c0d75d0d0c3db1ab13e5e64ea811dfe262c08b4ec4bee7b7c110fc010bc4bb3bfc2fa7c1cd741fef6635c9a787734d2c5cd2f087a3
+DIST qqc2-desktop-style-5.46.2.tar.xz 39368 BLAKE2B 1b72456653dce0f4cc7655c78f37ca14615c59cdf2ca10ba8e4a5d2b0a6994b842938244a100f3306ef2c2e4e98e2efef99cb55b0ea62e1e9288186bf82acaa4 SHA512 068f0668c146e2c9c4905d7357ee7339cb06fa0871fba706437b688cec825d6615e4247136fefb912a8b017d5b79160261a541c284b4d509ceb58466bcb94a71
diff --git a/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-5.46.2.ebuild b/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-5.46.2.ebuild
new file mode 100644
index 000000000000..37fd3f67ea3a
--- /dev/null
+++ b/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-5.46.2.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+KDE_QTHELP="false"
+inherit kde5
+
+DESCRIPTION="Style for QtQuickControls 2 that uses QWidget's QStyle for painting"
+KEYWORDS="~amd64 ~arm ~x86"
+LICENSE="|| ( GPL-2+ LGPL-3+ )"
+IUSE=""
+
+DEPEND="
+ $(add_frameworks_dep kconfigwidgets)
+ $(add_frameworks_dep kiconthemes)
+ $(add_frameworks_dep kirigami)
+ $(add_qt_dep qtdeclarative)
+ $(add_qt_dep qtgui)
+ $(add_qt_dep qtwidgets)
+"
+RDEPEND="${DEPEND}
+ $(add_qt_dep qtgraphicaleffects)
+ $(add_qt_dep qtquickcontrols2)
+"