public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Pacho Ramos" <pacho@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-themes/adwaita-qt/
Date: Fri, 21 Jul 2017 08:46:57 +0000 (UTC)	[thread overview]
Message-ID: <1500626800.972483cac6332bf7b3103ef8ce55003011c9b970.pacho@gentoo> (raw)

commit:     972483cac6332bf7b3103ef8ce55003011c9b970
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 21 08:41:41 2017 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Fri Jul 21 08:46:40 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=972483ca

x11-themes/adwaita-qt: Package adwaita-qt themes for better integration with Gnome

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 x11-themes/adwaita-qt/Manifest              |  1 +
 x11-themes/adwaita-qt/adwaita-qt-1.0.ebuild | 56 +++++++++++++++++++++++++++++
 x11-themes/adwaita-qt/metadata.xml          |  7 ++++
 3 files changed, 64 insertions(+)

diff --git a/x11-themes/adwaita-qt/Manifest b/x11-themes/adwaita-qt/Manifest
new file mode 100644
index 00000000000..1e60bdfd145
--- /dev/null
+++ b/x11-themes/adwaita-qt/Manifest
@@ -0,0 +1 @@
+DIST adwaita-qt-1.0.tar.gz 565625 SHA256 c2c0c71b131d0e3e58ee108570796cf70b35dccaa64ce17915d4486de5e91513 SHA512 35993a9f99f9d41812d448d679a9e7a8cb15e8ed9b23a2ea9a33c61c1bfc98a226f8bea2fce3ff0dab29420ff10c4e4a4a800c9b989475cc66c4042257fe154c WHIRLPOOL a45d838d2cf39237065ed8f7b650678c69ec80683b6f1e215d2252fb3e15dc16d5e1c5ed1ff2bd9c3bed2e37abf96f068a54f458336d39c4dffe049306c78993

diff --git a/x11-themes/adwaita-qt/adwaita-qt-1.0.ebuild b/x11-themes/adwaita-qt/adwaita-qt-1.0.ebuild
new file mode 100644
index 00000000000..7b1729cb1b8
--- /dev/null
+++ b/x11-themes/adwaita-qt/adwaita-qt-1.0.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit cmake-utils
+
+DESCRIPTION="A style to bend Qt applications to look like they belong into GNOME Shell"
+HOMEPAGE="https://github.com/MartinBriza/adwaita-qt"
+SRC_URI="https://github.com/MartinBriza/${PN}/archive/${PV}/${P}.tar.gz"
+
+KEYWORDS="~amd64 ~x86"
+LICENSE="GPL-2 LGPL-2"
+SLOT="0"
+
+IUSE="gnome qt4 +qt5"
+REQUIRED_USE="|| ( qt4 qt5 )"
+
+RDEPEND="
+	gnome? ( x11-themes/QGnomePlatform )
+	qt4? (
+		dev-qt/qtgui:4
+		dev-qt/qtdbus:4
+	)
+	qt5? (
+		dev-qt/qtwidgets:5
+		dev-qt/qtdbus:5
+	)
+"
+DEPEND="${RDEPEND}"
+
+src_configure() {
+	if use qt4; then
+		BUILD_DIR="${WORKDIR}/${PN}_qt4"
+		local mycmakeargs=( -DUSE_QT4=ON )
+		cmake-utils_src_configure
+	fi
+	if use qt5; then
+		BUILD_DIR="${WORKDIR}/${PN}_qt5"
+		local mycmakeargs=( -DUSE_QT4=OFF )
+		cmake-utils_src_configure
+	fi
+}
+
+src_compile() {
+	local _d
+	for _d in "${WORKDIR}"/${PN}_qt*; do
+		cmake-utils_src_compile -C "${_d}"
+	done
+}
+
+src_install() {
+	local _d
+	for _d in "${WORKDIR}"/${PN}_qt*; do
+		cmake-utils_src_install -C "${_d}"
+	done
+}

diff --git a/x11-themes/adwaita-qt/metadata.xml b/x11-themes/adwaita-qt/metadata.xml
new file mode 100644
index 00000000000..020b40648ee
--- /dev/null
+++ b/x11-themes/adwaita-qt/metadata.xml
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>pacho@gentoo.org</email>
+	</maintainer>
+</pkgmetadata>


             reply	other threads:[~2017-07-21  8:47 UTC|newest]

Thread overview: 49+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-07-21  8:46 Pacho Ramos [this message]
  -- strict thread matches above, loose matches on Subject: below --
2017-09-08 13:46 [gentoo-commits] repo/gentoo:master commit in: x11-themes/adwaita-qt/ Pacho Ramos
2018-05-27 11:40 Pacho Ramos
2018-06-11  8:13 Agostino Sarubbo
2018-06-17 21:17 Andreas Sturmlechner
2019-06-27  7:29 Sergei Trofimovich
2019-07-31  7:52 Pacho Ramos
2019-11-20 11:16 Agostino Sarubbo
2019-11-20 15:40 Agostino Sarubbo
2019-12-05  7:54 Pacho Ramos
2019-12-15 15:22 Pacho Ramos
2020-01-12 20:33 Andreas Sturmlechner
2020-01-20 12:52 Agostino Sarubbo
2020-01-21 10:42 Agostino Sarubbo
2020-01-21 19:48 Pacho Ramos
2020-05-20 20:17 Pacho Ramos
2020-05-31 12:42 Pacho Ramos
2020-05-31 12:42 Pacho Ramos
2020-06-21 20:31 Thomas Deutschmann
2020-07-14 19:16 Pacho Ramos
2021-02-14 16:23 Pacho Ramos
2021-02-14 16:23 Pacho Ramos
2021-02-14 16:23 Pacho Ramos
2021-03-28  8:33 Pacho Ramos
2021-05-20 13:12 Pacho Ramos
2021-05-20 13:12 Pacho Ramos
2021-05-20 16:20 Sam James
2021-05-20 16:20 Sam James
2021-06-06 18:12 Pacho Ramos
2021-06-06 18:12 Pacho Ramos
2021-07-09  6:26 Agostino Sarubbo
2021-07-11 20:51 Sam James
2021-08-25 12:31 Pacho Ramos
2021-08-25 12:31 Pacho Ramos
2021-11-11 10:44 Pacho Ramos
2021-11-11 10:44 Pacho Ramos
2021-11-11 10:44 Pacho Ramos
2021-12-14 15:45 Jakov Smolić
2021-12-14 15:45 Jakov Smolić
2022-01-13  2:00 Georgy Yakovlev
2022-10-02  8:03 Pacho Ramos
2022-10-02  8:03 Pacho Ramos
2022-12-01 22:24 Jakov Smolić
2022-12-01 22:28 Jakov Smolić
2023-04-20 13:25 Pacho Ramos
2023-04-20 13:26 Pacho Ramos
2023-11-10 16:39 Pacho Ramos
2024-03-11 16:17 Viorel Munteanu
2024-03-11 16:17 Viorel Munteanu

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1500626800.972483cac6332bf7b3103ef8ce55003011c9b970.pacho@gentoo \
    --to=pacho@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox