From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 95D4659CAF for ; Fri, 1 Apr 2016 16:09:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 00992E080A; Fri, 1 Apr 2016 16:09:04 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9FBD0E05C1 for ; Fri, 1 Apr 2016 16:09:02 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A370B340DDA for ; Fri, 1 Apr 2016 16:09:01 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C1F1F7A for ; Fri, 1 Apr 2016 16:08:55 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1459526925.15516285617aaafbcc64d3cc7ae75b22c6f833e6.kensington@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/qt5ct/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/qt5ct/Manifest x11-misc/qt5ct/metadata.xml x11-misc/qt5ct/qt5ct-0.22.ebuild X-VCS-Directories: x11-misc/qt5ct/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 15516285617aaafbcc64d3cc7ae75b22c6f833e6 X-VCS-Branch: master Date: Fri, 1 Apr 2016 16:08:55 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 6da04e6d-f31d-4ce1-a4b7-790dbe911af1 X-Archives-Hash: bbc9e35005869ae3b78a3144240d1872 commit: 15516285617aaafbcc64d3cc7ae75b22c6f833e6 Author: Mandar Joshi gmail com> AuthorDate: Thu Mar 31 15:11:03 2016 +0000 Commit: Michael Palimaka gentoo 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 gentoo.org> Ebuild-By: Mandar Joshi 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 @@ + + + + + proxy-maint@gentoo.org + Gentoo Proxy Maintainers + + + emailmandar@gmail.com + Mandar Joshi + Proxied maintainer; set to assignee in all bugs + + 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 +}