1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
|
$ vim debhello-1.8/debian/hello.desktop
... hack, hack, hack, ...
$ cat debhello-1.8/debian/hello.desktop
[Desktop Entry]
Name=Hello
Name[ja]=こんにちは
Comment=Greetings
Comment[ja]=挨拶
Type=Application
Keywords=hello
Exec=hello
Terminal=true
Icon=hello.png
Categories=Utility;
$ gimp debhello-1.8/debian/hello.png
... hack, hack, hack, ...
$ vim debhello-1.8/debian/source/options
... hack, hack, hack, ...
$ cat debhello-1.8/debian/source/options
# Since PNG is binary file, you need this. See dpkg-source(1)
include-binaries
$ vim debhello-1.8/debian/install
... hack, hack, hack, ...
$ cat debhello-1.8/debian/install
debian/hello.1 usr/share/man/man1
debian/hello.desktop usr/share/applications
debian/hello.png usr/share/pixmaps
|