From: "Tim Harder" <radhermit@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/viewnior/
Date: Thu, 13 Dec 2018 03:34:37 +0000 (UTC) [thread overview]
Message-ID: <1544671944.3dc02f3a132b59e773770c0677d30b36207efcb8.radhermit@gentoo> (raw)
commit: 3dc02f3a132b59e773770c0677d30b36207efcb8
Author: Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 13 03:30:52 2018 +0000
Commit: Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Thu Dec 13 03:32:24 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3dc02f3a
media-gfx/viewnior: version bump to 1.7
Signed-off-by: Tim Harder <radhermit <AT> gentoo.org>
media-gfx/viewnior/Manifest | 1 +
media-gfx/viewnior/viewnior-1.7.ebuild | 40 ++++++++++++++++++++++++++++++++++
2 files changed, 41 insertions(+)
diff --git a/media-gfx/viewnior/Manifest b/media-gfx/viewnior/Manifest
index 0d63c302543..1a372a9de88 100644
--- a/media-gfx/viewnior/Manifest
+++ b/media-gfx/viewnior/Manifest
@@ -1 +1,2 @@
DIST viewnior-1.6.tar.gz 168966 BLAKE2B 1a04ec6ee4e05da8d0721115826d2550c7d24b4299c105eb6de7ec3fe74b350b49605dbe5246a5acd93562fd904923053ab99a5741b929abd99ace8b2ad148cc SHA512 4b150078573bfd3b8c5863d73087a51cd3b7ed5781e26c842fab44eec3e67ea9aea3feba064538578878df1ccb386525a6a84362dae7f92315fb7de735ace617
+DIST viewnior-1.7.tar.gz 165719 BLAKE2B 906ab0b632fcc102ac62dd77d6742c2121c46cd92adc0dfe9ba772bf697eff356519dbb6219016a6470903c855aa4c9081f0d61ca1607d8d1b6d8e03236a19bc SHA512 5ba17d7b5ceeffa65b04213f179c1439b09ac44e412e0750dde159b118a714f28d3a290509a402b234e4e7ba5b185fc73eef65d418598f344911e4e2c1373fe5
diff --git a/media-gfx/viewnior/viewnior-1.7.ebuild b/media-gfx/viewnior/viewnior-1.7.ebuild
new file mode 100644
index 00000000000..cc0bc1afeae
--- /dev/null
+++ b/media-gfx/viewnior/viewnior-1.7.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit xdg-utils gnome2-utils meson
+
+MY_PN=Viewnior
+DESCRIPTION="Fast and simple image viewer"
+HOMEPAGE="https://siyanpanayotov.com/project/viewnior/ https://github.com/hellosiyan/Viewnior"
+SRC_URI="https://github.com/hellosiyan/${MY_PN}/archive/${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="dev-libs/glib:2
+ media-gfx/exiv2:0=
+ >=x11-libs/gtk+-2.20:2
+ x11-misc/shared-mime-info
+"
+RDEPEND="${DEPEND}
+ dev-util/glib-utils
+"
+
+S="${WORKDIR}/${MY_PN}-${P}"
+
+pkg_preinst() {
+ gnome2_icon_savelist
+}
+
+pkg_postinst() {
+ xdg_desktop_database_update
+ gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+ xdg_desktop_database_update
+ gnome2_icon_cache_update
+}
next reply other threads:[~2018-12-13 3:34 UTC|newest]
Thread overview: 25+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-12-13 3:34 Tim Harder [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-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-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=1544671944.3dc02f3a132b59e773770c0677d30b36207efcb8.radhermit@gentoo \
--to=radhermit@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