Renamed project to AstroGnome

With permission of AstroGnome's original author, Jean-André Santoni
which arrived on 22 August, 2013, 00:39 CEST by mail
This commit is contained in:
2013-08-22 00:48:00 +02:00
parent bab2ae44fd
commit b0b6adb6b7
7 changed files with 14 additions and 14 deletions

View File

@@ -1,6 +1,6 @@
bin_PROGRAMS = gradix
bin_PROGRAMS = astrognome
gradix_SOURCES = gradix.c calculate.c
gradix_LDADD = $(LIBSWE_LIBS) $(GTK_LIBS)
gradix_LDFLAGS = -rdynamic
gradix_CFLAGS = $(CFLAGS) $(GTK_CFLAGS) -Wall
astragnome_SOURCES = astragnome.c calculate.c
astragnome_LDADD = $(LIBSWE_LIBS) $(GTK_LIBS)
astragnome_LDFLAGS = -rdynamic
astragnome_CFLAGS = $(CFLAGS) $(GTK_CFLAGS) -Wall

View File

@@ -4,7 +4,7 @@
#include "../swe/src/swephexp.h"
#define EPHEDIR "/home/polesz/Projektek/c/gradix/swe/data"
#define EPHEDIR "/home/polesz/Projektek/c/astragnome/swe/data"
typedef struct {
int signId;

View File

@@ -22,10 +22,10 @@
<property name="can_focus">False</property>
<property name="border_width">5</property>
<property name="type_hint">dialog</property>
<property name="program_name">GRadix</property>
<property name="program_name">AstroGnome</property>
<property name="version">1.0</property>
<property name="copyright" translatable="yes">2013 Gergely Polonkai</property>
<property name="website">http://gergely.polonkai.eu/gradix/</property>
<property name="website">http://gergely.polonkai.eu/astrognome/</property>
<property name="authors">Gergely POLONKAI &lt;gergely@polonkai.eu&gt;</property>
<property name="license_type">gpl-3-0</property>
<child internal-child="vbox">