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 608D51389CD for ; Mon, 27 Oct 2014 22:14:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DB585E088B; Mon, 27 Oct 2014 22:14:18 +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 73632E088B for ; Mon, 27 Oct 2014 22:14:18 +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 6CE6E340498 for ; Mon, 27 Oct 2014 22:14:17 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 197628E25 for ; Mon, 27 Oct 2014 22:14:16 +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: <1414448047.1b72c4e41cb8ac1e5d76ed7aaf8ba32b7927f561.jauhien@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: lxqt-base/liblxqt/ X-VCS-Repository: proj/qt X-VCS-Files: lxqt-base/liblxqt/Manifest lxqt-base/liblxqt/liblxqt-0.8.0.ebuild X-VCS-Directories: lxqt-base/liblxqt/ X-VCS-Committer: jauhien X-VCS-Committer-Name: Jauhien Piatlicki X-VCS-Revision: 1b72c4e41cb8ac1e5d76ed7aaf8ba32b7927f561 X-VCS-Branch: master Date: Mon, 27 Oct 2014 22:14:16 +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: 74fbe6df-64fa-4348-bcd7-c0c263bf3b10 X-Archives-Hash: 203eccb4bcf4e5c601c2721079bfbaca commit: 1b72c4e41cb8ac1e5d76ed7aaf8ba32b7927f561 Author: Jauhien Piatlicki gentoo org> AuthorDate: Mon Oct 27 22:14:07 2014 +0000 Commit: Jauhien Piatlicki gentoo org> CommitDate: Mon Oct 27 22:14:07 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=1b72c4e4 [lxqt-base/liblxqt] 0.8.0 release --- lxqt-base/liblxqt/Manifest | 1 + lxqt-base/liblxqt/liblxqt-0.8.0.ebuild | 51 ++++++++++++++++++++++++++++++++++ 2 files changed, 52 insertions(+) diff --git a/lxqt-base/liblxqt/Manifest b/lxqt-base/liblxqt/Manifest new file mode 100644 index 0000000..99183c4 --- /dev/null +++ b/lxqt-base/liblxqt/Manifest @@ -0,0 +1 @@ +DIST liblxqt-0.8.0.tar.xz 87960 SHA256 9914a7e20caa423438cbb00a459b4c941cc88d4915df36670e4ab18fd636e34e SHA512 d344e2b1c9e18173dce64c4b64fcaf4e8a9859e4c53635ff4221c6dc41c8e51044e1cb35dc9ac52501da4f12f07619d307dc6e90ad9d54e9107530a34ae25c0c WHIRLPOOL 75865e080669b39d46d5b13c3a89f5e4a14255dd65b193f278a72e9193d3750d9cf1cf5612c06001142d4894e5eafabd7ae5ec38297c0a0a3d1625dbe9050ff8 diff --git a/lxqt-base/liblxqt/liblxqt-0.8.0.ebuild b/lxqt-base/liblxqt/liblxqt-0.8.0.ebuild new file mode 100644 index 0000000..a86be67 --- /dev/null +++ b/lxqt-base/liblxqt/liblxqt-0.8.0.ebuild @@ -0,0 +1,51 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 +inherit cmake-utils + +DESCRIPTION="Common base library for the LXQt desktop environment" +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=">=razorqt-base/libqtxdg-1.0.0 + x11-libs/libX11 + x11-libs/libXcomposite + x11-libs/libXcursor + x11-libs/libXdamage + x11-libs/libXfixes + x11-libs/libXrender + dev-qt/linguist-tools: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 +" +RDEPEND="${DEPEND}" + +pkg_pretend() { + if [[ ${MERGE_TYPE} != binary ]]; then + [[ $(gcc-version) < 4.8 ]] && \ + die 'The active compiler needs to be gcc 4.8 (or newer)' + fi +} + +src_configure() { + local mycmakeargs=( + -DUSE_QT5=ON + ) + cmake-utils_src_configure +}