From: "Theo Anderson" <telans@posteo.de>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: media-gfx/qview/
Date: Tue, 16 Feb 2021 21:10:53 +0000 (UTC) [thread overview]
Message-ID: <1613481919.092d2b1230dbb9c5c9cc6cac5e5d49f6069c8fc0.telans@gentoo> (raw)
commit: 092d2b1230dbb9c5c9cc6cac5e5d49f6069c8fc0
Author: Daniel Novomesky <dnovomesky <AT> gmail <DOT> com>
AuthorDate: Tue Feb 16 13:25:19 2021 +0000
Commit: Theo Anderson <telans <AT> posteo <DOT> de>
CommitDate: Tue Feb 16 13:25:19 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=092d2b12
media-gfx/qview: new package
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Daniel Novomesky <dnovomesky <AT> gmail.com>
media-gfx/qview/Manifest | 1 +
media-gfx/qview/metadata.xml | 8 ++++++++
media-gfx/qview/qview-4.0.ebuild | 32 ++++++++++++++++++++++++++++++++
3 files changed, 41 insertions(+)
diff --git a/media-gfx/qview/Manifest b/media-gfx/qview/Manifest
new file mode 100644
index 00000000..645dfc62
--- /dev/null
+++ b/media-gfx/qview/Manifest
@@ -0,0 +1 @@
+DIST qview-4.0.tar.gz 1662149 BLAKE2B 5a09b070234b6480bd076625a543271dd1de324c10123db183c540ad9da5a3be88e1d40efc30d5ec479c84b5c81c005f149df79e7d6c9b37f491e2b3c96738ca SHA512 442b7815e8449a80ec41424d7c999ea9972e19309559abb8f0985b0523255a3fe191d5cd7183a36f322be9c84d1af099cbef92a76b634da31af0852735a4620c
diff --git a/media-gfx/qview/metadata.xml b/media-gfx/qview/metadata.xml
new file mode 100644
index 00000000..d9a1e3c6
--- /dev/null
+++ b/media-gfx/qview/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM 'http://www.gentoo.org/dtd/metadata.dtd'>
+<pkgmetadata>
+ <maintainer type="person">
+ <email>dnovomesky@gmail.com</email>
+ <name>Daniel Novomesky</name>
+ </maintainer>
+</pkgmetadata>
diff --git a/media-gfx/qview/qview-4.0.ebuild b/media-gfx/qview/qview-4.0.ebuild
new file mode 100644
index 00000000..d7102fa1
--- /dev/null
+++ b/media-gfx/qview/qview-4.0.ebuild
@@ -0,0 +1,32 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+inherit xdg qmake-utils
+
+DESCRIPTION="Practical and minimal image viewer"
+HOMEPAGE="https://github.com/jurplel/qView"
+
+SRC_URI="https://github.com/jurplel/qView/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND="dev-qt/qtgui:5"
+
+BDEPEND=""
+
+RDEPEND="${DEPEND}"
+
+S="${WORKDIR}/qView-${PV}"
+
+src_configure() {
+ eqmake5 PREFIX=/usr qView.pro
+}
+
+src_install() {
+ emake INSTALL_ROOT="${D}" install
+}
next reply other threads:[~2021-02-16 21:11 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-02-16 21:10 Theo Anderson [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
2024-05-29 8:35 Florian Schmaus
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
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=1613481919.092d2b1230dbb9c5c9cc6cac5e5d49f6069c8fc0.telans@gentoo \
--to=telans@posteo.de \
--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