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:
		
							
								
								
									
										2
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							| @@ -10,7 +10,7 @@ Makefile.in | ||||
| /config.h.in | ||||
| /aclocal.m4 | ||||
| /ar-lib | ||||
| /src/gradix | ||||
| /src/astrognome | ||||
| /ltmain.sh | ||||
| /autom4te.cache/ | ||||
| /m4/ | ||||
|   | ||||
| @@ -1,4 +1,4 @@ | ||||
| AC_INIT([gradix], [0.1], [gergely@polonkai.eu]) | ||||
| AC_INIT([astrognome], [0.1], [gergely@polonkai.eu]) | ||||
| AC_CONFIG_HEADERS([config.h]) | ||||
| AM_INIT_AUTOMAKE([-Wall -Werror foreign]) | ||||
| AM_SILENT_RULES([yes]) | ||||
| @@ -13,7 +13,7 @@ AM_PROG_CC_C_O | ||||
| AM_PROG_AR | ||||
| AC_PROG_LIBTOOL | ||||
| IT_PROG_INTLTOOL([0.35.0]) | ||||
| GETTEXT_PACKAGE=gradix | ||||
| GETTEXT_PACKAGE=astrognome | ||||
| AC_SUBST(GETTEXT_PACKAGE) | ||||
| AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE, "$GETTEXT_PACKAGE", [GETTEXT package name]) | ||||
| AM_GNU_GETTEXT([external]) | ||||
|   | ||||
| @@ -1,3 +1,3 @@ | ||||
| # List of source files containing traslatable strings. | ||||
|  | ||||
| src/gradix.c | ||||
| src/astrognome.c | ||||
|   | ||||
| @@ -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 | ||||
|   | ||||
| @@ -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; | ||||
| @@ -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 <gergely@polonkai.eu></property> | ||||
|     <property name="license_type">gpl-3-0</property> | ||||
|     <child internal-child="vbox"> | ||||
|   | ||||
| @@ -1,6 +1,6 @@ | ||||
| This directory contains version 1.75 of the Swiss Ephemeris programming | ||||
| library in a reduced orm, so it can be used in an Autotools project like | ||||
| GRadix. | ||||
| library in a reduced form, so it can be used in an Autotools project like | ||||
| Astrognome. | ||||
|  | ||||
| If you need the full version, you can download it from | ||||
| ftp://ftp.astro.com/pub/swisseph/ (as of July, 2013) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user