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 E75E51382C5 for ; Thu, 25 Jun 2020 07:30:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3A46DE0883; Thu, 25 Jun 2020 07:30:00 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 2001DE0883 for ; Thu, 25 Jun 2020 07:30:00 +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 03B8934EDEC for ; Thu, 25 Jun 2020 07:29:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B46C126 for ; Thu, 25 Jun 2020 07:29:57 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1592780032.75227a1326f0908178145975e484bd25f854dead.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: net-misc/kristall/ X-VCS-Repository: repo/proj/guru X-VCS-Files: net-misc/kristall/Manifest net-misc/kristall/kristall-0.3.ebuild X-VCS-Directories: net-misc/kristall/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 75227a1326f0908178145975e484bd25f854dead X-VCS-Branch: master Date: Thu, 25 Jun 2020 07:29:57 +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: 188f1cce-ac97-4bfb-a393-09e4e9eacb55 X-Archives-Hash: 99efe5a704f1beefd8c2dae5f6579b14 commit: 75227a1326f0908178145975e484bd25f854dead Author: Ronny (tastytea) Gutbrod tastytea de> AuthorDate: Sun Jun 21 22:47:22 2020 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Sun Jun 21 22:53:52 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=75227a13 net-misc/kristall: Version bump 0.3. Signed-off-by: Ronny (tastytea) Gutbrod tastytea.de> net-misc/kristall/Manifest | 1 + net-misc/kristall/kristall-0.3.ebuild | 33 +++++++++++++++++++++++++++++++++ 2 files changed, 34 insertions(+) diff --git a/net-misc/kristall/Manifest b/net-misc/kristall/Manifest index f9715f9..fc1e582 100644 --- a/net-misc/kristall/Manifest +++ b/net-misc/kristall/Manifest @@ -1 +1,2 @@ DIST kristall-0.2.tar.gz 7483452 BLAKE2B ab2cd662ce91d36310fcd0b643c18a673e2da504166936826e3642eff14fe80bd1d42a6c284317216069b67fff2f452b7d5d299d47bf19cd074f553ecf98eb33 SHA512 2f0492772b19cc7340e7690c2a5be199826bebddf02777a2a38de1607277bdcd8c7f1069499cc42e7070f1c978731a153bc1e79e1c17f022a8d7b78eca5e8bdb +DIST kristall-0.3.tar.gz 7535712 BLAKE2B 3e00243cf455ad810e8d51333b63186e637de1c292a116dbb4273825c51b1c1bf1921bfd243acb97e13dc201b3dcce7240f3c66368b66b607e5c207a2d901934 SHA512 21c102e25235f3a7c1a4128d84215a2444603b4b9bc680e94100148d143dc50744bb86450c22b8848453c5e183ae4708a1594240486951614d4e4af2706cd2e8 diff --git a/net-misc/kristall/kristall-0.3.ebuild b/net-misc/kristall/kristall-0.3.ebuild new file mode 100644 index 0000000..a575f1a --- /dev/null +++ b/net-misc/kristall/kristall-0.3.ebuild @@ -0,0 +1,33 @@ +# Copyright 2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit 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:5[widgets]" +DEPEND="${RDEPEND}" + +src_prepare() { + xdg_src_prepare + sed -Ei 's|(target\.path) = .+|\1 = /usr/bin|' src/kristall.pro || die +} + +src_configure() { + # qmake overwrites Makefile but it is needed for installing. + mv Makefile{,.tmp} || die + eqmake5 src/kristall.pro +} + +src_install() { + mv Makefile{.tmp,} || die + INSTALL="install -D" PREFIX="${EPREFIX}/usr" default +}