[SCM] eclipse - Powerful IDE written in java - Debian package. branch, master-3.8, updated. debian/3.7.2-1-40-g1f6f169

Jakub Adam jakub.adam at ktknet.cz
Sun May 27 14:53:17 UTC 2012


The following commit has been merged in the master-3.8 branch:
commit e0461f02ae395c4e1f0733374b8ce1dc3550e8bd
Author: Jakub Adam <jakub.adam at ktknet.cz>
Date:   Sat May 26 14:25:54 2012 +0200

    Install new icons

diff --git a/debian/patches/install-new-icons.patch b/debian/patches/install-new-icons.patch
new file mode 100644
index 0000000..8f7f75a
--- /dev/null
+++ b/debian/patches/install-new-icons.patch
@@ -0,0 +1,24 @@
+From: Jakub Adam <jakub.adam at ktknet.cz>
+Date: Sat, 26 May 2012 14:25:04 +0200
+Subject: install-new-icons
+
+---
+ build.xml |    3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+diff --git a/build.xml b/build.xml
+index 4fce261..a8dc236 100644
+--- a/build.xml
++++ b/build.xml
+@@ -897,9 +897,10 @@
+ 	    <property name="launcherJar" refid="equinoxLauncher"/>
+ 		<replace file="${efj}" token="@LAUNCHER@" value="${prefix}/${libDir}/eclipse/plugins/${launcherJar}"/>
+ 		<!-- install icons -->
+-		<copy file="${buildDirectory}/plugins/org.eclipse.platform/eclipse.png" tofile="${destDir}${prefix}/share/icons/hicolor/16x16/apps/eclipse.png" />
++		<copy file="${buildDirectory}/plugins/org.eclipse.platform/eclipse16.png" tofile="${destDir}${prefix}/share/icons/hicolor/16x16/apps/eclipse.png" />
+ 		<copy file="${buildDirectory}/plugins/org.eclipse.platform/eclipse32.png" tofile="${destDir}${prefix}/share/icons/hicolor/32x32/apps/eclipse.png" />
+ 		<copy file="${buildDirectory}/plugins/org.eclipse.platform/eclipse48.png" tofile="${destDir}${prefix}/share/icons/hicolor/48x48/apps/eclipse.png" />
++		<copy file="${buildDirectory}/plugins/org.eclipse.platform/eclipse256.png" tofile="${destDir}${prefix}/share/icons/hicolor/256x256/apps/eclipse.png" />
+ 		<mkdir dir="${destDir}${prefix}/share/pixmaps" />
+ 		<symlink link="${destDir}${prefix}/share/pixmaps/eclipse.png" resource="../icons/hicolor/48x48/apps/eclipse.png" overwrite="true"/>
+ 		<!--shared dropins folder for architecture-independent plugins-->
diff --git a/debian/patches/series b/debian/patches/series
index 7d05fed..cf96f90 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -30,3 +30,4 @@ arch-dont-copy-removed-about-files.patch
 eclipse-help-feature-adjust-dependencies-lucene-vers.patch
 bump-ant-version.patch
 refresh-eclipse-nosourcebundlesfordependencies.patch
+install-new-icons.patch

-- 
eclipse - Powerful IDE written in java - Debian package.



More information about the pkg-java-commits mailing list