Commit Graph

6 Commits

Author SHA1 Message Date
Geoffrey D. Bennett
f70c0cb409 Add help target to src/Makefile 2022-03-17 01:32:22 +10:30
KottV
c7881dfae9 Fix linking in OBS
Fixes #5.
2022-03-17 00:46:42 +10:30
Geoffrey D. Bennett
f0b3d3d01d Don't hardcode the version number in the about dialog
Update the Makefile to use git describe to get the version number and
define that as a macro that about.c can use.
2022-03-15 23:21:17 +10:30
Geoffrey D. Bennett
a55fe4cb5b Add copyright info to the Makefile 2022-03-15 23:15:53 +10:30
Geoffrey D. Bennett
8257949e5d Add desktop and icon files and install into the correct place
Remove 48x48 icon; use 256x256 icon only.
Remove icons from the executable.
No need to call gtk_window_set_default_icon_name() anymore.
Add desktop file.
Add install and uninstall Makefile targets.
Update USAGE.md with installation instructions.
Thanks to @szszoke for figuring this one out!

Fixes #2.
2022-03-15 01:29:56 +10:30
Geoffrey D. Bennett
17b4d2f055 Initial revision 2022-03-14 09:24:43 +10:30