summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2017-09-09 19:45:25 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2017-09-09 19:45:25 +0200
commit7aaf23a169eb33347a8ebbca4e0b68aff0a92b19 (patch)
treed75dad160e15ac15b8781066521ea75a5dba4c0a
parentad8d7ddd1e78750d174d372a46f2c4fd5c73e7fe (diff)
downloadkde-7aaf23a169eb33347a8ebbca4e0b68aff0a92b19.tar.gz
kde-7aaf23a169eb33347a8ebbca4e0b68aff0a92b19.tar.bz2
kde-7aaf23a169eb33347a8ebbca4e0b68aff0a92b19.zip
kde-frameworks/qqc2-desktop-style: New package
This is going to be shipped as part of Frameworks in >=5.39 and required by Plasma 5.11. See also: https://mail.kde.org/pipermail/plasma-devel/2017-September/073780.html https://mail.kde.org/pipermail/plasma-devel/2017-September/073947.html Package-Manager: Portage-2.3.8, Repoman-2.3.3
-rw-r--r--kde-frameworks/qqc2-desktop-style/Manifest1
-rw-r--r--kde-frameworks/qqc2-desktop-style/metadata.xml8
-rw-r--r--kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-5.10.95.ebuild24
-rw-r--r--kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-9999.ebuild22
4 files changed, 55 insertions, 0 deletions
diff --git a/kde-frameworks/qqc2-desktop-style/Manifest b/kde-frameworks/qqc2-desktop-style/Manifest
new file mode 100644
index 00000000000..476ac494b40
--- /dev/null
+++ b/kde-frameworks/qqc2-desktop-style/Manifest
@@ -0,0 +1 @@
+DIST qqc2-desktop-style-5.10.95.tar.xz 32520 SHA256 bafa0600f096826ba371a1e1366e04b6c9a47c7de81cb403df1caec5d809d82f SHA512 0d9b7580a0e84ac13910ca8e706d86382a7f26eeca7010b330d9dadb704640e9d8a078cd2a1b0a603688c9b6015de1f196c1e2c8ff006d5f39ae787cbfed1202 WHIRLPOOL ccf1e4b4482cc1c33682e0b1e2fe7136e6a16873d6b88b0bcefdf20db590087526d47f85ab122a13bc3b7a3accfce9dc081c72f14782fc91d9a22ac321daaaca
diff --git a/kde-frameworks/qqc2-desktop-style/metadata.xml b/kde-frameworks/qqc2-desktop-style/metadata.xml
new file mode 100644
index 00000000000..2fdbf33d963
--- /dev/null
+++ b/kde-frameworks/qqc2-desktop-style/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>kde@gentoo.org</email>
+ <name>Gentoo KDE Project</name>
+ </maintainer>
+</pkgmetadata>
diff --git a/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-5.10.95.ebuild b/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-5.10.95.ebuild
new file mode 100644
index 00000000000..ae9dfa8d6fc
--- /dev/null
+++ b/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-5.10.95.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit kde5
+
+DESCRIPTION="Style for QtQuickControls 2 that uses QWidget's QStyle for painting"
+SRC_URI="mirror://kde/unstable/${PN}/${P}.tar.xz"
+
+KEYWORDS=""
+LICENSE="|| ( GPL-2+ LGPL-3+ )"
+IUSE=""
+
+# drop qtdeclarative subslot operator when QT_MINIMAL >= 5.8.0
+DEPEND="
+ $(add_qt_dep qtdeclarative '' '' '5=')
+ $(add_qt_dep qtgui)
+ $(add_qt_dep qtwidgets)
+"
+RDEPEND="${DEPEND}
+ $(add_qt_dep qtgraphicaleffects)
+ $(add_qt_dep qtquickcontrols2)
+"
diff --git a/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-9999.ebuild b/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-9999.ebuild
new file mode 100644
index 00000000000..c1f0dd0d61c
--- /dev/null
+++ b/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-9999.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit kde5
+
+DESCRIPTION="Style for QtQuickControls 2 that uses QWidget's QStyle for painting"
+KEYWORDS=""
+LICENSE="|| ( GPL-2+ LGPL-3+ )"
+IUSE=""
+
+# drop qtdeclarative subslot operator when QT_MINIMAL >= 5.8.0
+DEPEND="
+ $(add_qt_dep qtdeclarative '' '' '5=')
+ $(add_qt_dep qtgui)
+ $(add_qt_dep qtwidgets)
+"
+RDEPEND="${DEPEND}
+ $(add_qt_dep qtgraphicaleffects)
+ $(add_qt_dep qtquickcontrols2)
+"