[Pkg-electronics-commits] [SCM] Packaging for Pcb branch, master, updated. debian/20110918-7-9-gdc03ef7

أحمد المحمو =?UTF-8?Q?=D8=AF=D9=8A=20?=(Ahmed El-Mahmoudy) aelmahmoudy at sabily.org
Fri Jun 28 08:19:37 UTC 2013


The following commit has been merged in the master branch:
commit e62850bf69108bcc2e3b1a58a89f87214b677971
Author: أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy at sabily.org>
Date:   Thu Jun 27 16:55:05 2013 +0200

    Use absolute path for icon in menu files

diff --git a/debian/pcb-gtk.menu b/debian/pcb-gtk.menu
index 45f48fa..211ec8c 100644
--- a/debian/pcb-gtk.menu
+++ b/debian/pcb-gtk.menu
@@ -1,5 +1,5 @@
 ?package(pcb-gtk):needs="x11" section="Applications/Science/Electronics" \
 	title="PCB (GTK+ interface)"                                           \
 	longtitle="Printed Circuit Board Design Program"      \
-	hotkey="P" icon="pcb.xpm"                             \
+	hotkey="P" icon="/usr/share/pixmaps/pcb.xpm"          \
 	command="/usr/bin/pcb-gtk"
diff --git a/debian/pcb-lesstif.menu b/debian/pcb-lesstif.menu
index 85e40a7..64c1cd9 100644
--- a/debian/pcb-lesstif.menu
+++ b/debian/pcb-lesstif.menu
@@ -1,5 +1,5 @@
 ?package(pcb-lesstif):needs="x11" section="Applications/Science/Electronics" \
 	title="PCB (LessTif interface)"                                           \
 	longtitle="Printed Circuit Board Design Program"      \
-	hotkey="P" icon="pcb.xpm"                             \
+	hotkey="P" icon="/usr/share/pixmaps/pcb.xpm"          \
 	command="/usr/bin/pcb-lesstif"

-- 
Packaging for Pcb



More information about the Pkg-electronics-commits mailing list