[josm-plugins] 12/369: Enable plugins: slippymap, colorscheme

Bas Couwenberg sebastic at xs4all.nl
Sat Oct 18 12:03:20 UTC 2014


This is an automated email from the git hooks/post-receive script.

sebastic-guest pushed a commit to branch master
in repository josm-plugins.

commit 95f7b7d11b67bbe5fa012f5aa3b809f76a275dd2
Author: Andreas Putzo <andreas at putzo.net>
Date:   Sat Mar 29 13:51:00 2008 +0000

    Enable plugins: slippymap, colorscheme
---
 debian/patches/00list                |  2 ++
 debian/patches/10_build.dpatch       | 21 +++++++++-------
 debian/patches/80_colorscheme.dpatch | 48 ++++++++++++++++++++++++++++++++++++
 debian/patches/90_slippymap.dpatch   | 22 +++++++++++++++++
 4 files changed, 84 insertions(+), 9 deletions(-)

diff --git a/debian/patches/00list b/debian/patches/00list
index 8563860..2eebd70 100644
--- a/debian/patches/00list
+++ b/debian/patches/00list
@@ -6,3 +6,5 @@
 50_livegps
 60_lang
 70_namefinder
+80_colorscheme
+90_slippymap
diff --git a/debian/patches/10_build.dpatch b/debian/patches/10_build.dpatch
index 11b4860..04405ec 100755
--- a/debian/patches/10_build.dpatch
+++ b/debian/patches/10_build.dpatch
@@ -4,9 +4,9 @@
 ## DP: Patch for the main build.xml
 
 @DPATCH@
-diff -urNad josm-plugins-0.0.0.20080320~/build.xml josm-plugins-0.0.0.20080320/build.xml
---- josm-plugins-0.0.0.20080320~/build.xml	2008-03-22 14:24:19.000000000 +0100
-+++ josm-plugins-0.0.0.20080320/build.xml	2008-03-23 11:19:06.000000000 +0100
+diff -urNad josm-plugins-0.0.0.20080326~/build.xml josm-plugins-0.0.0.20080326/build.xml
+--- josm-plugins-0.0.0.20080326~/build.xml	2008-03-05 20:13:48.000000000 +0000
++++ josm-plugins-0.0.0.20080326/build.xml	2008-03-29 13:36:39.000000000 +0000
 @@ -1,43 +1,49 @@
  <project name="josm-plugins" default="build" basedir=".">
  
@@ -33,18 +33,21 @@ diff -urNad josm-plugins-0.0.0.20080320~/build.xml josm-plugins-0.0.0.20080320/b
 -    <!--ant	dir="duplicateway"	antfile="build.xml"	target="dist"/ code still uses API 0.4 -->
 +  <target name="dist">
 +    <mkdir dir="${plugin.dist.dir}"/>
-+    <!-- <ant	dir="colorscheme"	antfile="build.xml"	target="dist"/> -->
++    <ant	dir="colorscheme"	antfile="build.xml"	target="dist"/> 
 +    <!-- <ant	dir="duplicateway"	antfile="build.xml"	target="dist"/ code still uses API 0.4 -->
      <ant	dir="lang"		antfile="build.xml"	target="dist"/>
      <ant	dir="namefinder"	antfile="build.xml"	target="dist"/>
 -    <ant	dir="nearclick"		antfile="build.xml"	target="dist"/>
-+    <!-- <ant	dir="nearclick"		antfile="build.xml"	target="dist"/>
-     <ant	dir="openvisible"	antfile="build.xml"	target="dist"/>
-     <ant	dir="osmarender"	antfile="build.xml"	target="dist"/>
-     <ant	dir="plastic_laf"	antfile="build.xml"	target="dist"/>
+-    <ant	dir="openvisible"	antfile="build.xml"	target="dist"/>
+-    <ant	dir="osmarender"	antfile="build.xml"	target="dist"/>
+-    <ant	dir="plastic_laf"	antfile="build.xml"	target="dist"/>
++    <!-- <ant	dir="nearclick"		antfile="build.xml"	target="dist"/> -->
++    <!-- <ant	dir="openvisible"	antfile="build.xml"	target="dist"/> -->
++    <!-- <ant	dir="osmarender"	antfile="build.xml"	target="dist"/> -->
++    <!-- <ant	dir="plastic_laf"	antfile="build.xml"	target="dist"/> -->
      <ant	dir="slippymap"		antfile="build.xml"	target="dist"/>
 -    <ant	dir="tagging-preset-tester"	antfile="build.xml"	target="dist"/>
