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 DFA8A139694 for ; Fri, 21 Jul 2017 08:46:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4A4C0E07D3; Fri, 21 Jul 2017 08:46:59 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 27E5FE07D3 for ; Fri, 21 Jul 2017 08:46:59 +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 4BB34341880 for ; Fri, 21 Jul 2017 08:46:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1421B74B3 for ; Fri, 21 Jul 2017 08:46:57 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1500626798.b74fc4b82efba5c27e4a105ba5f303766f2191ad.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-themes/QGnomePlatform/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-themes/QGnomePlatform/Manifest x11-themes/QGnomePlatform/QGnomePlatform-0.3.ebuild x11-themes/QGnomePlatform/metadata.xml X-VCS-Directories: x11-themes/QGnomePlatform/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: b74fc4b82efba5c27e4a105ba5f303766f2191ad X-VCS-Branch: master Date: Fri, 21 Jul 2017 08:46:57 +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: 265a8001-be3b-49a9-812e-97606fe9df21 X-Archives-Hash: 51494db5a92d8220bd986e514b33fe11 commit: b74fc4b82efba5c27e4a105ba5f303766f2191ad Author: Pacho Ramos gentoo org> AuthorDate: Fri Jul 21 08:23:55 2017 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Fri Jul 21 08:46:38 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b74fc4b8 x11-themes/QGnomePlatform: Package needed by adwaita-qt to get better looking of QT5 apps on Gnome desktop Package-Manager: Portage-2.3.6, Repoman-2.3.2 x11-themes/QGnomePlatform/Manifest | 1 + .../QGnomePlatform/QGnomePlatform-0.3.ebuild | 29 ++++++++++++++++++++++ x11-themes/QGnomePlatform/metadata.xml | 7 ++++++ 3 files changed, 37 insertions(+) diff --git a/x11-themes/QGnomePlatform/Manifest b/x11-themes/QGnomePlatform/Manifest new file mode 100644 index 00000000000..0b5d3ce3ea9 --- /dev/null +++ b/x11-themes/QGnomePlatform/Manifest @@ -0,0 +1 @@ +DIST QGnomePlatform-0.3.tar.gz 20499 SHA256 6335f86d8a3e7b2dedd356868dcc20e0d81736f88ee1364e7c19b6f5a20c9c0c SHA512 770ab8f11285856fdec574779905d2a78b2db0d4e515cd6a96e56ccdec6cfc837b31d82eed8af3f6bb860597195cac2869a527d784558c05b9a394687a4ee9d8 WHIRLPOOL eadfec1d830b6f438a6853615e2a664d12dfd72dafece052268b2949046b4a27445fb9cfacb765b8185387d2b1bd97c1e19b5694f711299506ed8668a186da7c diff --git a/x11-themes/QGnomePlatform/QGnomePlatform-0.3.ebuild b/x11-themes/QGnomePlatform/QGnomePlatform-0.3.ebuild new file mode 100644 index 00000000000..bc0baaa17a8 --- /dev/null +++ b/x11-themes/QGnomePlatform/QGnomePlatform-0.3.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +inherit qmake-utils + +DESCRIPTION="A Qt Platform Theme aimed to accommodate GNOME settings" +HOMEPAGE="https://github.com/MartinBriza/QGnomePlatform" +SRC_URI="https://github.com/MartinBriza/QGnomePlatform/archive/${PV}/${P}.tar.gz" + +KEYWORDS="~amd64 ~x86" +LICENSE="LGPL-2.1" +SLOT="0" +IUSE="" + +DEPEND=" + dev-qt/qtwidgets:5 + x11-libs/gtk+:3[X] +" +RDEPEND="${DEPEND}" + +src_configure() { + eqmake5 +} + +src_install() { + emake INSTALL_ROOT="${D}" install + einstalldocs +} diff --git a/x11-themes/QGnomePlatform/metadata.xml b/x11-themes/QGnomePlatform/metadata.xml new file mode 100644 index 00000000000..020b40648ee --- /dev/null +++ b/x11-themes/QGnomePlatform/metadata.xml @@ -0,0 +1,7 @@ + + + + + pacho@gentoo.org + +