public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Ben de Groot" <yngwin@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/qt:master commit in: x11-themes/qtcurve/
Date: Sun,  3 Nov 2013 11:51:20 +0000 (UTC)	[thread overview]
Message-ID: <1383479467.e2285b4b4b81cc15182591759c65f6cf2705a423.yngwin@gentoo> (raw)

commit:     e2285b4b4b81cc15182591759c65f6cf2705a423
Author:     Ben de Groot <yngwin <AT> gentoo <DOT> org>
AuthorDate: Sun Nov  3 11:51:07 2013 +0000
Commit:     Ben de Groot <yngwin <AT> gentoo <DOT> org>
CommitDate: Sun Nov  3 11:51:07 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=e2285b4b

x11-themes/qtcurve: add live ebuild for new upstream unified qtcurve package

---
 x11-themes/qtcurve/metadata.xml        | 10 +++++
 x11-themes/qtcurve/qtcurve-9999.ebuild | 67 ++++++++++++++++++++++++++++++++++
 2 files changed, 77 insertions(+)

diff --git a/x11-themes/qtcurve/metadata.xml b/x11-themes/qtcurve/metadata.xml
new file mode 100644
index 0000000..af38a96
--- /dev/null
+++ b/x11-themes/qtcurve/metadata.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+  <herd>qt</herd>
+  <use>
+    <flag name="kde">Enable KDE4 support. This adds a QtCurve configuration
+      module to KDE's SystemSettings</flag>
+    <flag name="windeco">Enable window decoration for KWin</flag>
+  </use>
+</pkgmetadata>

diff --git a/x11-themes/qtcurve/qtcurve-9999.ebuild b/x11-themes/qtcurve/qtcurve-9999.ebuild
new file mode 100644
index 0000000..f0e0c16
--- /dev/null
+++ b/x11-themes/qtcurve/qtcurve-9999.ebuild
@@ -0,0 +1,67 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+KDE_REQUIRED="optional"
+inherit cmake-utils kde4-base
+
+DESCRIPTION="A set of widget styles for Qt and GTK2"
+HOMEPAGE="https://github.com/QtCurve/qtcurve-qt4"
+
+if [[ ${PV} == *9999* ]]; then
+	inherit git-r3
+	EGIT_REPO_URI="https://github.com/QtCurve/qtcurve.git"
+	KEYWORDS=""
+else
+	SRC_URI="https://github.com/QtCurve/${PN}/archive/${PV}.tar.gz  -> ${P}.tar.gz"
+	KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+fi
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE="+X gtk kde nls +qt4 qt5 windeco"
+REQUIRED_USE="gtk? ( X )
+	windeco? ( kde X )
+	|| ( gtk qt4 qt5 )"
+
+RDEPEND="X? ( x11-libs/libxcb
+		x11-libs/libX11 )
+	gtk? ( x11-libs/gtk+:2 )
+	qt4? ( dev-qt/qtdbus:4
+		dev-qt/qtgui:4
+		dev-qt/qtsvg:4
+	)
+	qt5? ( dev-qt/qtgui:5
+		dev-qt/qtsvg:5
+		dev-qt/qtwidgets:5
+		X? ( dev-qt/qtdbus:5
+			dev-qt/qtx11extras:5 )
+	)
+	kde? ( $(add_kdebase_dep systemsettings)
+		windeco? ( $(add_kdebase_dep kwin) )
+	)
+	!x11-themes/gtk-engines-qtcurve"
+DEPEND="${RDEPEND}
+	virtual/pkgconfig
+	nls? ( sys-devel/gettext )"
+
+DOCS=( AUTHORS ChangeLog.md README.md TODO.md )
+
+pkg_setup() {
+	use kde && kde4-base_pkg_setup
+}
+
+src_configure() {
+	local mycmakeargs
+	mycmakeargs=(
+		$(cmake-utils_use_enable gtk GTK2)
+		$(cmake-utils_use_enable qt4 QT4)
+		$(cmake-utils_use_enable qt5 QT5)
+		$(cmake-utils_use X QTC_ENABLE_X11 )
+		$(cmake-utils_use kde QTC_QT4_ENABLE_KDE )
+		$(cmake-utils_use windeco QTC_QT4_ENABLE_KWIN )
+		$(cmake-utils_use nls QTC_INSTALL_PO )
+	)
+	cmake-utils_src_configure
+}


             reply	other threads:[~2013-11-03 11:51 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-11-03 11:51 Ben de Groot [this message]
  -- strict thread matches above, loose matches on Subject: below --
2013-11-25  8:57 [gentoo-commits] proj/qt:master commit in: x11-themes/qtcurve/ Sergey Popov
2014-01-20  9:25 Ben de Groot
2014-01-20  9:59 Ben de Groot
2014-09-04 11:35 Michael Palimaka
2014-12-13  3:44 Ben de Groot
2015-04-17 23:41 Davide Pesavento
2016-05-26 10:44 Michael Palimaka
2016-07-07 20:41 Davide Pesavento

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=1383479467.e2285b4b4b81cc15182591759c65f6cf2705a423.yngwin@gentoo \
    --to=yngwin@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