public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Jeroen Roovers" <jer@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/xchm/
Date: Mon, 25 Nov 2019 15:09:36 +0000 (UTC)	[thread overview]
Message-ID: <1574694574.a1f4538b709f5a898c8624593deff182300452fc.jer@gentoo> (raw)

commit:     a1f4538b709f5a898c8624593deff182300452fc
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 25 14:48:15 2019 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Mon Nov 25 15:09:34 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1f4538b

app-text/xchm: Version 1.31

Package-Manager: Portage-2.3.79, Repoman-2.3.18
Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>

 app-text/xchm/Manifest         |  1 +
 app-text/xchm/xchm-1.31.ebuild | 51 ++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 52 insertions(+)

diff --git a/app-text/xchm/Manifest b/app-text/xchm/Manifest
index 4efdabefd7a..936a9b84452 100644
--- a/app-text/xchm/Manifest
+++ b/app-text/xchm/Manifest
@@ -1,3 +1,4 @@
 DIST xchm-1.23.tar.gz 474274 BLAKE2B de73c04e68b876edefb1d45d9e982bcce6fd3afa06f8704d05fa5cae710d9724ed20ca50be9022570832da9954ba2af141a66e5b3ab02554441c84bac1d6ffed SHA512 c0df4362ff6db8136b20f62a76e7e93185375f6ef9eeeb1001e27ead9806d486332573ba8c3ca1863a70ce6b1d3bcc6d3af48d42add719312774dccfd7d18c90
 DIST xchm-1.29.tar.gz 972533 BLAKE2B e114047f4c3e19bb4d4c28a74997c76c54a2dc286f1f0691f105824be693e3b51c7618717b5b5b5f3604ab3f4fa89d703e071a36be0bd05529b6f44710b0bd20 SHA512 678cea2947d58e9b173379d6df809be603ca77431a3181ee45e3c1f4a4a55a6c10a395eecb5c25feb14ad361d044355ae313d537f0abc9278c6e5ab37a8768f6
 DIST xchm-1.30.tar.gz 981171 BLAKE2B 6b2077e9cf8fa849121cee3681bd390218de1ce83c9c49117a186ddef107b15ee8f491eb93ae41ba8a2ea07ede306883ef0f8f0c357142e9ca333bdea8ebc50a SHA512 896d94f4fa3b728e37985b1a2e918596e20bed0a43cf90711d27ebfdcbe49e4a0794c17e1f6cfefb6f272adcc7fb22464e2c25c15d0f0afcbe94b867899eb1a5
+DIST xchm-1.31.tar.gz 981450 BLAKE2B c0c1908332f4d76f2c4dcf64ed713ae500d1b2022dedb5cb0df294fcdd1ce87d5144ca7347d6bc70b43af29f047ee270ffe05f1ee8da2dae5a5e0586c342900a SHA512 b5e1e979948d202163265f99357b361bb78371a2cc7cdedcc2d2c78207466c3f8291f720c92405913c7c5b9f607d3951a8bb3be3ece3ba1f408ceeb79199e9b5

diff --git a/app-text/xchm/xchm-1.31.ebuild b/app-text/xchm/xchm-1.31.ebuild
new file mode 100644
index 00000000000..07a7c38f9ed
--- /dev/null
+++ b/app-text/xchm/xchm-1.31.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+WX_GTK_VER="3.0-gtk3"
+inherit desktop wxwidgets xdg-utils
+
+DESCRIPTION="Utility for viewing Compiled HTML Help (CHM) files"
+HOMEPAGE="https://github.com/rzvncj/xCHM/"
+SRC_URI="https://github.com/rzvncj/xCHM/releases/download/${PV}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE="nls"
+
+RDEPEND="
+	>=dev-libs/chmlib-0.36
+	x11-libs/wxGTK:${WX_GTK_VER}[X]
+	nls? ( virtual/libintl )
+"
+DEPEND="
+	${RDEPEND}
+	nls? ( sys-devel/gettext )
+"
+
+src_configure() {
+	econf $(use_enable nls)
+}
+
+src_install() {
+	default
+
+	dodoc AUTHORS README ChangeLog
+
+	domenu "${FILESDIR}"/xchm.desktop
+	insinto /usr/share/mime/packages
+	doins "${FILESDIR}"/xchm.xml
+}
+
+pkg_postinst() {
+	xdg_desktop_database_update
+	xdg_icon_cache_update
+	xdg_mimeinfo_database_update
+}
+
+pkg_postrm() {
+	xdg_desktop_database_update
+	xdg_icon_cache_update
+	xdg_mimeinfo_database_update
+}


             reply	other threads:[~2019-11-25 15:09 UTC|newest]

Thread overview: 55+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-11-25 15:09 Jeroen Roovers [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-11-21 10:05 [gentoo-commits] repo/gentoo:master commit in: app-text/xchm/ Marek Szuba
2023-10-26 16:17 Arthur Zamarin
2023-10-26 16:17 Arthur Zamarin
2023-10-26 16:17 Arthur Zamarin
2023-09-19 12:52 Marek Szuba
2023-06-10 10:35 Marek Szuba
2023-05-27 10:13 Sam James
2023-05-26 20:06 Arthur Zamarin
2023-05-26 20:06 Arthur Zamarin
2023-03-31 16:55 Marek Szuba
2023-03-30  9:47 Marek Szuba
2023-02-05 23:03 Marek Szuba
2022-02-24 13:51 Marek Szuba
2022-02-24 13:51 Marek Szuba
2022-02-24 13:02 Sam James
2022-02-24  9:37 Jakov Smolić
2022-02-24  9:36 Jakov Smolić
2022-01-03 23:14 Marek Szuba
2021-09-10 20:51 Marek Szuba
2021-04-28 23:18 Marek Szuba
2021-04-28 18:47 Sam James
2021-04-28 17:00 Sam James
2021-04-27 20:45 Sam James
2021-03-22 12:26 Marek Szuba
2021-03-22 12:26 Marek Szuba
2020-12-24 13:25 Marek Szuba
2020-12-15 10:37 Sam James
2020-12-04 18:31 Sergei Trofimovich
2020-12-02  3:06 Thomas Deutschmann
2020-11-29 23:37 Marek Szuba
2020-11-29 23:12 Marek Szuba
2020-11-29 23:12 Marek Szuba
2020-11-29 23:12 Marek Szuba
2020-11-29 23:12 Marek Szuba
2020-11-29 23:12 Marek Szuba
2020-11-29 22:52 Marek Szuba
2019-11-25 15:09 Jeroen Roovers
2019-08-29 11:39 David Seifert
2019-06-24  9:55 Jeroen Roovers
2019-06-24  9:55 Jeroen Roovers
2019-06-24  9:55 Jeroen Roovers
2019-04-23  7:07 Jeroen Roovers
2019-04-23  7:07 Jeroen Roovers
2019-04-06  9:42 Jeroen Roovers
2019-04-06  8:52 Jeroen Roovers
2019-04-06  8:49 Jeroen Roovers
2019-04-06  8:49 Jeroen Roovers
2019-03-20 13:03 Jeroen Roovers
2019-03-20 13:03 Jeroen Roovers
2019-03-13  9:31 Jeroen Roovers
2018-04-20 20:37 David Seifert
2018-03-10 12:23 Pacho Ramos
2016-11-25 18:57 Pacho Ramos
2016-04-24  8:18 Ryan Hill

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=1574694574.a1f4538b709f5a898c8624593deff182300452fc.jer@gentoo \
    --to=jer@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