Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-themes/QGnomePlatform/
Date: Fri, 21 Jul 2017 08:46:59
Message-Id: 1500626798.b74fc4b82efba5c27e4a105ba5f303766f2191ad.pacho@gentoo
1 commit: b74fc4b82efba5c27e4a105ba5f303766f2191ad
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jul 21 08:23:55 2017 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Fri Jul 21 08:46:38 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b74fc4b8
7
8 x11-themes/QGnomePlatform: Package needed by adwaita-qt to get better looking of QT5 apps on Gnome desktop
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.2
11
12 x11-themes/QGnomePlatform/Manifest | 1 +
13 .../QGnomePlatform/QGnomePlatform-0.3.ebuild | 29 ++++++++++++++++++++++
14 x11-themes/QGnomePlatform/metadata.xml | 7 ++++++
15 3 files changed, 37 insertions(+)
16
17 diff --git a/x11-themes/QGnomePlatform/Manifest b/x11-themes/QGnomePlatform/Manifest
18 new file mode 100644
19 index 00000000000..0b5d3ce3ea9
20 --- /dev/null
21 +++ b/x11-themes/QGnomePlatform/Manifest
22 @@ -0,0 +1 @@
23 +DIST QGnomePlatform-0.3.tar.gz 20499 SHA256 6335f86d8a3e7b2dedd356868dcc20e0d81736f88ee1364e7c19b6f5a20c9c0c SHA512 770ab8f11285856fdec574779905d2a78b2db0d4e515cd6a96e56ccdec6cfc837b31d82eed8af3f6bb860597195cac2869a527d784558c05b9a394687a4ee9d8 WHIRLPOOL eadfec1d830b6f438a6853615e2a664d12dfd72dafece052268b2949046b4a27445fb9cfacb765b8185387d2b1bd97c1e19b5694f711299506ed8668a186da7c
24
25 diff --git a/x11-themes/QGnomePlatform/QGnomePlatform-0.3.ebuild b/x11-themes/QGnomePlatform/QGnomePlatform-0.3.ebuild
26 new file mode 100644
27 index 00000000000..bc0baaa17a8
28 --- /dev/null
29 +++ b/x11-themes/QGnomePlatform/QGnomePlatform-0.3.ebuild
30 @@ -0,0 +1,29 @@
31 +# Copyright 1999-2017 Gentoo Foundation
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=6
35 +inherit qmake-utils
36 +
37 +DESCRIPTION="A Qt Platform Theme aimed to accommodate GNOME settings"
38 +HOMEPAGE="https://github.com/MartinBriza/QGnomePlatform"
39 +SRC_URI="https://github.com/MartinBriza/QGnomePlatform/archive/${PV}/${P}.tar.gz"
40 +
41 +KEYWORDS="~amd64 ~x86"
42 +LICENSE="LGPL-2.1"
43 +SLOT="0"
44 +IUSE=""
45 +
46 +DEPEND="
47 + dev-qt/qtwidgets:5
48 + x11-libs/gtk+:3[X]
49 +"
50 +RDEPEND="${DEPEND}"
51 +
52 +src_configure() {
53 + eqmake5
54 +}
55 +
56 +src_install() {
57 + emake INSTALL_ROOT="${D}" install
58 + einstalldocs
59 +}
60
61 diff --git a/x11-themes/QGnomePlatform/metadata.xml b/x11-themes/QGnomePlatform/metadata.xml
62 new file mode 100644
63 index 00000000000..020b40648ee
64 --- /dev/null
65 +++ b/x11-themes/QGnomePlatform/metadata.xml
66 @@ -0,0 +1,7 @@
67 +<?xml version="1.0" encoding="UTF-8"?>
68 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
69 +<pkgmetadata>
70 + <maintainer type="person">
71 + <email>pacho@g.o</email>
72 + </maintainer>
73 +</pkgmetadata>