public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Lars Wendler" <polynomial-c@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-themes/qtcurve/
Date: Mon, 10 Jul 2017 09:18:50 +0000 (UTC)	[thread overview]
Message-ID: <1499678321.5e89f47e69e7ae736427af594b0cb014037b6b3b.polynomial-c@gentoo> (raw)

commit:     5e89f47e69e7ae736427af594b0cb014037b6b3b
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 10 09:14:10 2017 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Mon Jul 10 09:18:41 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e89f47e

x11-themes/qtcurve: Bump to version 1.9.0_rc1 (bug #624402).

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 x11-themes/qtcurve/Manifest                 |   1 +
 x11-themes/qtcurve/qtcurve-1.9.0_rc1.ebuild | 100 ++++++++++++++++++++++++++++
 2 files changed, 101 insertions(+)

diff --git a/x11-themes/qtcurve/Manifest b/x11-themes/qtcurve/Manifest
index ea85cb9fd31..eb61495f992 100644
--- a/x11-themes/qtcurve/Manifest
+++ b/x11-themes/qtcurve/Manifest
@@ -1,3 +1,4 @@
 DIST qtcurve-1.8.18-dont_use_c++11.patch 1096 SHA256 09a9c42bd045dc9161881fdfe62b854d8577fc57e00a245ae03fb00a384cb82f SHA512 3228e4e5babd6a309fca02c4a103500acd913f40364e9dffd8238aa05377f4d31c3b2ba2c84427804de909712a2dd9b391e9f84206fca5146dbadc0d96183cf7 WHIRLPOOL 23f4e2d568e6a2331e2f34f8c3061c1f4171ef0b39e74a56da44c7d761626eefc2a5ff0fa39d4983d8c99742f753ec26dcc2287320aa8d43d5cab9a0d13f2245
 DIST qtcurve-1.8.18.tar.gz 991195 SHA256 85997c9fa4a948945d719342f5993486aecf189d176408280bad9af8600873a6 SHA512 0ba7927db11d1f2d7bad08fa923d3f0f2167d89fdf0d09bf0b677ffd4f2cc547c22890c87b8f18495e73f8ce21ffbd40899792a512dd9e2a481b81a52abd84eb WHIRLPOOL d3c7dc0c08b42deafdd5fcd513dcb2d9ea9c52ade8090d6cc022315ac80b1ea196a8a763d9c96096ee645f45bc329b837f23987bf7229c718d2a5811a35c68d1
 DIST qtcurve-1.8.18_p20170601.tar.xz 450280 SHA256 aa06d2ac8d4b5b01d227db30555db81f0b6e31ad8fd46cc31abcb3e03589742a SHA512 bde72d2f03403bcdc420612fc83b5dd20c51a4e0cd99a32dfbbd5de4bd2da666a990298ce760642a6d857d74df5e5bef0c737bf49c329ed21ae7e6f2b9ab7080 WHIRLPOOL 2adf543a03b8e88718cd7382ea52be683a7940c6b5593303d8c006d6bc1a1d828b70ad1d24d04379297918fee649a4bed03320a7bceb07077476ed640d2b3f95
+DIST qtcurve-1.9.0_rc1.tar.gz 800845 SHA256 3a5ca031761195f58f92f676355f0da6e424e997fdc4fe5914b3f58fe9d57291 SHA512 c586c5c922dcc2a374bf9e3b3abb3e64dcb6299531615fe980b8eba7d2e5a68038ec2eafae24a0c0d4782b2e08984534723bb713386d5119fa8016b9fbdd436e WHIRLPOOL dab6f2b56afdb9f1e52fbfee1680d5f57e489a7a5ee0963487a4b13eef44d0db21af21aa929d2907084a5ace845edac518f0899d98d6686275fe023f7959dfba

diff --git a/x11-themes/qtcurve/qtcurve-1.9.0_rc1.ebuild b/x11-themes/qtcurve/qtcurve-1.9.0_rc1.ebuild
new file mode 100644
index 00000000000..003e5aa51b8
--- /dev/null
+++ b/x11-themes/qtcurve/qtcurve-1.9.0_rc1.ebuild
@@ -0,0 +1,100 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+KDE_AUTODEPS="false"
+inherit kde5
+
+DESCRIPTION="Widget styles for Qt and GTK2"
+HOMEPAGE="https://quickgit.kde.org/?p=qtcurve.git"
+
+LICENSE="LGPL-2+"
+SLOT="0"
+IUSE="+X gtk nls plasma qt4 +qt5 test"
+KEYWORDS=""
+
+if [[ "${PV}" != 9999 ]] ; then
+	SRC_URI="https://github.com/KDE/qtcurve/archive/${PV/_/-}.tar.gz -> ${P}.tar.gz"
+	KEYWORDS="~amd64 ~x86"
+	S="${WORKDIR}/${P/_/-}"
+fi
+
+REQUIRED_USE="gtk? ( X )
+	|| ( gtk qt4 qt5 )
+	plasma? ( qt5 )
+"
+
+COMMON_DEPEND="
+	gtk? ( x11-libs/gtk+:2 )
+	qt4? (
+		dev-qt/qtcore:4
+		dev-qt/qtdbus:4
+		dev-qt/qtgui:4
+		dev-qt/qtsvg:4
+	)
+	qt5? (
+		$(add_qt_dep qtdbus)
+		$(add_qt_dep qtgui)
+		$(add_qt_dep qtsvg)
+		$(add_qt_dep qtwidgets)
+		$(add_qt_dep qtx11extras)
+	)
+	plasma? (
+		$(add_frameworks_dep karchive)
+		$(add_frameworks_dep kcompletion)
+		$(add_frameworks_dep kconfig)
+		$(add_frameworks_dep kconfigwidgets)
+		$(add_frameworks_dep kcoreaddons)
+		$(add_frameworks_dep kdelibs4support)
+		$(add_frameworks_dep kguiaddons)
+		$(add_frameworks_dep ki18n)
+		$(add_frameworks_dep kiconthemes)
+		$(add_frameworks_dep kio)
+		$(add_frameworks_dep kwidgetsaddons)
+		$(add_frameworks_dep kwindowsystem)
+		$(add_frameworks_dep kxmlgui)
+		$(add_qt_dep qtprintsupport)
+	)
+	X? (
+		x11-libs/libX11
+		x11-libs/libxcb
+	)
+"
+DEPEND="${COMMON_DEPEND}
+	virtual/pkgconfig
+	nls? ( sys-devel/gettext )
+"
+RDEPEND="${COMMON_DEPEND}
+	!x11-themes/gtk-engines-qtcurve
+"
+
+DOCS=( AUTHORS ChangeLog.md README.md TODO.md )
+
+#PATCHES=(
+#	"${FILESDIR}/${P}-add_utils_include.patch"
+#)
+
+pkg_setup() {
+	# bug #498776
+	if ! version_is_at_least 4.7 $(gcc-version) ; then
+		append-cxxflags -Doverride=
+	fi
+}
+
+src_configure() {
+	local mycmakeargs=(
+		-DQTC_QT4_ENABLE_KDE=OFF
+		-DQTC_QT4_ENABLE_KWIN=OFF
+		-DQTC_KDE4_DEFAULT_HOME=ON
+		-DENABLE_GTK2="$(usex gtk)"
+		-DENABLE_QT4="$(usex qt4)"
+		-DENABLE_QT5="$(usex qt5)"
+		-DENABLE_TEST="$(usex test)"
+		-DQTC_ENABLE_X11="$(usex X)"
+		-DQTC_INSTALL_PO="$(usex nls)"
+		-DQTC_QT5_ENABLE_KDE="$(usex plasma)"
+	)
+
+	kde5_src_configure
+}


             reply	other threads:[~2017-07-10  9:18 UTC|newest]

Thread overview: 55+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-07-10  9:18 Lars Wendler [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-03-07 23:24 [gentoo-commits] repo/gentoo:master commit in: x11-themes/qtcurve/ Andreas Sturmlechner
2024-03-07 23:24 Andreas Sturmlechner
2023-12-07 16:25 Arthur Zamarin
2022-02-16 17:17 Andreas Sturmlechner
2021-09-18  4:25 Sam James
2021-09-16 10:05 Agostino Sarubbo
2021-09-16  8:05 Agostino Sarubbo
2021-09-15  6:35 Agostino Sarubbo
2021-09-05  9:06 Andreas Sturmlechner
2021-08-15  9:12 Andreas Sturmlechner
2020-05-24 15:42 Andreas Sturmlechner
2020-01-12 19:33 Andreas Sturmlechner
2019-11-12  1:13 Andreas Sturmlechner
2019-10-16  9:00 Andreas Sturmlechner
2019-09-27 12:43 Andreas Sturmlechner
2019-09-26 13:50 Thomas Deutschmann
2019-08-11 21:30 Thomas Deutschmann
2019-07-24 21:52 Sergei Trofimovich
2019-07-24 21:51 Sergei Trofimovich
2019-07-22  8:48 Mikle Kolyada
2019-07-15 20:52 Andreas Sturmlechner
2019-02-15 23:28 Andreas Sturmlechner
2018-11-24 13:16 Sergei Trofimovich
2018-11-23 20:30 Thomas Deutschmann
2018-11-18 21:05 Andreas Sturmlechner
2018-10-20 15:20 Mikle Kolyada
2018-10-18 11:45 Tobias Klausmann
2018-09-17  9:05 Lars Wendler
2018-07-14  8:44 Andreas Sturmlechner
2018-06-27 19:00 Andreas Sturmlechner
2018-06-24 21:02 Andreas Sturmlechner
2018-06-19 14:32 Tobias Klausmann
2018-06-11  8:13 Agostino Sarubbo
2018-06-02 12:56 Lars Wendler
2018-05-29 12:32 Andreas Sturmlechner
2018-05-18 22:33 Andreas Sturmlechner
2017-10-05 11:21 Michael Palimaka
2017-10-02 11:58 Sergei Trofimovich
2017-09-30  2:30 Michael Palimaka
2017-09-30  2:30 Michael Palimaka
2017-09-30  2:30 Michael Palimaka
2017-08-26  8:10 Michael Palimaka
2017-08-26  8:10 Michael Palimaka
2017-07-10  9:18 Lars Wendler
2017-07-10  9:18 Lars Wendler
2016-11-21 12:55 Lars Wendler
2016-11-02 21:15 Johannes Huber
2016-06-09 15:02 Davide Pesavento
2016-06-09 14:03 Jeroen Roovers
2016-06-02 20:34 Davide Pesavento
2016-05-30 18:36 Davide Pesavento
2016-03-17 10:50 Agostino Sarubbo
2016-02-02 16:20 Tobias Klausmann
2016-01-23 16:59 Agostino Sarubbo

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=1499678321.5e89f47e69e7ae736427af594b0cb014037b6b3b.polynomial-c@gentoo \
    --to=polynomial-c@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