From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C8828138334 for ; Sun, 24 Jun 2018 21:02:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CD715E0A5B; Sun, 24 Jun 2018 21:02:26 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8AD6CE0A5B for ; Sun, 24 Jun 2018 21:02:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 350E9335C95 for ; Sun, 24 Jun 2018 21:02:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7C05F2C8 for ; Sun, 24 Jun 2018 21:02:23 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1529874130.1bcbc7966596bedbe6079d5cc61bfd0528340b6a.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/pencil/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/pencil/Manifest media-gfx/pencil/pencil-0.6.1.1.ebuild X-VCS-Directories: media-gfx/pencil/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 1bcbc7966596bedbe6079d5cc61bfd0528340b6a X-VCS-Branch: master Date: Sun, 24 Jun 2018 21:02:23 +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: 18ca9a02-5055-44a9-b9dc-5659b7df8587 X-Archives-Hash: 0198b1f13017c0c64217b33d37d86223 commit: 1bcbc7966596bedbe6079d5cc61bfd0528340b6a Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Jun 24 20:30:13 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Jun 24 21:02:10 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1bcbc796 media-gfx/pencil: 0.6.1.1 version bump Punt unused dependency. Closes: https://bugs.gentoo.org/658974 Package-Manager: Portage-2.3.40, Repoman-2.3.9 media-gfx/pencil/Manifest | 1 + media-gfx/pencil/pencil-0.6.1.1.ebuild | 58 ++++++++++++++++++++++++++++++++++ 2 files changed, 59 insertions(+) diff --git a/media-gfx/pencil/Manifest b/media-gfx/pencil/Manifest index cc00bcda0f1..a22854c4080 100644 --- a/media-gfx/pencil/Manifest +++ b/media-gfx/pencil/Manifest @@ -1 +1,2 @@ +DIST pencil-0.6.1.1.tar.gz 2987266 BLAKE2B ae97364178e62535c17941c6c4a3ad507f5883628cbce59635a2c86cf3485ebd85a5815f28516315dabc30bd791c723805078d47f36b1409d545a769b78d90c4 SHA512 e84330da70091414a9fca8f0be8c8ca82272d89777cd0e5a33d30e4a53449eca20cfc175c84cbbe063dd1017be5b263ddf490f69771d9931c9d31261ebe46354 DIST pencil-0.6.1_rc1.tar.gz 2515450 BLAKE2B 7852368397f51cf8f6d51d8a16aafa148ab5f7d3286d593ae9f610322379a84e0b5473ccdb065b2c0d175fb5faf04b908cb129feafeff75f756858b8cf8f6e48 SHA512 242a226d5ef9cdb5c886ff5e452f0aab22689ad787bbb6ce649b5ad4939959dc5245d3fdf50402438b8f62598f59e166f739af4b37f6092e7a10e26b4e02febb diff --git a/media-gfx/pencil/pencil-0.6.1.1.ebuild b/media-gfx/pencil/pencil-0.6.1.1.ebuild new file mode 100644 index 00000000000..e40717fe2bd --- /dev/null +++ b/media-gfx/pencil/pencil-0.6.1.1.ebuild @@ -0,0 +1,58 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit desktop qmake-utils xdg-utils + +DESCRIPTION="2D animation and drawing program based on Qt5" +HOMEPAGE="https://www.pencil2d.org/" +SRC_URI="https://github.com/pencil2d/${PN}/archive/v${PV/_/-}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=" + dev-qt/qtcore:5 + dev-qt/qtgui:5 + dev-qt/qtmultimedia:5 + dev-qt/qtsvg:5 + dev-qt/qtwidgets:5 + dev-qt/qtxml:5 +" +DEPEND="${RDEPEND}" + +S="${WORKDIR}/${P/_/-}" + +src_prepare() { + default + sed -e "/^QT/s/xmlpatterns //" \ + -i core_lib/core_lib.pro tests/tests.pro || die +} + +src_configure() { + eqmake5 +} + +src_install() { + einstalldocs + + # install target not yet provided + # emake INSTALL_ROOT="${D}" install || die "emake install failed" + newbin bin/pencil2d ${PN} + + newicon app/data/icons/icon.png ${PN}.png + make_desktop_entry ${PN} pencil2d ${PN} Graphics + + insinto /usr/share/mime/packages/ + doins app/data/pencil2d.xml + + # TODO: Install l10n files +} + +pkg_postinst() { + xdg_mimeinfo_database_update + xdg_desktop_database_update +}