From: "Matt Turner" <mattst88@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/ghex/
Date: Tue, 14 Jun 2022 02:49:00 +0000 (UTC) [thread overview]
Message-ID: <1655174905.9052434b27d12aa3e60c30bb4ec097dac6b5e4fe.mattst88@gentoo> (raw)
commit: 9052434b27d12aa3e60c30bb4ec097dac6b5e4fe
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 14 02:43:18 2022 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Tue Jun 14 02:48:25 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9052434b
app-editors/ghex: Version bump to 42.3
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
app-editors/ghex/Manifest | 1 +
app-editors/ghex/ghex-42.3.ebuild | 60 +++++++++++++++++++++++++++++++++++++++
2 files changed, 61 insertions(+)
diff --git a/app-editors/ghex/Manifest b/app-editors/ghex/Manifest
index 3d89759e8ec0..11a1561e89a6 100644
--- a/app-editors/ghex/Manifest
+++ b/app-editors/ghex/Manifest
@@ -1 +1,2 @@
DIST ghex-42.2.tar.xz 1003120 BLAKE2B db44dbb7c2cb7447dea3dd48a1ad90ee75c6ce5b9c76178550be1f638f63a9748144e8aac7434d526c24c3eddd0c6f7c0178c6976d2a11e32e943127b7f09219 SHA512 d7c64013d894d1803e03b1afc025a3f39fa65d156aaf7885e692b2b10574f320fb329abd8059a9c084c701a655d7708b8f0dec09f8300c8491fc75a66b475bf7
+DIST ghex-42.3.tar.xz 1003928 BLAKE2B 26bb123fc5a56fc2ff891a057ac276a36bc500a2e23f29bd26a85d6888035e2b8af7aed7f7b679a898c0a98bf042bb4e05c66e55a8fac0eb63422ee03823dc74 SHA512 9eff44892d203a2a9aab7239d85f61a860458fd7a8b4d7410f94d4f596ca5e2ff269faa81e620e7fc08bebe40c819a4c0cafefb5278121a9f2c8885bfd17c59f
diff --git a/app-editors/ghex/ghex-42.3.ebuild b/app-editors/ghex/ghex-42.3.ebuild
new file mode 100644
index 000000000000..60b2aa480d88
--- /dev/null
+++ b/app-editors/ghex/ghex-42.3.ebuild
@@ -0,0 +1,60 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit gnome.org gnome2-utils meson xdg
+
+DESCRIPTION="GNOME hexadecimal editor"
+HOMEPAGE="https://wiki.gnome.org/Apps/Ghex"
+
+if [[ ${PV} == 9999 ]]; then
+ inherit git-r3
+ EGIT_REPO_URI="https://gitlab.gnome.org/GNOME/ghex.git"
+ SRC_URI=""
+else
+ KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux"
+fi
+
+LICENSE="GPL-2+ FDL-1.1+"
+IUSE="gtk-doc test"
+RESTRICT="!test? ( test )"
+SLOT="4"
+
+RDEPEND="
+ >=dev-libs/glib-2.66.0:2
+ >=gui-libs/gtk-4.0.0:4
+ dev-libs/gobject-introspection
+ !app-editors/ghex:2
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+ gtk-doc? ( dev-util/gi-docgen )
+ test? (
+ dev-util/desktop-file-utils
+ dev-libs/appstream-glib
+ )
+ dev-util/gtk-update-icon-cache
+ dev-util/itstool
+ >=sys-devel/gettext-0.19.8
+ virtual/pkgconfig
+"
+
+src_configure() {
+ local emesonargs=(
+ -Ddocdir="${EPREFIX}"/usr/share/gtk-doc/
+ -Dintrospection=enabled
+ $(meson_use gtk-doc gtk_doc)
+ )
+ meson_src_configure
+}
+
+pkg_postinst() {
+ xdg_pkg_postinst
+ gnome2_schemas_update
+}
+
+pkg_postrm() {
+ xdg_pkg_postrm
+ gnome2_schemas_update
+}
next reply other threads:[~2022-06-14 2:49 UTC|newest]
Thread overview: 56+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-06-14 2:49 Matt Turner [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-07-16 10:55 [gentoo-commits] repo/gentoo:master commit in: app-editors/ghex/ Pacho Ramos
2024-07-16 10:55 Pacho Ramos
2024-07-16 10:55 Pacho Ramos
2024-07-16 10:55 Pacho Ramos
2024-04-13 10:37 Mart Raudsepp
2024-04-13 10:37 Mart Raudsepp
2024-04-07 6:25 Arthur Zamarin
2024-03-24 20:46 Mart Raudsepp
2023-10-19 14:53 Pacho Ramos
2023-10-19 14:53 Pacho Ramos
2023-10-03 17:21 Mart Raudsepp
2023-09-01 16:07 Arthur Zamarin
2023-08-18 14:50 Matt Turner
2023-05-04 16:15 Arthur Zamarin
2023-05-03 3:53 Sam James
2023-05-02 19:46 Arthur Zamarin
2023-05-02 18:24 Arthur Zamarin
2023-04-28 0:28 Matt Turner
2023-04-01 19:01 Arthur Zamarin
2023-03-24 23:21 Matt Turner
2023-03-12 17:38 Matt Turner
2023-02-10 19:18 Matt Turner
2022-10-29 22:33 Matt Turner
2022-10-06 2:03 Matt Turner
2022-10-06 2:03 Matt Turner
2022-07-21 0:13 Sam James
2022-05-07 18:28 Arthur Zamarin
2022-05-07 18:25 Arthur Zamarin
2022-04-28 15:31 Matt Turner
2022-04-17 21:34 Matt Turner
2022-04-07 17:04 Matt Turner
2022-04-07 4:42 Matt Turner
2022-03-09 12:49 Sam James
2021-12-24 0:53 Jonas Stein
2021-12-19 5:01 Matt Turner
2020-11-27 16:10 Agostino Sarubbo
2020-11-27 16:08 Agostino Sarubbo
2019-09-08 10:47 Mart Raudsepp
2019-09-08 1:13 Thomas Deutschmann
2019-08-31 5:26 Mikle Kolyada
2019-07-16 19:06 Mart Raudsepp
2019-07-15 19:55 Michał Górny
2019-07-15 3:14 Sobhan Mohammadpour
2019-07-14 23:19 Sobhan Mohammadpour
2018-10-14 9:09 Sergei Trofimovich
2017-02-15 16:57 Mart Raudsepp
2017-01-29 14:38 Fabian Groffen
2016-10-15 15:42 Gilles Dartiguelongue
2016-10-15 15:42 Gilles Dartiguelongue
2016-07-02 10:43 Pacho Ramos
2016-05-29 14:48 Pacho Ramos
2016-05-28 15:49 Pacho Ramos
2016-05-28 15:49 Pacho Ramos
2015-11-14 15:27 Pacho Ramos
2015-10-24 8:08 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=1655174905.9052434b27d12aa3e60c30bb4ec097dac6b5e4fe.mattst88@gentoo \
--to=mattst88@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