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 7FE90139360 for ; Thu, 12 Aug 2021 12:33:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C49E9E0AB7; Thu, 12 Aug 2021 12:33:49 +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 9F770E0AB7 for ; Thu, 12 Aug 2021 12:33:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 E4FBA342C3D for ; Thu, 12 Aug 2021 12:33:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 262388A8 for ; Thu, 12 Aug 2021 12:33:46 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1628515725.67f09166ec1de4445b54802d283c4a3041ed3b12.flow@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: gnome-extra/portfolio/ X-VCS-Repository: repo/proj/guru X-VCS-Files: gnome-extra/portfolio/Manifest gnome-extra/portfolio/metadata.xml gnome-extra/portfolio/portfolio-0.9.12.ebuild X-VCS-Directories: gnome-extra/portfolio/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: 67f09166ec1de4445b54802d283c4a3041ed3b12 X-VCS-Branch: master Date: Thu, 12 Aug 2021 12:33:46 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 2653beb0-8154-497a-bf21-b981af4ff89a X-Archives-Hash: 932d4789cc2fc824f16d4f16eeca35b8 commit: 67f09166ec1de4445b54802d283c4a3041ed3b12 Author: Gerben Jan Dijkman gjdwebserver nl> AuthorDate: Mon Aug 9 13:28:45 2021 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Mon Aug 9 13:28:45 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=67f09166 gnome-extra/portfolio: Verion bump Package-Manager: Portage-3.0.20, Repoman-3.0.2 Signed-off-by: Gerben jan Dijkman gjdwebserver.nl> gnome-extra/portfolio/Manifest | 1 + gnome-extra/portfolio/metadata.xml | 14 ++++++-- gnome-extra/portfolio/portfolio-0.9.12.ebuild | 48 +++++++++++++++++++++++++++ 3 files changed, 61 insertions(+), 2 deletions(-) diff --git a/gnome-extra/portfolio/Manifest b/gnome-extra/portfolio/Manifest index 76dd69e40..2a18786f6 100644 --- a/gnome-extra/portfolio/Manifest +++ b/gnome-extra/portfolio/Manifest @@ -1 +1,2 @@ DIST portfolio-0.9.10.tar.gz 406682 BLAKE2B 988619fc37d7215e923959a3155c2268e6d61c93d7b1e3ece9f3ce1ea1afa45930f44ad4cd85cba71c018c18939f7585a48ab84e908359efdf378fdb646dd02c SHA512 5182c88bc5d00f8f307cf6c23f636a1e4d9fdd79e662cd6a1cb90c80380b9108df0fe5f07f6dd79df40fa14a57dbeeafb324a83961e399d07b5c6bef0007558d +DIST portfolio-0.9.12.tar.gz 435111 BLAKE2B 0094dc94ab091f7355d68233ed80dc300348fe135a916247e20408e3e516633e433323040c6531cb599321673bc84c1c7e19a53cef7dac3cfab197ac5ff05e4c SHA512 a86f1f4d730f3ef374a70715783103e1221653d2c39e420a9803c59afa67f159ae4d1680f260571566fbd95566542898b2d13adf55d897c949f43ad5d395d3e2 diff --git a/gnome-extra/portfolio/metadata.xml b/gnome-extra/portfolio/metadata.xml index b372191c7..ddd44684c 100644 --- a/gnome-extra/portfolio/metadata.xml +++ b/gnome-extra/portfolio/metadata.xml @@ -1,5 +1,15 @@ - + - + + gjdijkman@gjdwebserver.nl + Gerben Jan Dijkman + + + A minimalist file manager for those who want to use Linux mobile devices. + + + https://github.com/tchx84/Portfolio + https://github.com/tchx84/Portfolio/issues + diff --git a/gnome-extra/portfolio/portfolio-0.9.12.ebuild b/gnome-extra/portfolio/portfolio-0.9.12.ebuild new file mode 100644 index 000000000..9ba475669 --- /dev/null +++ b/gnome-extra/portfolio/portfolio-0.9.12.ebuild @@ -0,0 +1,48 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{8..10} ) + +inherit gnome2-utils meson python-single-r1 xdg + +DESCRIPTION="A minimalist file manager for those who want to use Linux mobile devices" +HOMEPAGE="https://github.com/tchx84/Portfolio" +SRC_URI="https://github.com/tchx84/Portfolio/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~arm64" +RESTRICT="test" + +REQUIRED_USE="${PYTHON_REQUIRED_USE}" + +RDEPEND=" + ${PYTHON_DEPS} + gui-libs/libhandy + x11-libs/gtk+ +" + +S="${WORKDIR}"/Portfolio-"${PV}" + +src_prepare() { + default + # shebang fixing craziness + sed -i -e 's|\@PYTHON\@|/usr/bin/python|' src/dev.tchx84.Portfolio.in +} + +src_install() { + meson_src_install + python_optimize "${ED}"/usr/lib/ +} + +pkg_postinst() { + xdg_pkg_postinst + gnome2_schemas_update +} + +pkg_postrm() { + xdg_pkg_postrm + gnome2_schemas_update +}