[netbeans] 12/33: Fix installation of netbeans.png
Markus Koschany
apo-guest at moszumanska.debian.org
Wed Feb 24 19:39:50 GMT 2016
This is an automated email from the git hooks/post-receive script.
apo-guest pushed a commit to branch master
in repository netbeans.
commit db6683352bdeec11c8d50ccc480bdcb24db85cd5
Author: Markus Koschany <apo at debian.org>
Date: Mon Feb 22 15:28:08 2016 +0100
Fix installation of netbeans.png
---
debian/rules | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index 84311b6..f02e9d7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -71,7 +71,7 @@ override_dh_auto_build:
-Dcluster.config=basic \
-f nbbuild/build.xml build-nozip
# Convert the *.icns hicolor icon into a png icon
- icns2png -x -s 128x128 -d 32 ide.branding/release/netbeans.icns netbeans.png
+ icns2png -x -s 128x128 -d 32 ide.branding/release/netbeans.icns
@@ -137,6 +137,7 @@ override_dh_auto_install:
$(INSTALL)$(pkg-nb) nbbuild/netbeans/README.html usr/share/$(pkg-nb)
$(INSTALL)$(pkg-nb) nbbuild/netbeans/netbeans.css usr/share/$(pkg-nb)
# Install 128x128 netbeans icon to hicolor directory
+ mv netbeans_128x128x32.png netbeans.png
$(INSTALL)$(pkg-nb) netbeans.png usr/share/icons/hicolor/128x128/apps
$(LINK)$(pkg-nb) $(NB_INSTALL_DIR)/$(base-platform) $(NB_INSTALL_DIR)/$(DEB_UPSTREAM_VERSION)/platform
$(LINK)$(pkg-nb) $(NB_INSTALL_DIR)/harness $(NB_INSTALL_DIR)/$(DEB_UPSTREAM_VERSION)/harness
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/netbeans.git
More information about the pkg-java-commits
mailing list