- Update to version 2.13:
* License changed to BSD 2-Clause.
* Refresh bluemoon-2.12-bluemoon.c.patch,
rewrite bluemoon-2.12-Makefile.patch and rename to
bluemoon-2.13-Makefile.patch.
- Add translations from update-desktop-files project
(bluemoon-desktop-translation.patch).
OBS-URL: https://build.opensuse.org/request/show/1330300
OBS-URL: https://build.opensuse.org/package/show/games/bluemoon?expand=0&rev=6
14 lines
466 B
Diff
14 lines
466 B
Diff
Index: Makefile
|
|
===================================================================
|
|
--- Makefile.orig
|
|
+++ Makefile
|
|
@@ -3,7 +3,7 @@
|
|
VERSION=$(shell sed -n <NEWS.adoc '/::/s/^\([0-9][^:]*\).*/\1/p' | head -1)
|
|
|
|
# In case the name of the installed binary and man page needs to change.
|
|
-BLUEMOON_TARGET = bluemoon
|
|
+BLUEMOON_TARGET = bluemoon-catb
|
|
|
|
SOURCES = README COPYING NEWS.adoc Makefile control bluemoon.c bluemoon.adoc bluemoon.png bluemoon.desktop
|
|
CFLAGS=-O
|