]> hydra-www.ietfng.org Git - gtetrinet/commitdiff
Install schemas stuff.
authorJordi Mallach <jordim@src.gnome.org>
Sat, 1 Feb 2003 15:30:03 +0000 (15:30 +0000)
committerJordi Mallach <jordim@src.gnome.org>
Sat, 1 Feb 2003 15:30:03 +0000 (15:30 +0000)
Updated docs for 0.6.0.

ChangeLog
Makefile.am
NEWS

index 398075d3bba3afcc353c2dde51a0c22423d307a5..03868d1d1f660ac2376a9cb75fbf6113ca9b3713 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2003-02-01  Jordi Mallach  <jordi@sindominio.net>
+
+       * Makefile.am: add rules for schemas install.
+       * NEWS: updated for 0.6.0.
+
 2003-02-01  Jordi Mallach  <jordi@sindominio.net>
 
        * gtetrinet.schemas.in: reword a few schemas.
@@ -59,7 +64,7 @@
 
 2003-01-29  Jordi Mallach  <jordi@sindominio.net>
 
-       * gtetrinet.desktop.in: adde StartupNotify support.
+       * gtetrinet.desktop.in: add StartupNotify support.
 
 2003-01-29  Jordi Mallach  <jordi@sindominio.net>
 
index ccb411f4b4e95b6cf77fb20511d806e04cf866cd..6ad2aca3f7b31da7ffd7df42f5fd3de9a389d13e 100644 (file)
@@ -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 a798514a2cfe3a828b90a8b975e3504b5ef72e8f..63eb973dd409e17fbd98eadc34cbadab66036d99 100644 (file)
--- 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.