]> git.pld-linux.org Git - packages/GConf2.git/blame - GConf2-NO_MAJOR_VERSION.patch
- R: findutils
[packages/GConf2.git] / GConf2-NO_MAJOR_VERSION.patch
CommitLineData
64d1766c 1diff -Nur GConf-1.2.1/backends/Makefile.am GConf-1.2.1.new/backends/Makefile.am
2--- GConf-1.2.1/backends/Makefile.am Wed Jun 12 22:32:12 2002
3+++ GConf-1.2.1.new/backends/Makefile.am Thu Aug 15 02:19:08 2002
1882b2e6 4@@ -4,7 +4,7 @@
5
6 EXTRA_DIST=README.bdb
7
8-backenddir = $(pkglibdir)/$(MAJOR_VERSION)
9+backenddir = $(pkglibdir)$(MAJOR_VERSION)
10
11 if BDB
12 BDBBACKEND=libgconfbackend-bdb.la
64d1766c 13diff -Nur GConf-1.2.1/gconf/Makefile.am GConf-1.2.1.new/gconf/Makefile.am
14--- GConf-1.2.1/gconf/Makefile.am Tue Jul 23 19:14:07 2002
15+++ GConf-1.2.1.new/gconf/Makefile.am Thu Aug 15 02:21:59 2002
16@@ -9,12 +9,12 @@
1882b2e6 17 -DG_LOG_DOMAIN=\"GConf\" \
18 -DGCONF_LOCALE_DIR=\""$(gconflocaledir)"\" \
19 -DGCONF_SRCDIR=\""$(absolute_top_srcdir)"\" \
3aad6cfe 20- -DGCONF_CONFDIR=\""$(sysgconfdir)/$(MAJOR_VERSION)"\" \
21+ -DGCONF_CONFDIR=\""$(sysgconfdir)"\" \
22 -DGCONF_ETCDIR=\""$(sysgconfdir)"\" \
1882b2e6 23 -DGCONF_BINDIR=\""$(bindir)"\" \
64d1766c 24 -DGCONF_SERVERDIR=\""$(libexecdir)"\" \
1882b2e6 25 -DGCONF_BUILDDIR=\""$(top_builddir)"\" \
26- -DGCONF_BACKEND_DIR=\""$(pkglibdir)/$(MAJOR_VERSION)"\" \
b6619075 27+ -DGCONF_BACKEND_DIR=\""$(pkglibdir)$(MAJOR_VERSION)"\" \
1882b2e6 28 -DVERSION=\""$(VERSION)"\" \
29 -DGCONF_ENABLE_INTERNALS=1 \
30 -DGCONFD=\""$(GCONFD_BINARY_NAME)"\" \
64d1766c 31@@ -63,7 +63,7 @@
1882b2e6 32 gconf-engine.h \
33 gconf-client.h
34
35-gconfincludedir = $(includedir)/gconf/$(MAJOR_VERSION)/gconf
85c1f078 36+gconfincludedir = $(includedir)/gconf$(MAJOR_VERSION)/gconf
1882b2e6 37 gconfinclude_HEADERS = \
38 $(gconf_headers) \
39 gconf-enum-types.h
64d1766c 40@@ -122,8 +122,8 @@
1882b2e6 41 EXTRA_DIST=GConf.idl default.path.in gconfmarshal.list regenerate-enum-header.sh regenerate-enum-footer.sh
42
7629d12a 43 install-data-local: default.path
3aad6cfe 44- $(mkinstalldirs) $(DESTDIR)$(sysgconfdir)/$(MAJOR_VERSION)
45- $(INSTALL_DATA) default.path $(DESTDIR)$(sysgconfdir)/$(MAJOR_VERSION)/path
46+ $(mkinstalldirs) $(DESTDIR)$(sysgconfdir)
47+ $(INSTALL_DATA) default.path $(DESTDIR)$(sysgconfdir)/path
1882b2e6 48
7629d12a 49 uninstall-local:
50 rm -f $(DESTDIR)$(sysgconfdir)/$(MAJOR_VERSION)/path
64d1766c 51diff -Nur GConf-1.2.1/gconf-2.0.pc.in GConf-1.2.1.new/gconf-2.0.pc.in
52--- GConf-1.2.1/gconf-2.0.pc.in Tue Jul 23 19:14:07 2002
53+++ GConf-1.2.1.new/gconf-2.0.pc.in Thu Aug 15 02:19:08 2002
54@@ -10,4 +10,4 @@
1882b2e6 55 Version: @VERSION@
56 Requires: ORBit-2.0
57 Libs: -L${libdir} -lgconf-@MAJOR_VERSION@
58-Cflags: -I${includedir}/gconf/@MAJOR_VERSION@
59+Cflags: -I${includedir}/gconf@MAJOR_VERSION@
This page took 0.092494 seconds and 4 git commands to generate.