summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeonardo Boshell <leonardop@gentoo.org>2004-04-19 03:25:26 +0000
committerLeonardo Boshell <leonardop@gentoo.org>2004-04-19 03:25:26 +0000
commitbbc3d222d4d001b311289a4906c87ef9bd785fd1 (patch)
tree76bd44e0bcc03edab8597e3f8bdce39173bd54cb /app-editors/mlview/files
parentRevert last fix, it was some one-off error. (Manifest recommit) (diff)
downloadgentoo-2-bbc3d222d4d001b311289a4906c87ef9bd785fd1.tar.gz
gentoo-2-bbc3d222d4d001b311289a4906c87ef9bd785fd1.tar.bz2
gentoo-2-bbc3d222d4d001b311289a4906c87ef9bd785fd1.zip
Moving from app-text. Closes bug #44716.
Diffstat (limited to 'app-editors/mlview/files')
-rw-r--r--app-editors/mlview/files/digest-mlview-0.6.11
-rw-r--r--app-editors/mlview/files/digest-mlview-0.6.21
-rw-r--r--app-editors/mlview/files/mlview-0.6.0-Makefile.in.patch25
3 files changed, 27 insertions, 0 deletions
diff --git a/app-editors/mlview/files/digest-mlview-0.6.1 b/app-editors/mlview/files/digest-mlview-0.6.1
new file mode 100644
index 000000000000..fcfb8d68ba62
--- /dev/null
+++ b/app-editors/mlview/files/digest-mlview-0.6.1
@@ -0,0 +1 @@
+MD5 a2f3b78faafc9dc8644c6c7e632de716 mlview-0.6.1.tar.bz2 437705
diff --git a/app-editors/mlview/files/digest-mlview-0.6.2 b/app-editors/mlview/files/digest-mlview-0.6.2
new file mode 100644
index 000000000000..1bf5b2ba43ea
--- /dev/null
+++ b/app-editors/mlview/files/digest-mlview-0.6.2
@@ -0,0 +1 @@
+MD5 0cbdd1b55f8ad7aa1769ddac38ffea9d mlview-0.6.2.tar.bz2 451900
diff --git a/app-editors/mlview/files/mlview-0.6.0-Makefile.in.patch b/app-editors/mlview/files/mlview-0.6.0-Makefile.in.patch
new file mode 100644
index 000000000000..e984a622a12c
--- /dev/null
+++ b/app-editors/mlview/files/mlview-0.6.0-Makefile.in.patch
@@ -0,0 +1,25 @@
+--- Makefile.in.orig 2003-09-28 18:17:30.391098704 +0800
++++ Makefile.in 2003-09-28 18:18:37.115954984 +0800
+@@ -446,14 +446,14 @@
+ ln -s mlv gmlview ; \
+ fi ;
+ # Install an entry in the GNOME Applications menu:
+- mkdir -p ${prefix}/share/gnome/apps/Applications
+- echo "[Desktop Entry]" > ${prefix}/share/gnome/apps/Applications/mlview.desktop
+- echo "Name=MlView" >> ${prefix}/share/gnome/apps/Applications/mlview.desktop
+- echo "Comment=MlView - XML editor for GNOME" >> ${prefix}/share/gnome/apps/Applications/mlview.desktop
+- echo "Comment[fr]=MlView - Éditeur XML pour GNOME" >> ${prefix}/share/gnome/apps/Applications/mlview.desktop
+- echo "Exec=mlv" >> ${prefix}/share/gnome/apps/Applications/mlview.desktop
+- echo "Terminal=0" >> ${prefix}/share/gnome/apps/Applications/mlview.desktop
+- echo "Type=Application" >> ${prefix}/share/gnome/apps/Applications/mlview.desktop
++ mkdir -p ${DESTDIR}/${prefix}/share/gnome/apps/Applications
++ echo "[Desktop Entry]" > ${DESTDIR}/${prefix}/share/gnome/apps/Applications/mlview.desktop
++ echo "Name=MlView" >> ${DESTDIR}/${prefix}/share/gnome/apps/Applications/mlview.desktop
++ echo "Comment=MlView - XML editor for GNOME" >> ${DESTDIR}/${prefix}/share/gnome/apps/Applications/mlview.desktop
++ echo "Comment[fr]=MlView - Éditeur XML pour GNOME" >> ${DESTDIR}/${prefix}/share/gnome/apps/Applications/mlview.desktop
++ echo "Exec=mlv" >> ${DESTDIR}/${prefix}/share/gnome/apps/Applications/mlview.desktop
++ echo "Terminal=0" >> ${DESTDIR}/${prefix}/share/gnome/apps/Applications/mlview.desktop
++ echo "Type=Application" >> ${DESTDIR}/${prefix}/share/gnome/apps/Applications/mlview.desktop
+
+ uninstall-local:
+ -rm -rf $(datadir)/$(MLVIEW_DIR_NAME) ; \