From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2F1BD1396DA for ; Thu, 12 Oct 2017 17:47:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 802892BC014; Thu, 12 Oct 2017 17:47:11 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4AE432BC014 for ; Thu, 12 Oct 2017 17:47:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C8E6D33BEA7 for ; Thu, 12 Oct 2017 17:47:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 61EAA907B for ; Thu, 12 Oct 2017 17:47:08 +0000 (UTC) From: "Johannes Huber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Johannes Huber" Message-ID: <1507830343.b6765708eb4efeedb703b907f3c380905466818b.johu@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/qqc2-desktop-style/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-frameworks/qqc2-desktop-style/Manifest kde-frameworks/qqc2-desktop-style/metadata.xml kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-5.10.95.ebuild X-VCS-Directories: kde-frameworks/qqc2-desktop-style/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: b6765708eb4efeedb703b907f3c380905466818b X-VCS-Branch: master Date: Thu, 12 Oct 2017 17:47:08 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 46705e92-b792-4a31-98cb-c58c46b8e993 X-Archives-Hash: 6029ea3d3b34f611918552a3b4032023 commit: b6765708eb4efeedb703b907f3c380905466818b Author: Johannes Huber gentoo org> AuthorDate: Thu Oct 12 17:28:30 2017 +0000 Commit: Johannes Huber gentoo org> CommitDate: Thu Oct 12 17:45:43 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6765708 kde-frameworks/qqc2-desktop-style: New package Import from kde overlay. Needed for KDE Plasma 5.11. Initial ebuild by Andreas Sturmlechner gentoo.org>. Package-Manager: Portage-2.3.11, Repoman-2.3.3 kde-frameworks/qqc2-desktop-style/Manifest | 1 + kde-frameworks/qqc2-desktop-style/metadata.xml | 8 ++++++++ .../qqc2-desktop-style-5.10.95.ebuild | 24 ++++++++++++++++++++++ 3 files changed, 33 insertions(+) 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 @@ + + + + + kde@gentoo.org + Gentoo KDE Project + + 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..f1ddd6e92fe --- /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="~amd64 ~arm ~x86" +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) +"