From: Jordi Mallach Date: Sat, 1 Feb 2003 15:30:03 +0000 (+0000) Subject: Install schemas stuff. X-Git-Url: https://hydra-www.ietfng.org/gitweb/?a=commitdiff_plain;h=733fc8e734a9c2ba2a0ad187dadb0ca727da01bf;p=gtetrinet Install schemas stuff. Updated docs for 0.6.0. --- diff --git a/ChangeLog b/ChangeLog index 398075d..03868d1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2003-02-01 Jordi Mallach + + * Makefile.am: add rules for schemas install. + * NEWS: updated for 0.6.0. + 2003-02-01 Jordi Mallach * gtetrinet.schemas.in: reword a few schemas. @@ -59,7 +64,7 @@ 2003-01-29 Jordi Mallach - * gtetrinet.desktop.in: adde StartupNotify support. + * gtetrinet.desktop.in: add StartupNotify support. 2003-01-29 Jordi Mallach diff --git a/Makefile.am b/Makefile.am index ccb411f..6ad2aca 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3,6 +3,11 @@ SUBDIRS= doc po src themes icon_DATA = gtetrinet.png icondir = $(datadir)/pixmaps +schemadir = $(sysconfdir)/gconf/schemas +schema_DATA = $(schema_in_files:.schemas.in=.schemas) +schema_in_files = gtetrinet.schemas.in +@INTLTOOL_SCHEMAS_RULE@ + utildir = $(datadir)/gnome/apps/Games util_in_files = gtetrinet.desktop.in util_DATA = $(util_in_files:.desktop.in=.desktop) @@ -11,7 +16,10 @@ util_DATA = $(util_in_files:.desktop.in=.desktop) EXTRA_DIST = ABOUT-NLS AUTHORS COPYING ChangeLog INSTALL NEWS README \ TODO config.guess config.sub config.rpath install-sh \ intltool-extract.in intltool-merge.in intltool-update.in \ - missing mkinstalldirs $(icon_DATA) $(util_DATA) + missing mkinstalldirs $(icon_DATA) $(schema_DATA) $(util_DATA) + +install-data-local: + -GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $(srcdir)/$(schema_DATA) changelog: cvs2cl -b --utc -S --no-wrap -f ChangeLog.CVS diff --git a/NEWS b/NEWS index a798514..63eb973 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,13 @@ +GTetrinet 0.6.0 - Unreleased +- GTetrinet is now hosted on cvs.gnome.org and uses the GNOME Bugzilla. +- Configuration ported to GConf. +- Speed improvements, which should help TetriFAST. +- Fixed embarrasing bug which made sound not work. +- New and updated translations: Swedish (Christian Rose), + Spanish (German Poo-CaamaƱo), Dutch (Vincent van Adrighem), + Norwegian (Kjartan Maraas) and Catalan. +- Other minor fixes/improvements. + GTetrinet 0.5.2 - 2003-01-11 - Fixed segfault on connect dialog many people were seeing. Really. - Fixed behaviour of "Ok" button in preferences. It actually works now.