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 C876B1382C5 for ; Wed, 10 Jun 2020 16:45:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EA0DBE078A; Wed, 10 Jun 2020 16:45:34 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 BADC5E078A for ; Wed, 10 Jun 2020 16:45:34 +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 F21AE34ED86 for ; Wed, 10 Jun 2020 16:45:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0017428F for ; Wed, 10 Jun 2020 16:45:29 +0000 (UTC) From: "Ronny Gutbrod" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ronny Gutbrod" Message-ID: <1591807484.38a200b4b6374137205fe65882cb8acbd2eab756.tastytea@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: net-misc/kristall/ X-VCS-Repository: repo/proj/guru X-VCS-Files: net-misc/kristall/Manifest net-misc/kristall/kristall-0.2.ebuild net-misc/kristall/metadata.xml X-VCS-Directories: net-misc/kristall/ X-VCS-Committer: tastytea X-VCS-Committer-Name: Ronny Gutbrod X-VCS-Revision: 38a200b4b6374137205fe65882cb8acbd2eab756 X-VCS-Branch: dev Date: Wed, 10 Jun 2020 16:45:29 +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: cec60d09-cb6e-4f8c-842c-4876d2263589 X-Archives-Hash: b8c703eac60b8e3ab7a30c6c00cb09e0 commit: 38a200b4b6374137205fe65882cb8acbd2eab756 Author: Ronny (tastytea) Gutbrod tastytea de> AuthorDate: Wed Jun 10 16:43:41 2020 +0000 Commit: Ronny Gutbrod tastytea de> CommitDate: Wed Jun 10 16:44:44 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=38a200b4 net-misc/kristall: New package. Signed-off-by: Ronny (tastytea) Gutbrod tastytea.de> net-misc/kristall/Manifest | 1 + net-misc/kristall/kristall-0.2.ebuild | 34 ++++++++++++++++++++++++++++++++++ net-misc/kristall/metadata.xml | 15 +++++++++++++++ 3 files changed, 50 insertions(+) diff --git a/net-misc/kristall/Manifest b/net-misc/kristall/Manifest new file mode 100644 index 0000000..f9715f9 --- /dev/null +++ b/net-misc/kristall/Manifest @@ -0,0 +1 @@ +DIST kristall-0.2.tar.gz 7483452 BLAKE2B ab2cd662ce91d36310fcd0b643c18a673e2da504166936826e3642eff14fe80bd1d42a6c284317216069b67fff2f452b7d5d299d47bf19cd074f553ecf98eb33 SHA512 2f0492772b19cc7340e7690c2a5be199826bebddf02777a2a38de1607277bdcd8c7f1069499cc42e7070f1c978731a153bc1e79e1c17f022a8d7b78eca5e8bdb diff --git a/net-misc/kristall/kristall-0.2.ebuild b/net-misc/kristall/kristall-0.2.ebuild new file mode 100644 index 0000000..a80dc6a --- /dev/null +++ b/net-misc/kristall/kristall-0.2.ebuild @@ -0,0 +1,34 @@ +# Copyright 2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit desktop qmake-utils xdg + +DESCRIPTION="Visual cross-platform gemini browser" +HOMEPAGE="https://github.com/MasterQ32/kristall" +SRC_URI="https://github.com/MasterQ32/${PN}/archive/V${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64" + +RDEPEND="dev-qt/qtmultimedia[widgets]" +DEPEND="${RDEPEND}" + +src_prepare() { + default + sed -Ei 's|(target\.path) = .+|\1 = /usr/bin|' src/kristall.pro || die +} + +src_configure() { + eqmake5 src/kristall.pro +} + +src_install() { + emake install INSTALL_ROOT="${D}" + einstalldocs + + doicon src/icons/kristall.svg + domenu Kristall.desktop +} diff --git a/net-misc/kristall/metadata.xml b/net-misc/kristall/metadata.xml new file mode 100644 index 0000000..137aa60 --- /dev/null +++ b/net-misc/kristall/metadata.xml @@ -0,0 +1,15 @@ + + + + + gentoo@tastytea.de + Ronny (tastytea) Gutbrod + + + Graphical small-internet client for windows, linux, MacOS X and + BSDs. Supports gemini, http, https, gopher, finger. + + + https://github.com/MasterQ32/kristall/issues + +