public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michael Palimaka" <kensington@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/qt5ct/
Date: Wed, 21 Sep 2016 14:50:03 +0000 (UTC)	[thread overview]
Message-ID: <1474469391.ecc05fcc6e3bee74f20b88d888905f85d95d67d0.kensington@gentoo> (raw)

commit:     ecc05fcc6e3bee74f20b88d888905f85d95d67d0
Author:     Ilya Tumaykin <itumaykin <AT> gmail <DOT> com>
AuthorDate: Tue Sep 20 12:54:11 2016 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Wed Sep 21 14:49:51 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ecc05fcc

x11-misc/qt5ct: verbump to 0.27

Now with 100% more dbus.

Package-Manager: portage-2.3.1

Signed-off-by: Michael Palimaka <kensington <AT> gentoo.org>

 x11-misc/qt5ct/Manifest          |  1 +
 x11-misc/qt5ct/qt5ct-0.27.ebuild | 49 ++++++++++++++++++++++++++++++++++++++++
 2 files changed, 50 insertions(+)

diff --git a/x11-misc/qt5ct/Manifest b/x11-misc/qt5ct/Manifest
index a5af4ae..143ac05 100644
--- a/x11-misc/qt5ct/Manifest
+++ b/x11-misc/qt5ct/Manifest
@@ -1,2 +1,3 @@
 DIST qt5ct-0.25.tar.bz2 45094 SHA256 b2669f4317c511895f33d5d11d14a5d9535340c6fb20effe4dd37ab6c152e057 SHA512 7fb50166c83cc15f5ad1bbdc3e6c24e53d33fb34dc2b4c0aadf4bba841f390c5d76f118e4a8cc0674728a92bb5934542ab4c03a51f865a13f378f60064b34fc7 WHIRLPOOL 40c58cb0cc30c34885f544c415e1faffeb10582f18cc9dbe36b6cae417170bf556aafa68b06773854e25b657f4ba404224f8ca16f452829c9afc94f7e0dfe955
 DIST qt5ct-0.26.tar.bz2 45383 SHA256 33883e6a12c5f9392701cc3ecc3a54181e53ce827755e8e2af8530bbc6606c5b SHA512 08d6a96acdba05450221792618808db6b7ae4e578bdc30f91b1e74615592d44b5d1e95ac1c47bcd82d28b08624a0ad0b8748d235c76cc1a7737fce736d371c10 WHIRLPOOL 3d49c8caa86f2ddc5b515add11ac2bcc9e87e7f2d397bf4d270032dc7c1096ba42ad552e9f6a85b44b51fb4f46635d595b1488ad6bfc020743422fcc0c16bc9f
+DIST qt5ct-0.27.tar.bz2 45989 SHA256 d3b92b9d34469cae4f66a43ca59f5f0b548ef6d37984469361329af4348ab1f3 SHA512 7214fbd45c1478255298c60efa2d39a30fac391dde54d2a908042c44c784f6bfc412c97755c8de83d54f6d076441b14a06a8c3bf485b7ad75f4977ec21c21a7e WHIRLPOOL 18e543d8f286933ad7e98ba9c0f0cd28b6d4514599590b94bf955acaf6568fc09a4649fb54e63cf19f6dc6c64e89f77302c849b288216bb3832a144d355db605

