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: Sat,  6 Apr 2019 08:49:45 +0000 (UTC)	[thread overview]
Message-ID: <1554540583.8ba3f9b925a7f38e9aefcb22833c7a68a26261f6.jer@gentoo> (raw)

commit:     8ba3f9b925a7f38e9aefcb22833c7a68a26261f6
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Sat Apr  6 08:49:01 2019 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Sat Apr  6 08:49:43 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ba3f9b9

app-text/xchm: Add live ebuild

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

 app-text/xchm/xchm-9999.ebuild | 58 ++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 58 insertions(+)

diff --git a/app-text/xchm/xchm-9999.ebuild b/app-text/xchm/xchm-9999.ebuild
new file mode 100644
index 00000000000..ff28fc53413
--- /dev/null
+++ b/app-text/xchm/xchm-9999.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+WX_GTK_VER="3.0-gtk3"
+
+inherit autotools git-r3 wxwidgets xdg-utils
+
+DESCRIPTION="Utility for viewing Compiled HTML Help (CHM) files"
+HOMEPAGE="https://github.com/rzvncj/xCHM/"
+EGIT_REPO_URI="${HOMEPAGE}"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS=""
+IUSE="nls"
+
+DEPEND="
+	>=dev-libs/chmlib-0.36
+	x11-libs/wxGTK:${WX_GTK_VER}[X]
+"
+RDEPEND="
+	${DEPEND}
+"
+
+src_prepare() {
+	setup-wxwidgets
+	default
+	eautoreconf
+}
+
+src_configure() {
+	econf $(use_enable nls)
+}
+
+src_install() {
+	emake DESTDIR="${D}" install
+
+	dodoc AUTHORS README ChangeLog
+
+	cp "${D}"/usr/share/pixmaps/xchm-32.xpm "${D}"/usr/share/pixmaps/xchm.xpm
+	rm -f "${D}"/usr/share/pixmaps/xchm-*.xpm
+	rm -f "${D}"/usr/share/pixmaps/xchmdoc*.xpm
+
+	domenu "${FILESDIR}"/xchm.desktop
+	insinto /usr/share/mime/packages
+	doins "${FILESDIR}"/xchm.xml
+}
+
+pkg_postinst() {
+	xdg_desktop_database_update
+	xdg_mimeinfo_database_update
+}
+
+pkg_postrm() {
+	xdg_desktop_database_update
+	xdg_mimeinfo_database_update
+}


             reply	other threads:[~2019-04-06  8:49 UTC|newest]

Thread overview: 56+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-04-06  8:49 Jeroen Roovers [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-04-26  1:25 [gentoo-commits] repo/gentoo:master commit in: app-text/xchm/ Sam James
2023-11-21 10:05 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-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-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=1554540583.8ba3f9b925a7f38e9aefcb22833c7a68a26261f6.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