[compiz-plugins-unsupported] add compiz-plugins-unsupported_remove_gconf_usage.patch

Wolfgang Ulbrich raveit65 at fedoraproject.org
Wed Apr 24 19:17:52 UTC 2013


commit 8573bf643b002694135e7b7076413ca1d882e021
Author: raveit <chat-to-me at raveit.de>
Date:   Wed Apr 24 21:17:42 2013 +0200

    add compiz-plugins-unsupported_remove_gconf_usage.patch

 ...iz-plugins-unsupported_remove_gconf_usage.patch |   67 ++++++++++++++++++++
 1 files changed, 67 insertions(+), 0 deletions(-)
---
diff --git a/compiz-plugins-unsupported_remove_gconf_usage.patch b/compiz-plugins-unsupported_remove_gconf_usage.patch
new file mode 100644
index 0000000..6edf61f
--- /dev/null
+++ b/compiz-plugins-unsupported_remove_gconf_usage.patch
@@ -0,0 +1,67 @@
+diff -uprN compiz-plugins-unsupported-0.8.8-orig/configure.ac compiz-plugins-unsupported-0.8.8/configure.ac
+--- compiz-plugins-unsupported-0.8.8-orig/configure.ac	2011-04-21 14:01:25.000000000 +0200
++++ compiz-plugins-unsupported-0.8.8/configure.ac	2013-04-23 17:43:10.030915273 +0200
+@@ -124,32 +124,6 @@ AC_MSG_RESULT($GL_LIBS)
+ AC_SUBST(GL_CFLAGS)
+ AC_SUBST(GL_LIBS)
+ 
+-AC_ARG_ENABLE(schemas,
+-  [  --enable-schemas         Build gconf schemas],
+-  [use_schemas=$enableval], [use_schemas=no])
+-
+-if test x"$use_schemas" = x"yes"; then
+-  AC_PATH_PROG(GCONFTOOL, gconftool-2, no)
+-  PKG_CHECK_MODULES(SCHEMAS, compiz-gconf, [use_schemas=yes], [use_schemas=no])
+-  if test x"$GCONFTOOL" = xno; then
+-    AC_MSG_ERROR([gconftool-2 executable not found in your path - should be installed with GConf])
+-  fi
+-  AC_PATH_PROG(PKG_CONFIG, pkg-config, no)
+-  if test x"$PKG_CONFIG" = xno ; then
+-    AC_MSG_ERROR([pkg-config executable not found in your path, unable to determine schema directory])
+-  fi
+-  xsltdir=`$PKG_CONFIG --variable=xsltdir compiz-gconf`
+-  AC_SUBST(xsltdir)
+-fi
+-
+-AM_GCONF_SOURCE_2
+-
+-
+-AM_CONDITIONAL(USE_SCHEMAS, test "x$use_schemas" = "xyes")
+-if test "$use_schemas" = yes; then
+-  AC_DEFINE(USE_SCHEMAS, 1, [Build gconf schemas])
+-fi
+-
+ AC_OUTPUT([
+ Makefile
+ images/Makefile
+diff -uprN compiz-plugins-unsupported-0.8.8-orig/metadata/Makefile.am compiz-plugins-unsupported-0.8.8/metadata/Makefile.am
+--- compiz-plugins-unsupported-0.8.8-orig/metadata/Makefile.am	2011-04-21 14:01:25.000000000 +0200
++++ compiz-plugins-unsupported-0.8.8/metadata/Makefile.am	2013-04-23 17:42:56.161780310 +0200
+@@ -13,26 +13,9 @@ xml_DATA     = $(xml_files)
+ 
+ @INTLTOOL_XML_RULE@
+ 
+-if USE_SCHEMAS
+-schemadir   = $(GCONF_SCHEMA_FILE_DIR)
+-schema_files = $(patsubst %.xml.in,compiz-%.schemas,$(xml_in_files))
+-schema_DATA  = $(schema_files)
+-
+-%.schemas: $(xml_files)
+-	xsltproc -o $@ $(xsltdir)/schemas.xslt $(subst compiz-,,$*).xml;
+-
+-if GCONF_SCHEMAS_INSTALL
+-install-data-local:
+-	if test -z "$(DESTDIR)" ; then \
+-               GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $(schema_DATA); \
+-       fi
+-endif
+-endif
+-
+ EXTRA_DIST =		\
+ 	$(xml_in_files)
+ 
+ DISTCLEANFILES =	\
+-	$(xml_files)    \
+-	$(schema_files)
++	$(xml_files)
+ 


More information about the scm-commits mailing list