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:
parent
bab2ae44fd
commit
b0b6adb6b7
2
.gitignore
vendored
2
.gitignore
vendored
@ -10,7 +10,7 @@ Makefile.in
|
|||||||
/config.h.in
|
/config.h.in
|
||||||
/aclocal.m4
|
/aclocal.m4
|
||||||
/ar-lib
|
/ar-lib
|
||||||
/src/gradix
|
/src/astrognome
|
||||||
/ltmain.sh
|
/ltmain.sh
|
||||||
/autom4te.cache/
|
/autom4te.cache/
|
||||||
/m4/
|
/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])
|
AC_CONFIG_HEADERS([config.h])
|
||||||
AM_INIT_AUTOMAKE([-Wall -Werror foreign])
|
AM_INIT_AUTOMAKE([-Wall -Werror foreign])
|
||||||
AM_SILENT_RULES([yes])
|
AM_SILENT_RULES([yes])
|
||||||
@ -13,7 +13,7 @@ AM_PROG_CC_C_O
|
|||||||
AM_PROG_AR
|
AM_PROG_AR
|
||||||
AC_PROG_LIBTOOL
|
AC_PROG_LIBTOOL
|
||||||
IT_PROG_INTLTOOL([0.35.0])
|
IT_PROG_INTLTOOL([0.35.0])
|
||||||
GETTEXT_PACKAGE=gradix
|
GETTEXT_PACKAGE=astrognome
|
||||||
AC_SUBST(GETTEXT_PACKAGE)
|
AC_SUBST(GETTEXT_PACKAGE)
|
||||||
AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE, "$GETTEXT_PACKAGE", [GETTEXT package name])
|
AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE, "$GETTEXT_PACKAGE", [GETTEXT package name])
|
||||||
AM_GNU_GETTEXT([external])
|
AM_GNU_GETTEXT([external])
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
# List of source files containing traslatable strings.
|
# 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
|
astragnome_SOURCES = astragnome.c calculate.c
|
||||||
gradix_LDADD = $(LIBSWE_LIBS) $(GTK_LIBS)
|
astragnome_LDADD = $(LIBSWE_LIBS) $(GTK_LIBS)
|
||||||
gradix_LDFLAGS = -rdynamic
|
astragnome_LDFLAGS = -rdynamic
|
||||||
gradix_CFLAGS = $(CFLAGS) $(GTK_CFLAGS) -Wall
|
astragnome_CFLAGS = $(CFLAGS) $(GTK_CFLAGS) -Wall
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
#include "../swe/src/swephexp.h"
|
#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 {
|
typedef struct {
|
||||||
int signId;
|
int signId;
|
@ -22,10 +22,10 @@
|
|||||||
<property name="can_focus">False</property>
|
<property name="can_focus">False</property>
|
||||||
<property name="border_width">5</property>
|
<property name="border_width">5</property>
|
||||||
<property name="type_hint">dialog</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="version">1.0</property>
|
||||||
<property name="copyright" translatable="yes">2013 Gergely Polonkai</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="authors">Gergely POLONKAI <gergely@polonkai.eu></property>
|
||||||
<property name="license_type">gpl-3-0</property>
|
<property name="license_type">gpl-3-0</property>
|
||||||
<child internal-child="vbox">
|
<child internal-child="vbox">
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
This directory contains version 1.75 of the Swiss Ephemeris programming
|
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
|
library in a reduced form, so it can be used in an Autotools project like
|
||||||
GRadix.
|
Astrognome.
|
||||||
|
|
||||||
If you need the full version, you can download it from
|
If you need the full version, you can download it from
|
||||||
ftp://ftp.astro.com/pub/swisseph/ (as of July, 2013)
|
ftp://ftp.astro.com/pub/swisseph/ (as of July, 2013)
|
||||||
|
Loading…
Reference in New Issue
Block a user