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 558591384B4 for ; Sat, 28 Nov 2015 17:36:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D756421C0E1; Sat, 28 Nov 2015 17:36:08 +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 1723121C0D6 for ; Sat, 28 Nov 2015 17:36:08 +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 2717D3408C5 for ; Sat, 28 Nov 2015 17:36:07 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 85133ABD for ; Sat, 28 Nov 2015 17:36:02 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1448525979.ed63a8806ccb686f5a87c0d4ac44f22ca12e4e49.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: lxqt-base/lxqt-config/ X-VCS-Repository: repo/gentoo X-VCS-Files: lxqt-base/lxqt-config/lxqt-config-0.10.0.ebuild X-VCS-Directories: lxqt-base/lxqt-config/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: ed63a8806ccb686f5a87c0d4ac44f22ca12e4e49 X-VCS-Branch: master Date: Sat, 28 Nov 2015 17:36:02 +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: ea4ecb08-8fee-47dc-ae47-09b1ecf591d3 X-Archives-Hash: 30eef2feb3971a2bf016f0d2508f82cb commit: ed63a8806ccb686f5a87c0d4ac44f22ca12e4e49 Author: Paolo Pedroni users noreply github com> AuthorDate: Tue Nov 24 11:07:22 2015 +0000 Commit: Patrice Clement gentoo org> CommitDate: Thu Nov 26 08:19:39 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed63a880 lxqt-base/lxqt-config: Version bump to 0.10.0 Thanks to Alpha Bravo ungwana.de> in bug #564718 lxqt-base/lxqt-config/lxqt-config-0.10.0.ebuild | 49 +++++++++++++++++++++++++ 1 file changed, 49 insertions(+) diff --git a/lxqt-base/lxqt-config/lxqt-config-0.10.0.ebuild b/lxqt-base/lxqt-config/lxqt-config-0.10.0.ebuild new file mode 100644 index 0000000..7ed870f --- /dev/null +++ b/lxqt-base/lxqt-config/lxqt-config-0.10.0.ebuild @@ -0,0 +1,49 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +inherit cmake-utils + +DESCRIPTION="LXQt system configuration control center" +HOMEPAGE="http://lxqt.org/" + +if [[ ${PV} = *9999* ]]; then + inherit git-r3 + EGIT_REPO_URI="git://git.lxde.org/git/lxde/${PN}.git" +else + SRC_URI="https://downloads.lxqt.org/lxqt/${PV}/${P}.tar.xz" + KEYWORDS="~amd64 ~arm ~arm64 ~x86" +fi + +LICENSE="GPL-2 LGPL-2.1+" +SLOT="0" + +DEPEND=" + >=dev-libs/libqtxdg-1.0.0 + dev-qt/linguist-tools:5 + dev-qt/qtconcurrent:5 + dev-qt/qtcore:5 + dev-qt/qtdbus:5 + dev-qt/qtgui:5 + dev-qt/qtwidgets:5 + dev-qt/qtx11extras:5 + dev-qt/qtxml:5 + kde-frameworks/kwindowsystem:5 + kde-plasma/libkscreen + ~lxqt-base/liblxqt-${PV} + 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_install(){ + cmake-utils_src_install + doman man/*.1 liblxqt-config-cursor/man/*.1 lxqt-config-appearance/man/*.1 +}