diff --git a/x11-misc/qt5ct/qt5ct-0.27.ebuild b/x11-misc/qt5ct/qt5ct-0.27.ebuild
new file mode 100644
index 00000000..92a40e0
--- /dev/null
+++ b/x11-misc/qt5ct/qt5ct-0.27.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit qmake-utils
+
+DESCRIPTION="Qt5 configuration tool, similar to qtconfig for Qt4"
+HOMEPAGE="https://sourceforge.net/projects/qt5ct/"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+RDEPEND="
+	dev-qt/qtcore:5
+	dev-qt/qtgui:5=[dbus]
+	dev-qt/qtwidgets:5
+"
+DEPEND="${RDEPEND}
+	dev-qt/linguist-tools:5
+"
+
+src_configure() {
+	eqmake5 ${PN}.pro
+}
+
+src_install() {
+	emake INSTALL_ROOT="${D}" install
+	einstalldocs
+
+	echo 'QT_QPA_PLATFORMTHEME=qt5ct' > "${T}"/98${PN} || die
+	doenvd "${T}"/98${PN}
+}
+
+pkg_postinst() {
+	if [[ -z ${REPLACING_VERSIONS} ]]; then
+		ewarn "qt5ct configuration won't be applied to the currently running sessions."
+		ewarn "Please relogin."
+	fi
+	if ! has_version 'dev-qt/qtsvg:5'; then
+		echo
+		elog "For SVG icon themes, please install 'dev-qt/qtsvg:5'."
+		echo
+	fi
+}


             reply	other threads:[~2016-09-21 14:50 UTC|newest]

Thread overview: 59+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-09-21 14:50 Michael Palimaka [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-11-11 20:50 [gentoo-commits] repo/gentoo:master commit in: x11-misc/qt5ct/ Michał Górny
2023-11-11 20:17 Arthur Zamarin
2023-10-08 17:48 Michał Górny
2023-04-08 18:45 Michał Górny
2023-04-08 18:01 Arthur Zamarin
2023-04-08 17:33 Arthur Zamarin
2023-03-01  6:16 Michał Górny
2023-02-27  5:38 Michał Górny
2021-12-18 15:39 Michał Górny
2021-12-18 15:09 Arthur Zamarin
2021-12-18 15:09 Arthur Zamarin
2021-10-20  9:40 Michał Górny
2021-10-02  7:50 Michał Górny
2021-09-27  8:27 Agostino Sarubbo
2021-09-27  8:26 Agostino Sarubbo
2021-08-05 16:42 Georgy Yakovlev
2021-08-01 21:12 Michał Górny
2021-08-01 21:12 Michał Górny
2021-07-03  6:26 Michał Górny
2021-07-03  1:30 Sam James
2021-07-03  1:28 Sam James
2021-04-21  6:40 Michał Górny
2020-09-18  9:38 Michał Górny
2020-09-18  8:26 Agostino Sarubbo
2020-09-18  7:29 Agostino Sarubbo
2020-08-05 15:18 Michał Górny
2020-08-05 14:17 Agostino Sarubbo
2020-07-21 12:39 Michał Górny
2020-07-16 13:19 Sam James
2020-06-15 13:20 Michał Górny
2019-12-30 16:14 Agostino Sarubbo
2019-12-29 20:51 Michał Górny
2019-09-23 17:00 Michał Górny
2019-09-22 18:37 Michał Górny
2019-09-22 18:37 Michał Górny
2019-07-18 14:38 Thomas Deutschmann
2018-10-12 20:13 Michał Górny
2018-05-13 19:15 Johannes Huber
2018-04-15 23:49 Aaron Bauman
2018-03-11 12:49 Michael Palimaka
2017-05-30 21:37 Patrice Clement
2017-05-27 13:14 Michał Górny
2017-05-11 17:51 Michał Górny
2017-05-05 14:10 Agostino Sarubbo
2017-03-30  7:41 Michael Palimaka
2017-03-11 13:31 Agostino Sarubbo
2017-02-04 21:25 David Seifert
2017-01-25 11:27 Michael Palimaka
2017-01-25 11:27 Michael Palimaka
2016-11-17 11:51 Michael Palimaka
2016-11-17 11:51 Michael Palimaka
2016-09-21 14:50 Michael Palimaka
2016-09-10 18:11 Michael Palimaka
2016-08-14 17:49 Michael Palimaka
2016-08-14 17:49 Michael Palimaka
2016-07-22 13:05 Patrice Clement
2016-04-01 16:10 Michael Palimaka
2016-04-01 16:08 Michael Palimaka

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=1474469391.ecc05fcc6e3bee74f20b88d888905f85d95d67d0.kensington@gentoo \
    --to=kensington@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