public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Florian Schmaus" <flow@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: media-gfx/qview/
Date: Wed, 29 May 2024 08:35:06 +0000 (UTC)	[thread overview]
Message-ID: <1716839274.f8cdc12872142c9de862e42afafb3602e826f9d7.flow@gentoo> (raw)

commit:     f8cdc12872142c9de862e42afafb3602e826f9d7
Author:     Daniel Novomesky <dnovomesky <AT> gmail <DOT> com>
AuthorDate: Mon May 27 19:47:54 2024 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Mon May 27 19:47:54 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f8cdc128

media-gfx/qview: add 6.1

Signed-off-by: Daniel Novomesky <dnovomesky <AT> gmail.com>

 media-gfx/qview/Manifest         |  1 +
 media-gfx/qview/qview-6.1.ebuild | 35 +++++++++++++++++++++++++++++++++++
 2 files changed, 36 insertions(+)

diff --git a/media-gfx/qview/Manifest b/media-gfx/qview/Manifest
index ddc546a29..49e05c500 100644
--- a/media-gfx/qview/Manifest
+++ b/media-gfx/qview/Manifest
@@ -1,2 +1,3 @@
 DIST qview-4.0.tar.gz 1662149 BLAKE2B 5a09b070234b6480bd076625a543271dd1de324c10123db183c540ad9da5a3be88e1d40efc30d5ec479c84b5c81c005f149df79e7d6c9b37f491e2b3c96738ca SHA512 442b7815e8449a80ec41424d7c999ea9972e19309559abb8f0985b0523255a3fe191d5cd7183a36f322be9c84d1af099cbef92a76b634da31af0852735a4620c
 DIST qview-5.0.tar.gz 1968047 BLAKE2B a47d48ff51f049501493e32a082c396edc6729de5f40421edf27a847c5a333564647a92443417af9e0ec61927ddfd4e027edf31283f67df01646cce15720e620 SHA512 91671ed125bc4388d9043f3c24cbbe2ea2592ecec181a3f968cc2f951eb367a1576f9e19da6fd00128239efadd6f82d9f0b6437a081ee43ad4567141d6e62b65
+DIST qview-6.1.tar.gz 2058320 BLAKE2B a5fc9677649b1d01ff3f68343ed1530b4ee69096c23e308ad328f2b6dd5a0f3ee70d99bad66edd4dafba34909167368fcc9b22849f89433953d8911ba4c83aab SHA512 ca6c577ae77c3f5ec39e7f9a7a1328e97a10fe5b2c974031bc3a9e651b15c793e5479b4c414f3caf1205e5f5027b084bb76ab5b0a9b432621df77be698e18e5b

diff --git a/media-gfx/qview/qview-6.1.ebuild b/media-gfx/qview/qview-6.1.ebuild
new file mode 100644
index 000000000..64445115d
--- /dev/null
+++ b/media-gfx/qview/qview-6.1.ebuild
@@ -0,0 +1,35 @@
+# Copyright 2021-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit qmake-utils xdg
+
+DESCRIPTION="Practical and minimal image viewer"
+HOMEPAGE="https://github.com/jurplel/qView https://interversehq.com/qview/"
+SRC_URI="https://github.com/jurplel/qView/archive/${PV}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}/qView-${PV}"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+	dev-qt/qtbase[concurrent,gui,network,widgets]
+"
+
+DEPEND="${RDEPEND}
+"
+
+BDEPEND="
+	dev-qt/qttools[linguist]
+"
+
+src_configure() {
+	eqmake6 PREFIX=/usr qView.pro
+}
+
+src_install() {
+	emake INSTALL_ROOT="${D}" install
+	einstalldocs
+}


             reply	other threads:[~2024-05-29  8:35 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-05-29  8:35 Florian Schmaus [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-08-31 21:35 [gentoo-commits] repo/proj/guru:master commit in: media-gfx/qview/ David Roman
2024-08-31 21:35 David Roman
2022-03-29  0:22 Ronny Gutbrod
2022-03-08 13:39 Andrew Ammerlaan
2021-12-15 11:10 Andrew Ammerlaan
2021-04-20 19:31 Andrew Ammerlaan
2021-04-20 18:55 Andrew Ammerlaan
2021-04-15 12:51 Andrew Ammerlaan
2021-04-15 12:51 Andrew Ammerlaan
2021-04-15 12:51 Andrew Ammerlaan
2021-04-12  5:38 Theo Anderson
2021-04-09 12:52 Andrew Ammerlaan
2021-03-05 12:10 Andrew Ammerlaan
2021-03-05 12:10 Andrew Ammerlaan
2021-02-16 21:10 Theo Anderson
2021-02-16 21:10 Theo Anderson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1716839274.f8cdc12872142c9de862e42afafb3602e826f9d7.flow@gentoo \
    --to=flow@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox