[Python-apps-commits] r13686 - in packages/sabnzbdplus/trunk/debian (changelog rules)

jcfp-guest at users.alioth.debian.org jcfp-guest at users.alioth.debian.org
Fri Nov 11 16:19:31 UTC 2016


    Date: Friday, November 11, 2016 @ 16:19:31
  Author: jcfp-guest
Revision: 13686

Rules: use Config's logo-arrow.svg as new basis for menu icon.

Modified:
  packages/sabnzbdplus/trunk/debian/changelog
  packages/sabnzbdplus/trunk/debian/rules

Modified: packages/sabnzbdplus/trunk/debian/changelog
===================================================================
--- packages/sabnzbdplus/trunk/debian/changelog	2016-11-11 16:05:05 UTC (rev 13685)
+++ packages/sabnzbdplus/trunk/debian/changelog	2016-11-11 16:19:31 UTC (rev 13686)
@@ -8,6 +8,7 @@
     filename.
   * Copyright: minor updates only, to match upstream javascript version
     bumps.
+  * Rules: use Config's logo-arrow.svg as new basis for menu icon.
 
  -- JCF Ploemen (jcfp) <linux at jcf.pm>  Fri, 11 Nov 2016 14:52:10 +0000
 

Modified: packages/sabnzbdplus/trunk/debian/rules
===================================================================
--- packages/sabnzbdplus/trunk/debian/rules	2016-11-11 16:05:05 UTC (rev 13685)
+++ packages/sabnzbdplus/trunk/debian/rules	2016-11-11 16:19:31 UTC (rev 13686)
@@ -14,8 +14,8 @@
 	# Generate translations
 	python tools/make_mo.py
 	find locale -type d -empty -delete
-	# Create 48x48 png icon for XDG menu
-	convert -resize 48x48 interfaces/wizard/static/images/icon_sab.png sabnzbdplus.png
+	# Create png icon for XDG menu
+	convert -resize 48x48 interfaces/Config/templates/staticcfg/images/logo-arrow.svg sabnzbdplus.png
 
 override_dh_clean:
 	rm -rf build/ locale/ sabnzbdplus.png




More information about the Python-apps-commits mailing list