summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-09-08 10:27:41 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2018-09-08 14:03:48 +0200
commit64aa333e5583d97e0c79fbaab9e0d081306746c7 (patch)
treeafc45113905a61843b091a2cea9bc284100a34be /kde-frameworks/qqc2-desktop-style
parentkde-apps/kpat: Add FRAMEWORKS_MINIMAL,QT_MINIMAL defs (diff)
downloadgentoo-64aa333e5583d97e0c79fbaab9e0d081306746c7.tar.gz
gentoo-64aa333e5583d97e0c79fbaab9e0d081306746c7.tar.bz2
gentoo-64aa333e5583d97e0c79fbaab9e0d081306746c7.zip
kde-frameworks: Add KDE Frameworks 5.50.0
Package-Manager: Portage-2.3.49, Repoman-2.3.10
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.50.0.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 ccb859f8d2ea..04588a9c3867 100644
--- a/kde-frameworks/qqc2-desktop-style/Manifest
+++ b/kde-frameworks/qqc2-desktop-style/Manifest
@@ -1,2 +1,3 @@
DIST qqc2-desktop-style-5.46.2.tar.xz 39368 BLAKE2B 1b72456653dce0f4cc7655c78f37ca14615c59cdf2ca10ba8e4a5d2b0a6994b842938244a100f3306ef2c2e4e98e2efef99cb55b0ea62e1e9288186bf82acaa4 SHA512 068f0668c146e2c9c4905d7357ee7339cb06fa0871fba706437b688cec825d6615e4247136fefb912a8b017d5b79160261a541c284b4d509ceb58466bcb94a71
DIST qqc2-desktop-style-5.49.0.tar.xz 41088 BLAKE2B 16a0a88b07b056d6d5b5ac258421d0b3f6affc87f7c4dd134add90fa2a1414082b4ef2003aece3b7a2008014444f9ab31f1235f29cefd55bd52a21308bfc1875 SHA512 2e955fd5cfcc266b4b75c948936bb00450826060b9cef000c6db8d34a0bb86d67f53dd152a253813977ade0d340390c53ee2d0513f56a292a6be79f14f858097
+DIST qqc2-desktop-style-5.50.0.tar.xz 41084 BLAKE2B 0c392f31871c070f730597a8c1c727875e4ec1a677c632af48d2c63945299dde88689787d5ad117152d0af22440dd910791c579ab658b69d88d7925dbe0a1640 SHA512 c939f9b753848f5e2ea91e33e9886a2ce57466ebb51ce03cf543ac79744dfa8c7f838543ab9b3cbd9db5138f1fc3904e55a9640c4a9b124843a2ef1aa3cecf19
diff --git a/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-5.50.0.ebuild b/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-5.50.0.ebuild
new file mode 100644
index 000000000000..f250d641152b
--- /dev/null
+++ b/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-5.50.0.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 '' '' '5=')
+ $(add_qt_dep qtgui)
+ $(add_qt_dep qtwidgets)
+"
+RDEPEND="${DEPEND}
+ $(add_qt_dep qtgraphicaleffects)
+ $(add_qt_dep qtquickcontrols2)
+"