wok-next rev 18688
Improve xmgrace
author | Lucas Levrel <llevrel@yahoo.fr> |
---|---|
date | Thu Dec 10 21:28:40 2015 +0100 (2015-12-10) |
parents | bb55ebf48a66 |
children | e2e3be9972fa |
files | xmgrace/receipt xmgrace/stuff/xmgrace.desktop xmgrace/stuff/xmgrace.png |
line diff
1.1 --- a/xmgrace/receipt Thu Dec 10 13:33:41 2015 -0200 1.2 +++ b/xmgrace/receipt Thu Dec 10 21:28:40 2015 +0100 1.3 @@ -26,13 +26,15 @@ 1.4 make && 1.5 make install && 1.6 make links 1.7 + mkdir -p $install/usr/share/applications 1.8 + cp -a $stuff/xmgrace.desktop $install/usr/share/applications 1.9 } 1.10 1.11 genpkg_rules() 1.12 { 1.13 - rm -r $install/usr/share/grace/auxiliary/magic.grace \ 1.14 - $install/usr/share/grace/doc/*.pdf \ 1.15 - $install/usr/share/grace/doc/*.1 \ 1.16 - $install/usr/man 1.17 cp -a $install/* $fs 1.18 + rm -r $fs/usr/share/grace/auxiliary/magic.grace \ 1.19 + $fs/usr/share/grace/doc/*.pdf \ 1.20 + $fs/usr/share/grace/doc/*.1 \ 1.21 + $fs/usr/man 1.22 }
2.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 2.2 +++ b/xmgrace/stuff/xmgrace.desktop Thu Dec 10 21:28:40 2015 +0100 2.3 @@ -0,0 +1,10 @@ 2.4 +[Desktop Entry] 2.5 +Encoding=UTF-8 2.6 +Name=Grace plotting tool 2.7 +Name[fr]=Traceur de graphes Grace 2.8 +Comment=Plot data in graphs 2.9 +Comment[fr]=Représenter des données dans des graphes 2.10 +Exec=xmgrace 2.11 +Icon=xmgrace 2.12 +Type=Application 2.13 +Categories=Graphics;Science;DataVisualization;NumericalAnalysis;
3.1 Binary file xmgrace/stuff/xmgrace.png has changed