[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

./packages/openofficeorg/2.4.1/experimental r1123: install also other resolutions than 48x48 for the ooo-build/desktop icons



------------------------------------------------------------
revno: 1123
committer: Rene Engelhard <rene@debian.org>
branch nick: debian
timestamp: Sat 2008-06-07 12:48:18 +0200
message:
  install also other resolutions than 48x48 for the ooo-build/desktop icons
modified:
  changelog
  rules
=== modified file 'changelog'
--- a/changelog	2008-06-07 10:30:50 +0000
+++ b/changelog	2008-06-07 10:48:18 +0000
@@ -6,8 +6,11 @@
     - only recommend -fitler-binfilter. (closes: #484287)
     - conflict against libgtk2.0-0 = 2.12.10-1 on amd64 because of
       #484580 and #484758.
+  * debian/rules:
+    - install also other resolutions than 48x48 for the ooo-build/desktop 
+      icons, thanks Chris Cheney
 
- -- Rene Engelhard <rene@debian.org>  Sat, 07 Jun 2008 12:26:33 +0200
+ -- Rene Engelhard <rene@debian.org>  Sat, 07 Jun 2008 12:45:20 +0200
 
 openoffice.org (1:2.4.1~rc2-1) experimental; urgency=low
 

=== modified file 'rules'
--- a/rules	2008-05-30 12:59:25 +0000
+++ b/rules	2008-06-07 10:48:18 +0000
@@ -2561,9 +2561,11 @@
 	rm -rf $(PKGDIR)-common/$(OODIR)/share/readme/README*
 
 	# install Ximian desktop icons
-	mkdir -p $(PKGDIR)-common/usr/share/icons/hicolor/48x48/apps
-	cp ooo-build/desktop/48x48/*.png \
-		$(PKGDIR)-common/usr/share/icons/hicolor/48x48/apps
+	for r in 16x16 22x22 24x24 32x32 48x48; do \
+		mkdir -p $(PKGDIR)-common/usr/share/icons/hicolor/$$r/apps; \
+		cp ooo-build/desktop/$$r/*.png \
+			$(PKGDIR)-common/usr/share/icons/hicolor/$$r/apps; \
+	done
 
 	# add MySQL and PostgreSQL JDBC drivers to OOos CLASSPATH
 	TMP=`mktemp -q`; \


Reply to: