7676a611d6
2.24.0 ====== Fixes - Fix pokit-policy-file-validate check (Saleem Abdulrasool) Translation updates (ar, bg, cs, da, de, en_GB, et, fr, gu, hr, hu, it, kn, lt, mai, or, pt, pt_BR, ro, ru, sr, ta, te, tr, uk, vi 2.23.2 ====== Fixes - cleanups (Kjartan) Features - stop using /tmp for the IOR, instead use the DBus session bus (Ray Strode) - optionally install a DBus service for system-wide settings (Matthias Clasen, Behdad Esfahbod) 2.23.1 ====== Fixes - Fix the build. (Kjartan) 2.23.0 ====== Fixes - stop spamming syslog (David Förster) - signal handling fixes (Javier Uruen Val) - use AC_HELP_STRINGS for nice formatting (Sven Herzberg) - timeout batching work (Matthias Clasen) - remove syslog spamming code (from Debian) - fix a crash when unsetting a key with no writable source (Richard Hult) - allow overriding $TMPDIR (Frederic Crozat) - integration with D-BUS (Ray Strode) - translation updates (ar, da, es, gl, he, nb, nl, sq, sk, th, vi)
19 lines
807 B
Text
19 lines
807 B
Text
$NetBSD: patch-ac,v 1.11 2008/10/09 20:53:48 wiz Exp $
|
|
|
|
--- gconf/Makefile.in.orig 2008-09-22 18:03:55.000000000 +0000
|
|
+++ gconf/Makefile.in
|
|
@@ -829,12 +829,8 @@ org.gnome.GConf.service: $(srcdir)/org.
|
|
<$(srcdir)/org.gnome.GConf.service.in >org.gnome.GConf.service
|
|
|
|
install-data-local: default.path
|
|
- $(mkinstalldirs) $(DESTDIR)$(sysgconfdir)/$(MAJOR_VERSION)
|
|
- if test -f $(DESTDIR)$(sysgconfdir)/$(MAJOR_VERSION)/path; then \
|
|
- echo "Existing path configuration file not changed"; \
|
|
- else \
|
|
- $(INSTALL_DATA) default.path $(DESTDIR)$(sysgconfdir)/$(MAJOR_VERSION)/path; \
|
|
- fi
|
|
+ $(mkinstalldirs) $(DESTDIR)$(datadir)/examples/GConf
|
|
+ $(INSTALL_DATA) default.path $(DESTDIR)$(datadir)/examples/GConf/path
|
|
|
|
uninstall-local:
|
|
rm -f $(DESTDIR)$(sysgconfdir)/$(MAJOR_VERSION)/path
|