summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDon Seiler <rizzo@gentoo.org>2004-03-30 20:40:33 +0000
committerDon Seiler <rizzo@gentoo.org>2004-03-30 20:40:33 +0000
commitae1a6fc772edc4bd06121f676f3b7bd51b6957a3 (patch)
treecb81e7c4aeb0c76fec75dd47113560dfe2f6f25f /app-editors
parentVersion bump; fix for bug #45482 (Manifest recommit) (diff)
downloadgentoo-2-ae1a6fc772edc4bd06121f676f3b7bd51b6957a3.tar.gz
gentoo-2-ae1a6fc772edc4bd06121f676f3b7bd51b6957a3.tar.bz2
gentoo-2-ae1a6fc772edc4bd06121f676f3b7bd51b6957a3.zip
Cosmetic changes and desktop file
Diffstat (limited to 'app-editors')
-rw-r--r--app-editors/xxe/ChangeLog5
-rw-r--r--app-editors/xxe/files/xxe.desktop10
-rw-r--r--app-editors/xxe/xxe-2.5_p4.ebuild19
3 files changed, 28 insertions, 6 deletions
diff --git a/app-editors/xxe/ChangeLog b/app-editors/xxe/ChangeLog
index dca4e0a36500..f7790b0c8bc9 100644
--- a/app-editors/xxe/ChangeLog
+++ b/app-editors/xxe/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-editors/xxe
# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/xxe/ChangeLog,v 1.9 2004/03/26 10:30:32 dholm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/xxe/ChangeLog,v 1.10 2004/03/30 20:40:33 rizzo Exp $
+
+ 30 Mar 2004; Don Seiler <rizzo@gentoo.org>; xxe-2.5_p4.ebuild:
+ Added xxe.desktop and some other cosmetic changes. Thanks to Keith Lea.
26 Mar 2004; David Holm <dholm@gentoo.org> xxe-2.5_p4.ebuild:
Backed out of ~ppc while waiting for portage upgrade.
diff --git a/app-editors/xxe/files/xxe.desktop b/app-editors/xxe/files/xxe.desktop
new file mode 100644
index 000000000000..70501dd81477
--- /dev/null
+++ b/app-editors/xxe/files/xxe.desktop
@@ -0,0 +1,10 @@
+[Desktop Entry]
+Encoding=UTF-8
+Version=1.0
+Type=Application
+Exec=/opt/xxe/xxe
+Icon=/opt/xxe/docs/help/icons/logo.gif
+Name=XMLmind XML Editor
+GenericName=XML Editor
+Comment=XML file editor
+Categories=Application;Development
diff --git a/app-editors/xxe/xxe-2.5_p4.ebuild b/app-editors/xxe/xxe-2.5_p4.ebuild
index 00a1eddd5811..14f810340012 100644
--- a/app-editors/xxe/xxe-2.5_p4.ebuild
+++ b/app-editors/xxe/xxe-2.5_p4.ebuild
@@ -1,11 +1,11 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/xxe/xxe-2.5_p4.ebuild,v 1.2 2004/03/26 10:30:32 dholm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/xxe/xxe-2.5_p4.ebuild,v 1.3 2004/03/30 20:40:33 rizzo Exp $
MY_PV="${PV/./}"
MY_PV="${MY_PV/_/}"
S="${WORKDIR}/${PN}-std-${MY_PV}"
-DESCRIPTION="Java-based XML Editor"
+DESCRIPTION="The XMLmind XML Editor"
SRC_URI="http://www.xmlmind.net/xmleditor/_download/${PN}-std-${MY_PV}.tar.gz"
HOMEPAGE="http://www.xmlmind.com/xmleditor/index.html"
IUSE=""
@@ -23,8 +23,17 @@ src_install() {
dodir ${INSTALLDIR}
cp -a ${S}/* ${D}/${INSTALLDIR}
- #dynamic environment by T.Henderson@cs.ucl.ac.uk (Tristan Henderson)
dodir /etc/env.d
- echo -e "PATH=${INSTALLDIR}\nROOTPATH=${INSTALLDIR}" > \
- ${D}/etc/env.d/10xxe
+ echo -e "PATH=${INSTALLDIR}\nROOTPATH=${INSTALLDIR}" > ${D}/etc/env.d/10xxe
+
+ insinto /usr/share/applications
+ doins ${FILESDIR}/xxe.desktop
+}
+
+pkg_postinst() {
+ einfo
+ einfo "XXE has been installed in /opt/xxe, to include this"
+ einfo "in your path, run the following:"
+ eerror " /usr/sbin/env-update && source /etc/profile"
+ einfo
}