10 May
2008
10 May
'08
3:53 a.m.
I can think of one function which would save a lot of discussion around here: create_desktop_file(<progname>, <description>, <category>) Except I think you need at least to use an icon, and if possible to
On Sat, May 10, 2008 at 5:16 AM, Allan McRae <mcraeallan@hotmail.com> wrote: translate descriptions, that you might get locale issues (charset for the name/description, even for international apps like Prot\'eg\'e I happen to package), etc. Else, seems a good idea :o) I'd like something that would replace/shorten that (taken from javacc): for _exe in javacc jjdoc jjtree do cat << EOF > $_exe #!/bin/sh exec /usr/share/java/javacc/bin/$_exe \$@ EOF install -Dm755 $_exe "$pkgdir/usr/bin/$_exe" done -- Geoffroy Carrier