From: "Michael Palimaka" <kensington@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/qt5ct/
Date: Fri, 1 Apr 2016 16:08:55 +0000 (UTC) [thread overview]
Message-ID: <1459526925.15516285617aaafbcc64d3cc7ae75b22c6f833e6.kensington@gentoo> (raw)
commit: 15516285617aaafbcc64d3cc7ae75b22c6f833e6
Author: Mandar Joshi <emailmandar <AT> gmail <DOT> com>
AuthorDate: Thu Mar 31 15:11:03 2016 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Fri Apr 1 16:08:45 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15516285
x11-misc/qt5ct: Qt5 Configuration Tool
This program allows users to configure Qt5 settings (theme, font,
icons, etc.) under DE/WM without Qt integration.
Gentoo-Bug: #577840
Bug-Reported-By: Michael Palimaka <kensington <AT> gentoo.org>
Ebuild-By: Mandar Joshi <emailmandar <AT> gmail.com>
x11-misc/qt5ct/Manifest | 2 ++
x11-misc/qt5ct/metadata.xml | 13 +++++++++++++
x11-misc/qt5ct/qt5ct-0.22.ebuild | 28 ++++++++++++++++++++++++++++
3 files changed, 43 insertions(+)
diff --git a/x11-misc/qt5ct/Manifest b/x11-misc/qt5ct/Manifest
new file mode 100644
index 0000000..51eb50b
--- /dev/null
+++ b/x11-misc/qt5ct/Manifest
@@ -0,0 +1,2 @@
+DIST qt5ct-0.22.tar.bz2 41792 SHA256 a33d614c7af93cfdc295f21459b9fe39c6bedcbaf1a0c6dc1d26c18fca6d6c83 SHA512 f66be3c5a9a00c64d7554019183c309b1068f9f13b85b0df3cac0f6908d1edca496663fc22b1b1c9d909c102c90fcafde68626427277cb8384e85cfb3bac1337 WHIRLPOOL 0c0a66565f1cfdd19a64f1b1a6c42919b9ce25e00047dcc8bd83c9827a96cab866a709f1ca300200ca104ef3af7e75461c14698b953c17cc8d4daedc101da47e
+MISC metadata.xml 450 SHA256 ab90ddfc389216e0d765a74f25d46c3aa29d8ff3227ecc11671c2eace0782b6f SHA512 3d21eb5af3ded530f520c115a35b27f7f3cfef2ed69daa0be921ab9973ff8e62810869af842ecc47444ab9e146da85ce6c453dadb9b51c9604e26263cf2d17f1 WHIRLPOOL 5d2cb61f77a3e49250558b355ae8602ce0205070d195326d919cd4ac92e77ed1c0c6fbbe47c228ba61209923ed2914d9edaee321898a029af0a64a5033c27cc1
diff --git a/x11-misc/qt5ct/metadata.xml b/x11-misc/qt5ct/metadata.xml
new file mode 100644
index 0000000..a89a5f3
--- /dev/null
+++ b/x11-misc/qt5ct/metadata.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>proxy-maint@gentoo.org</email>
+ <name>Gentoo Proxy Maintainers</name>
+ </maintainer>
+ <maintainer type="person">
+ <email>emailmandar@gmail.com</email>
+ <name>Mandar Joshi</name>
+ <description>Proxied maintainer; set to assignee in all bugs</description>
+ </maintainer>
+</pkgmetadata>
diff --git a/x11-misc/qt5ct/qt5ct-0.22.ebuild b/x11-misc/qt5ct/qt5ct-0.22.ebuild
new file mode 100644
index 0000000..574759f
--- /dev/null
+++ b/x11-misc/qt5ct/qt5ct-0.22.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit qmake-utils
+
+DESCRIPTION="This program allows users to configure Qt5 settings"
+HOMEPAGE="http://qt5ct.sourceforge.net/"
+SRC_URI="mirror://sourceforge/qt5ct/${P}.tar.bz2"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+RDEPEND=">=dev-qt/qtcore-5.4.2
+ >=dev-qt/qtxml-5.4.2
+ >=dev-qt/qtgui-5.4.2
+ >=dev-qt/qtwidgets-5.4.2"
+DEPEND="${RDEPEND}
+ >=dev-qt/linguist-tools-5.4.2"
+
+src_configure() {
+ eqmake5 ${PN}.pro
+}
+
+src_install() {
+ emake INSTALL_ROOT="${D}" install
+}
next reply other threads:[~2016-04-01 16:09 UTC|newest]
Thread overview: 59+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-04-01 16:08 Michael Palimaka [this message]
-- strict thread matches above, loose matches on Subject: below --
2016-04-01 16:10 [gentoo-commits] repo/gentoo:master commit in: x11-misc/qt5ct/ Michael Palimaka
2016-07-22 13:05 Patrice Clement
2016-08-14 17:49 Michael Palimaka
2016-08-14 17:49 Michael Palimaka
2016-09-10 18:11 Michael Palimaka
2016-09-21 14:50 Michael Palimaka
2016-09-21 14:50 Michael Palimaka
2016-11-17 11:51 Michael Palimaka
2016-11-17 11:51 Michael Palimaka
2017-01-25 11:27 Michael Palimaka
2017-01-25 11:27 Michael Palimaka
2017-02-04 21:25 David Seifert
2017-03-11 13:31 Agostino Sarubbo
2017-03-30 7:41 Michael Palimaka
2017-05-05 14:10 Agostino Sarubbo
2017-05-11 17:51 Michał Górny
2017-05-27 13:14 Michał Górny
2017-05-30 21:37 Patrice Clement
2018-03-11 12:49 Michael Palimaka
2018-04-15 23:49 Aaron Bauman
2018-05-13 19:15 Johannes Huber
2018-10-12 20:13 Michał Górny
2019-07-18 14:38 Thomas Deutschmann
2019-09-22 18:37 Michał Górny
2019-09-22 18:37 Michał Górny
2019-09-23 17:00 Michał Górny
2019-12-29 20:51 Michał Górny
2019-12-30 16:14 Agostino Sarubbo
2020-06-15 13:20 Michał Górny
2020-07-16 13:19 Sam James
2020-07-21 12:39 Michał Górny
2020-08-05 14:17 Agostino Sarubbo
2020-08-05 15:18 Michał Górny
2020-09-18 7:29 Agostino Sarubbo
2020-09-18 8:26 Agostino Sarubbo
2020-09-18 9:38 Michał Górny
2021-04-21 6:40 Michał Górny
2021-07-03 1:28 Sam James
2021-07-03 1:30 Sam James
2021-07-03 6:26 Michał Górny
2021-08-01 21:12 Michał Górny
2021-08-01 21:12 Michał Górny
2021-08-05 16:42 Georgy Yakovlev
2021-09-27 8:26 Agostino Sarubbo
2021-09-27 8:27 Agostino Sarubbo
2021-10-02 7:50 Michał Górny
2021-10-20 9:40 Michał Górny
2021-12-18 15:09 Arthur Zamarin
2021-12-18 15:09 Arthur Zamarin
2021-12-18 15:39 Michał Górny
2023-02-27 5:38 Michał Górny
2023-03-01 6:16 Michał Górny
2023-04-08 17:33 Arthur Zamarin
2023-04-08 18:01 Arthur Zamarin
2023-04-08 18:45 Michał Górny
2023-10-08 17:48 Michał Górny
2023-11-11 20:17 Arthur Zamarin
2023-11-11 20:50 Michał Górny
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=1459526925.15516285617aaafbcc64d3cc7ae75b22c6f833e6.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