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 0B8931388E5 for ; Wed, 29 Oct 2014 17:53:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5F273E086F; Wed, 29 Oct 2014 17:53:39 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D280BE086F for ; Wed, 29 Oct 2014 17:53:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BC1BD340471 for ; Wed, 29 Oct 2014 17:53:37 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 680CB903F for ; Wed, 29 Oct 2014 17:53:36 +0000 (UTC) From: "Jauhien Piatlicki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jauhien Piatlicki" Message-ID: <1414604548.5ec5eb60ca8f4130b2bd93308c8195a367b1e5c7.jauhien@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: lxqt-base/lxqt-config/ X-VCS-Repository: proj/qt X-VCS-Files: lxqt-base/lxqt-config/Manifest lxqt-base/lxqt-config/lxqt-config-0.8.0.ebuild X-VCS-Directories: lxqt-base/lxqt-config/ X-VCS-Committer: jauhien X-VCS-Committer-Name: Jauhien Piatlicki X-VCS-Revision: 5ec5eb60ca8f4130b2bd93308c8195a367b1e5c7 X-VCS-Branch: master Date: Wed, 29 Oct 2014 17:53:36 +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: 6bf92e9d-29f7-44e7-a2fd-99a97fe47377 X-Archives-Hash: f36e8ca49b8daf52d43b04b95efc15db commit: 5ec5eb60ca8f4130b2bd93308c8195a367b1e5c7 Author: Jauhien Piatlicki gentoo org> AuthorDate: Wed Oct 29 17:42:28 2014 +0000 Commit: Jauhien Piatlicki gentoo org> CommitDate: Wed Oct 29 17:42:28 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=5ec5eb60 [lxqt-base/lxqt-config] 0.8.0 release --- lxqt-base/lxqt-config/Manifest | 1 + lxqt-base/lxqt-config/lxqt-config-0.8.0.ebuild | 54 ++++++++++++++++++++++++++ 2 files changed, 55 insertions(+) diff --git a/lxqt-base/lxqt-config/Manifest b/lxqt-base/lxqt-config/Manifest new file mode 100644 index 0000000..7af6146 --- /dev/null +++ b/lxqt-base/lxqt-config/Manifest @@ -0,0 +1 @@ +DIST lxqt-config-0.8.0.tar.xz 124940 SHA256 d2817df3c890038aca3e9efa2e2319df51825f47fdda5858efd92459bb8f4ad8 SHA512 3f54738d24348fb405b7dabe483393804310c843d82c100789ebf47258a6f5056222066fa752a4417eed3a6f4a03f174b334ea1b4898e42ebd5f49289848ffd3 WHIRLPOOL 14522ecac04026cffda8a76ba45a5488794e5474572345bacfd5078fc633101f90c3fa502f1bed73aa258d6283cbbd3c7088ba47fcde577344b4703c965bd5ce diff --git a/lxqt-base/lxqt-config/lxqt-config-0.8.0.ebuild b/lxqt-base/lxqt-config/lxqt-config-0.8.0.ebuild new file mode 100644 index 0000000..4fc8942 --- /dev/null +++ b/lxqt-base/lxqt-config/lxqt-config-0.8.0.ebuild @@ -0,0 +1,54 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 +inherit cmake-utils + +DESCRIPTION="LXQt system configuration control center" +HOMEPAGE="http://www.lxqt.org/" + +if [[ ${PV} = *9999* ]]; then + inherit git-r3 + EGIT_REPO_URI="git://git.lxde.org/git/lxde/${PN}.git" +else + SRC_URI="http://lxqt.org/downloads/${PV}/${P}.tar.xz" + KEYWORDS="~amd64 ~x86" +fi + +LICENSE="GPL-2 LGPL-2.1+" +SLOT="0" + +DEPEND=" + dev-qt/qtconcurrent:5 + dev-qt/qtcore:5 + dev-qt/qtdbus:5 + dev-qt/linguist-tools:5 + dev-qt/qtgui:5 + dev-qt/qtwidgets:5 + dev-qt/qtx11extras:5 + dev-qt/qtxml:5 + ~lxqt-base/liblxqt-${PV} + >=razorqt-base/libqtxdg-1.0.0 + sys-libs/zlib + x11-libs/libICE + x11-libs/libSM + x11-libs/libxcb:= + x11-libs/libX11 + x11-libs/libXcursor + x11-libs/libXext + x11-libs/libXfixes" +RDEPEND="${DEPEND} + x11-apps/setxkbmap" + +src_configure() { + local mycmakeargs=( + -DUSE_QT5=ON + ) + cmake-utils_src_configure +} + +src_install(){ + cmake-utils_src_install + doman man/*.1 liblxqt-config-cursor/man/*.1 lxqt-config-appearance/man/*.1 +}