public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Joonas Niilola" <juippis@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/viewnior/
Date: Mon, 29 Nov 2021 07:33:35 +0000 (UTC)	[thread overview]
Message-ID: <1638170909.3129ce9d0d93d3e3d6ab50921f4ddcc6d8242caa.juippis@gentoo> (raw)

commit:     3129ce9d0d93d3e3d6ab50921f4ddcc6d8242caa
Author:     Ronny (tastytea) Gutbrod <gentoo <AT> tastytea <DOT> de>
AuthorDate: Sun Nov 21 20:48:02 2021 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Mon Nov 29 07:28:29 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3129ce9d

media-gfx/viewnior: Version bump 1.8.

Signed-off-by: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea.de>
Closes: https://github.com/gentoo/gentoo/pull/23024
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 media-gfx/viewnior/Manifest            |  1 +
 media-gfx/viewnior/viewnior-1.8.ebuild | 44 ++++++++++++++++++++++++++++++++++
 2 files changed, 45 insertions(+)

diff --git a/media-gfx/viewnior/Manifest b/media-gfx/viewnior/Manifest
index 3327279caaf6..7ce6c08a0f12 100644
--- a/media-gfx/viewnior/Manifest
+++ b/media-gfx/viewnior/Manifest
@@ -1 +1,2 @@
 DIST viewnior-1.7.tar.gz 165719 BLAKE2B 906ab0b632fcc102ac62dd77d6742c2121c46cd92adc0dfe9ba772bf697eff356519dbb6219016a6470903c855aa4c9081f0d61ca1607d8d1b6d8e03236a19bc SHA512 5ba17d7b5ceeffa65b04213f179c1439b09ac44e412e0750dde159b118a714f28d3a290509a402b234e4e7ba5b185fc73eef65d418598f344911e4e2c1373fe5
+DIST viewnior-1.8.tar.gz 169219 BLAKE2B 6f6da16aa987acce8a48d24a645e1c033f113bb6e291da9f17810a7a04e5007d27c2f1afe3c62cc2d192003633a4128fb04a031160fbd51efbd0bb7dfabd8970 SHA512 0f9698801172ef6b8f5df4132526b2e605e9aa9fd69cf41a091a3623de9b2e84ca857e625aaa9e83f29df318f70a13fb458bac0df11ae46837b78ef257a00bee

diff --git a/media-gfx/viewnior/viewnior-1.8.ebuild b/media-gfx/viewnior/viewnior-1.8.ebuild
new file mode 100644
index 000000000000..03ce179e58af
--- /dev/null
+++ b/media-gfx/viewnior/viewnior-1.8.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit meson xdg
+
+DESCRIPTION="Fast and simple image viewer"
+HOMEPAGE="https://siyanpanayotov.com/project/viewnior"
+SRC_URI="https://github.com/hellosiyan/${PN^}/archive/${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE=""
+
+RDEPEND="
+	dev-libs/glib:2
+	media-gfx/exiv2:0=
+	x11-libs/gtk+:2
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+	dev-util/glib-utils
+	virtual/pkgconfig
+"
+
+S="${WORKDIR}/${PN^}-${P}"
+
+src_prepare() {
+	# That script would update icon cache and desktop database.
+	sed -i "s/meson.add_install_script('meson_post_install.py')//" meson.build \
+		|| die 'Failed to remove post-install-script invocation from meson.build'
+	# Don't let meson compress the manpage.
+	sed -i "s/subdir('man')//" meson.build \
+		|| die 'Failed to remove manpage compression from meson.build'
+
+	default
+}
+
+src_install() {
+	meson_src_install
+	doman man/viewnior.1
+}


             reply	other threads:[~2021-11-29  7:33 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-11-29  7:33 Joonas Niilola [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-08-21 18:22 [gentoo-commits] repo/gentoo:master commit in: media-gfx/viewnior/ Andreas Sturmlechner
2022-01-17  8:31 Jakov Smolić
2022-01-16 17:26 Jakov Smolić
2021-12-08 10:14 Yixun Lan
2021-11-29  7:33 Joonas Niilola
2021-03-15 19:37 Andreas Sturmlechner
2021-03-09  8:20 Sam James
2021-03-08 23:01 Sam James
2020-05-21  8:06 Agostino Sarubbo
2020-05-21  7:53 Agostino Sarubbo
2018-12-22 11:43 Andreas Sturmlechner
2018-12-22 11:43 Andreas Sturmlechner
2018-12-22 11:43 Andreas Sturmlechner
2018-12-13  3:34 Tim Harder
2018-10-20 18:52 Pacho Ramos
2017-08-31 12:02 Tim Harder
2017-08-31 12:02 Tim Harder
2017-08-31 12:02 Tim Harder
2017-08-31 12:02 Tim Harder
2016-11-12  6:02 Tim Harder
2016-11-12  6:02 Tim Harder
2016-08-07  8:53 Tim Harder
2016-08-07  8:53 Tim Harder
2016-08-07  6:52 Pacho Ramos

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=1638170909.3129ce9d0d93d3e3d6ab50921f4ddcc6d8242caa.juippis@gentoo \
    --to=juippis@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