summarylogtreecommitdiffstats
path: root/0001-fix-application-icon-does-not-show-on-GNOME-desktop.patch
diff options
context:
space:
mode:
authorMichael Lass2016-06-07 18:41:23 +0200
committerMichael Lass2016-06-12 00:26:17 +0200
commitb835103d7366b1de8b670db647a2ad2236c941d3 (patch)
tree4871231b5e92e7a964f5f1a496194b492bced64c /0001-fix-application-icon-does-not-show-on-GNOME-desktop.patch
parent05bb0518352242a6a687efae1f5b24dceff7cbbf (diff)
downloadaur-b835103d7366b1de8b670db647a2ad2236c941d3.tar.gz
Update to 0.9.3b
Changes: - remove .install file as the contained steps are now automatically performed by ALPM hooks - add libgit2 as dependency - apply upstream patches to fix .desktop file - remove boost detection as it fails on non-dpkg distributions - remove libgit2 detection as we need to build against ver. 0.24.x instead - adapt to libgit2 0.24.x API changes - set system-wide parts location as default Issues: - When using a user-writable location for parts (using -pp path) a parts.db file is created and Fritzing will through errors on next launch until this database is removed again. - Automatic update of parts db does not seem to work, even when using a user- writable location.
Diffstat (limited to '0001-fix-application-icon-does-not-show-on-GNOME-desktop.patch')
-rw-r--r--0001-fix-application-icon-does-not-show-on-GNOME-desktop.patch29
1 files changed, 29 insertions, 0 deletions
diff --git a/0001-fix-application-icon-does-not-show-on-GNOME-desktop.patch b/0001-fix-application-icon-does-not-show-on-GNOME-desktop.patch
new file mode 100644
index 000000000000..15523a6734cf
--- /dev/null
+++ b/0001-fix-application-icon-does-not-show-on-GNOME-desktop.patch
@@ -0,0 +1,29 @@
+From 627adc167c97c6fca4401e7d05ace1e288583e04 Mon Sep 17 00:00:00 2001
+From: Chris Mayo <aklhfex@gmail.com>
+Date: Tue, 7 Jun 2016 20:01:55 +0100
+Subject: [PATCH 1/7] fix application icon does not show on GNOME desktop
+
+- phoenix.pro renames fritzing_icon.png to fritzing.png
+- Icon value should be either an absolute path or icon name
+
+(cherry picked from commit f712d0139e3a0b1146566c989a3d523da9cdcd42)
+---
+ fritzing.desktop | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/fritzing.desktop b/fritzing.desktop
+index 854319e..1791c92 100644
+--- a/fritzing.desktop
++++ b/fritzing.desktop
+@@ -4,7 +4,7 @@ Name=Fritzing
+ GenericName=Fritzing
+ Comment=Electronic Design Automation software
+ Exec=Fritzing
+-Icon=icons/fritzing_icon.png
++Icon=fritzing
+ Terminal=false
+ Type=Application
+ Categories=Development;IDE;Electronics;EDA;
+--
+2.8.3
+