summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Holzer <mholzer@gentoo.org>2005-08-31 19:14:08 +0000
committerMartin Holzer <mholzer@gentoo.org>2005-08-31 19:14:08 +0000
commit30610384bf6911334ed73e8f5f886fc861bc2295 (patch)
tree018afbfe0ac0c92506c92ab378e5a228cddd4c96 /x11-misc
parentprerelease bump for planeshift, 0.10.0 stable, cleaned old builds (diff)
downloadhistorical-30610384bf6911334ed73e8f5f886fc861bc2295.tar.gz
historical-30610384bf6911334ed73e8f5f886fc861bc2295.tar.bz2
historical-30610384bf6911334ed73e8f5f886fc861bc2295.zip
Version bumpd.
Package-Manager: portage-1.589-cvs
Diffstat (limited to 'x11-misc')
-rw-r--r--x11-misc/xchm/ChangeLog7
-rw-r--r--x11-misc/xchm/Manifest20
-rw-r--r--x11-misc/xchm/files/digest-xchm-1.12
-rw-r--r--x11-misc/xchm/xchm-1.1.ebuild71
4 files changed, 85 insertions, 15 deletions
diff --git a/x11-misc/xchm/ChangeLog b/x11-misc/xchm/ChangeLog
index 62ec1c89f024..5fa1abda50d0 100644
--- a/x11-misc/xchm/ChangeLog
+++ b/x11-misc/xchm/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for x11-misc/xchm
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xchm/ChangeLog,v 1.28 2005/06/14 12:07:43 smithj Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xchm/ChangeLog,v 1.29 2005/08/31 19:14:08 mholzer Exp $
+
+*xchm-1.1 (31 Aug 2005)
+
+ 31 Aug 2005; Martin Holzer <mholzer@gentoo.org> +xchm-1.1.ebuild:
+ Version bumpd.
14 Jun 2005; Jonathan Smith <smithj@gentoo.org> xchm-1.0-r1.ebuild:
updated dependency on 1.0-r1 for #96032
diff --git a/x11-misc/xchm/Manifest b/x11-misc/xchm/Manifest
index 27e49d18c966..e68a7f7a8349 100644
--- a/x11-misc/xchm/Manifest
+++ b/x11-misc/xchm/Manifest
@@ -1,18 +1,10 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
-MD5 87e02c06b5e7a73e6b2d72b4a45a4824 ChangeLog 5084
+MD5 ee2b273194a4cd2f6645349cfd5bd808 xchm-1.1.ebuild 2207
+MD5 4dede26803282926bae2f3e1051c1465 ChangeLog 5196
MD5 fe402b096905cae8dcb4a503d3a838ac metadata.xml 173
-MD5 8b8727a304ea575b3bf6b6c9309fe74f xchm-0.9.6.ebuild 718
MD5 ba76b5174f8b32140aba54f384ac0dad xchm-0.9.8.ebuild 721
MD5 da69d5a062b6650f9ee584c7f6a77638 xchm-1.0-r1.ebuild 2209
-MD5 1333608642124dbc0be70c60e627fd9c files/digest-xchm-0.9.6 127
-MD5 37082eeb0165e41ee380fd13e8b0882a files/digest-xchm-0.9.8 128
+MD5 8b8727a304ea575b3bf6b6c9309fe74f xchm-0.9.6.ebuild 718
+MD5 50c7ba75ab97366990bd8ff2a6c86de0 files/digest-xchm-1.1 124
MD5 42e73319b72a6c0c603afa32025bc888 files/digest-xchm-1.0-r1 124
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.4.1 (GNU/Linux)
-
-iD8DBQFCrsiql5AvwDPiUowRAlEsAJ9DcZ/OsAq0RhjXiHOtXoZ39zU3OACfaAjH
-yC/2JymrvRO+X9TNt/QG54g=
-=eGsu
------END PGP SIGNATURE-----
+MD5 37082eeb0165e41ee380fd13e8b0882a files/digest-xchm-0.9.8 128
+MD5 1333608642124dbc0be70c60e627fd9c files/digest-xchm-0.9.6 127
diff --git a/x11-misc/xchm/files/digest-xchm-1.1 b/x11-misc/xchm/files/digest-xchm-1.1
new file mode 100644
index 000000000000..feb96ed62870
--- /dev/null
+++ b/x11-misc/xchm/files/digest-xchm-1.1
@@ -0,0 +1,2 @@
+MD5 801ce6a079e559bc5b7d814e86861500 xchm-1.1.tar.gz 331622
+MD5 5372511c1ab23ab502f63698ff6450b1 xchm-1.1-doc.tar.gz 109112
diff --git a/x11-misc/xchm/xchm-1.1.ebuild b/x11-misc/xchm/xchm-1.1.ebuild
new file mode 100644
index 000000000000..5c7c90e9e4d1
--- /dev/null
+++ b/x11-misc/xchm/xchm-1.1.ebuild
@@ -0,0 +1,71 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xchm/xchm-1.1.ebuild,v 1.1 2005/08/31 19:14:08 mholzer Exp $
+
+inherit eutils wxwidgets
+
+DESCRIPTION="Utility for viewing Microsoft .chm files."
+HOMEPAGE="http://xchm.sf.net"
+SRC_URI="mirror://sourceforge/xchm/${P}.tar.gz
+ doc? ( mirror://sourceforge/xchm/${P}-doc.tar.gz )"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86 ~ppc ~amd64"
+
+IUSE="doc unicode"
+DEPEND=">=app-doc/chmlib-0.31
+ >=x11-libs/wxGTK-2.6.0"
+
+src_compile() {
+ local myconf
+ export WX_GTK_VER="2.6"
+ if use unicode; then
+ need-wxwidgets unicode
+ else
+ need-wxwidgets gtk2
+ fi
+ myconf="${myconf} --with-wx-config=${WX_CONFIG}"
+ econf ${myconf} || die "econf failed"
+ emake || die "emake failed"
+}
+
+src_install() {
+ einstall || die
+ dodoc COPYING AUTHORS README
+
+ if use doc; then
+ cd ${S}"-doc"
+ dohtml html/*
+ fi
+
+ # fixes dekstop and icon problems
+ rm ${D}/usr/share/pixmaps/xchm-*.xpm
+ ${D}/usr/share/pixmaps/xchmdoc-*.xpm
+
+ dodir /usr/share/icons/hicolor/16x16/apps/
+ install -m 644 ${S}/art/xchm-16.xpm \
+ {D}/usr/share/icons/hicolor/16x16/apps/xchm.xpm
+ dodir /usr/share/icons/hicolor/32x32/apps/
+ install -m 644 ${S}/art/xchm-32.xpm \
+ ${D}/usr/share/icons/hicolor/32x32/apps/xchm.xpm
+ dodir /usr/share/icons/hicolor/48x48/apps/
+ install -m 644 ${S}/art/xchm-48.xpm \
+ ${D}/usr/share/icons/hicolor/48x48/apps/xchm.xpm
+ dodir /usr/share/icons/hicolor/128x128/apps/
+ install -m 644 ${S}/art/xchm-128.xpm \
+ ${D}/usr/share/icons/hicolor/128x128/apps/xchm.xpm
+ dodir /usr/share/icons/hicolor/16x16/mimetypes/
+ install -m 644 ${S}/art/xchmdoc-16.xpm \
+ ${D}/usr/share/icons/hicolor/16x16/mimetypes/chm.xpm
+ dodir /usr/share/icons/hicolor/32x32/mimetypes/
+ install -m 644 ${S}/art/xchmdoc-32.xpm \
+ ${D}/usr/share/icons/hicolor/32x32/mimetypes/chm.xpm
+ dodir /usr/share/icons/hicolor/48x48/mimetypes/
+ install -m 644 ${S}/art/xchmdoc-48.xpm \
+ ${D}/usr/share/icons/hicolor/48x48/mimetypes/chm.xpm
+ dodir /usr/share/icons/hicolor/128x128/mimetypes/
+ install -m 644 ${S}/art/xchmdoc-128.xpm \
+ ${D}/usr/share/icons/hicolor/128x128/mimetypes/chm.xpm
+ make_desktop_entry xchm XCHM xchm
+}