-+    <ant	dir="tagging-preset-tester"	antfile="build.xml"	target="dist"/>-->
++    <!-- <ant	dir="tagging-preset-tester"	antfile="build.xml"	target="dist"/> -->
      <ant	dir="utilsplugin"	antfile="build.xml"	target="dist"/>
      <ant	dir="validator"		antfile="build.xml"	target="dist"/>
      <ant	dir="wmsplugin"		antfile="build.xml"	target="dist"/>
diff --git a/debian/patches/80_colorscheme.dpatch b/debian/patches/80_colorscheme.dpatch
new file mode 100755
index 0000000..c300df0
--- /dev/null
+++ b/debian/patches/80_colorscheme.dpatch
@@ -0,0 +1,48 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 80_colorscheme.dpatch by Andreas Putzo <andreas at putzo.net>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: No description.
+
+ at DPATCH@
+diff -urNad josm-plugins-0.0.0.20080326~/colorscheme/build.xml josm-plugins-0.0.0.20080326/colorscheme/build.xml
+--- josm-plugins-0.0.0.20080326~/colorscheme/build.xml	2007-12-19 18:09:31.000000000 +0000
++++ josm-plugins-0.0.0.20080326/colorscheme/build.xml	2008-03-29 13:43:50.000000000 +0000
+@@ -1,13 +1,10 @@
+ <project name="colorscheme" default="dist" basedir=".">
+ 
+   <!-- compilation properties -->
+-  <property name="josm.build.dir"	value="../../core"/>
+-  <property name="josm.home.dir"	value="${user.home}/.josm"/>
+-  <property name="josm"			location="../../core/dist/josm-custom.jar" />
+   <property name="plugin.build.dir"	value="build"/>
+-  <property name="plugin.dist.dir"	value="../../dist"/>
++  <property name="plugin.dist.dir"	value="../dist"/>
+   <property name="plugin.name"		value="${ant.project.name}"/>
+-  <property name="plugin.jar"		value="../../dist/${plugin.name}.jar"/>
++  <property name="plugin.jar"		value="../dist/${plugin.name}.jar"/>
+   
+   <!-- plugin meta data (enter new version number if anything changed!) -->
+   <property name="plugin.version" value="0.5.2"/>
+@@ -22,7 +19,7 @@
+ 
+   <property name="ant.build.javac.target" value="1.5"/>
+   
+-  <target name="dist" depends="compile, site">
++  <target name="dist" depends="compile">
+     <!-- images -->
+     <!-- 
+ 	 <copy todir="${plugin.build.dir}/images">
+@@ -50,12 +47,6 @@
+   <target name="compile" depends="init">
+     <mkdir dir="${plugin.build.dir}"/>
+     <javac srcdir="src" destdir="${plugin.build.dir}" debug="true" source="1.5" target="1.5">
+-      <classpath>
+-        <pathelement path="${josm.build.dir}/build"/>
+-        <fileset dir="${josm.build.dir}/lib">
+-          <include name="**/*.jar"/>
+-        </fileset>
+-      </classpath>
+     </javac>
+   </target>
+ 
diff --git a/debian/patches/90_slippymap.dpatch b/debian/patches/90_slippymap.dpatch
new file mode 100755
index 0000000..3bae9d4
--- /dev/null
+++ b/debian/patches/90_slippymap.dpatch
@@ -0,0 +1,22 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 90_slippymap.dpatch by Andreas Putzo <andreas at putzo.net>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: No description.
+
+ at DPATCH@
+diff -urNad josm-plugins-0.0.0.20080326~/slippymap/build.xml josm-plugins-0.0.0.20080326/slippymap/build.xml
+--- josm-plugins-0.0.0.20080326~/slippymap/build.xml	2007-12-19 18:09:31.000000000 +0000
++++ josm-plugins-0.0.0.20080326/slippymap/build.xml	2008-03-28 23:20:29.000000000 +0000
+@@ -14,9 +14,9 @@
+   <property name="josm.plugins.dir" value="${josm.home.dir}/plugins"/>
+   <property name="josm"			location="../../core/dist/josm-custom.jar" />
+   <property name="plugin.build.dir"	value="build"/>
+-  <property name="plugin.dist.dir"	value="../../dist"/>
++  <property name="plugin.dist.dir"	value="../dist"/>
+   <property name="plugin.name"		value="${ant.project.name}"/>
+-  <property name="plugin.jar"		value="../../dist/${plugin.name}.jar"/>
++  <property name="plugin.jar"		value="../dist/${plugin.name}.jar"/>
+ 
+   <property name="ant.build.javac.target" value="1.5"/>
+   

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/josm-plugins.git



More information about the Pkg-grass-devel mailing list