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 5ADFB1384B4 for ; Mon, 14 Dec 2015 13:25:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E42B221C075; Mon, 14 Dec 2015 13:25: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 3794121C075 for ; Mon, 14 Dec 2015 13:25:39 +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 BF78E3405C3 for ; Mon, 14 Dec 2015 13:25:36 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B2E02B41 for ; Mon, 14 Dec 2015 13:25:33 +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: <1450099520.fe0082e97d93ce506b12687fdff711d0cce91421.kensington@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/symboleditor/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/symboleditor/Manifest media-gfx/symboleditor/symboleditor-2.0.0.ebuild X-VCS-Directories: media-gfx/symboleditor/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: fe0082e97d93ce506b12687fdff711d0cce91421 X-VCS-Branch: master Date: Mon, 14 Dec 2015 13:25:33 +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: 8fd9b73d-e452-4fa6-b8fa-7cc31881c6d8 X-Archives-Hash: 208045090fad5063ff46b49bd2d8afc6 commit: fe0082e97d93ce506b12687fdff711d0cce91421 Author: Andreas Sturmlechner gmail com> AuthorDate: Mon Dec 14 13:23:13 2015 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Mon Dec 14 13:25:20 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe0082e9 media-gfx/symboleditor: version bump Package-Manager: portage-2.2.26 media-gfx/symboleditor/Manifest | 1 + media-gfx/symboleditor/symboleditor-2.0.0.ebuild | 49 ++++++++++++++++++++++++ 2 files changed, 50 insertions(+) diff --git a/media-gfx/symboleditor/Manifest b/media-gfx/symboleditor/Manifest index e7a7681..20eb2a1 100644 --- a/media-gfx/symboleditor/Manifest +++ b/media-gfx/symboleditor/Manifest @@ -1 +1,2 @@ DIST SymbolEditor-1.5.0-1.tar.bz2 779158 SHA256 707da2874dcd08101b218b7a60f1ec3ed5ba056d6221a1dd472821737c545db0 SHA512 5fe18b649ed78e6ab3c61ce80a0b159941a65065801cdc6a44f1187aa40a2816cbc7888ea9e120cad8089e3e8e7831cedfd3242de5092cea58eb5cf898de022c WHIRLPOOL b3219bd30fbf993b7bd1c998e068e9f462ce312d0e6038b7706324b15810a9a1933ddedf39e6c33ac92deb2d38802807c1c3094fd1733321248b4362a22749e5 +DIST SymbolEditor-2.0.0.tar.bz2 544789 SHA256 7cf3ea3acae9bcbe1291526e8e3819d0707a2f288d33cfe22913ec7f894d6e14 SHA512 8baee88fd8ff5f2b6334e80fe7c3fe8044ae521e5a8ffa2588f37dc4a8bf0495c902789bfaaed21a6eaf3c4f6380d18550aaed8046e84b396317104c8a49c993 WHIRLPOOL ac6ec72c1d27ff55774378a384cebe2c5477af8093508e619036309993ec810bc918f68c9cb9a892498ea5afc51e1e22229a8ab77ee3388f8d59755b464813cd diff --git a/media-gfx/symboleditor/symboleditor-2.0.0.ebuild b/media-gfx/symboleditor/symboleditor-2.0.0.ebuild new file mode 100644 index 0000000..bb0f595 --- /dev/null +++ b/media-gfx/symboleditor/symboleditor-2.0.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 + +KDE_DOXYGEN="true" +KDE_HANDBOOK="true" +inherit kde5 + +DESCRIPTION="Application to create libraries of QPainterPath objects with redering hints" +HOMEPAGE="https://userbase.kde.org/SymbolEditor" +if [[ ${KDE_BUILD_TYPE} != live ]]; then + MY_P=SymbolEditor-${PV} + SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${MY_P}.tar.bz2" + S="${WORKDIR}"/${MY_P} +fi + +LICENSE="GPL-2" +KEYWORDS="~amd64" +IUSE="" + +COMMON_DEPEND=" + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kio) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kxmlgui) + dev-qt/qtgui:5 + dev-qt/qtwidgets:5 +" +DEPEND="${COMMON_DEPEND} + sys-devel/gettext + x11-misc/shared-mime-info +" +RDEPEND="${COMMON_DEPEND} + !media-gfx/symboleditor:4 +" + +src_configure() { + local mycmakeargs=( + $(cmake-utils_use_find_package doc Doxygen) + $(cmake-utils_use_find_package handbook KF5DocTools) + ) + + kde5_src_configure +}