raveit65 pushed to eom (f22). "fix glib-compile-schemas for f23"

notifications at fedoraproject.org notifications at fedoraproject.org
Fri Jun 12 15:49:39 UTC 2015


From 02748f399ca78baeccd266292017eb14d04fd467 Mon Sep 17 00:00:00 2001
From: raveit65 <chat-to-me at raveit.de>
Date: Tue, 5 May 2015 16:25:53 +0200
Subject: fix glib-compile-schemas for f23


diff --git a/eom.spec b/eom.spec
index 1ac8b8e..bd4b7cf 100644
--- a/eom.spec
+++ b/eom.spec
@@ -26,6 +26,8 @@ URL:           http://mate-desktop.org
 # Source for snapshot-builds.
 %{!?rel_build:Source0:    http://git.mate-desktop.org/%{name}/snapshot/%{name}-%{commit}.tar.xz#/%{git_tar}}
 
+Patch0:       eom_fix-glibcompile-f23.patch
+
 BuildRequires: zlib-devel
 BuildRequires: cairo-gobject-devel
 BuildRequires: gtk2-devel
@@ -74,6 +76,7 @@ Development files for eom
 
 %prep
 %setup -q%{!?rel_build:n %{name}-%{commit}}
+%patch0 -p1 -b .glib-compile-schemas
 
 # needed for git snapshots
 #NOCONFIGURE=1 ./autogen.sh
@@ -149,6 +152,7 @@ fi
 %changelog
 * Tue May 05 2015 Wolfgang Ulbrich <chat-to-me at raveit.de> - 1.10.0-1
 - update to 1.10.0 release
+- fix glib-compile-schemas
 
 * Sun Apr 05 2015 Wolfgang Ulbrich <chat-to-me at raveit.de> - 1.9.90-1
 - update to 1.9.90 release
diff --git a/eom_fix-glibcompile-f23.patch b/eom_fix-glibcompile-f23.patch
new file mode 100644
index 0000000..d6defa0
--- /dev/null
+++ b/eom_fix-glibcompile-f23.patch
@@ -0,0 +1,12 @@
+diff -upr eom-1.10.0-orig/configure eom-1.10.0/configure
+--- eom-1.10.0-orig/configure	2015-05-05 11:36:23.000000000 +0200
++++ eom-1.10.0/configure	2015-05-05 16:05:19.729927216 +0200
+@@ -17351,7 +17351,7 @@ mostlyclean-am: clean-gsettings-schemas
+ gsettings__enum_file = $(addsuffix .enums.xml,$(gsettings_ENUM_NAMESPACE))
+ 
+ %.gschema.valid: %.gschema.xml $(gsettings__enum_file)
+-	$(AM_V_GEN) $(GLIB_COMPILE_SCHEMAS) --strict --dry-run $(addprefix --schema-file=,$(gsettings__enum_file)) --schema-file=$< && mkdir -p $(@D) && touch $@
++	$(AM_V_GEN) $(GLIB_COMPILE_SCHEMAS) --dry-run $(addprefix --schema-file=,$(gsettings__enum_file)) --schema-file=$< && mkdir -p $(@D) && touch $@
+ 
+ all-am: $(gsettings_SCHEMAS:.xml=.valid)
+ uninstall-am: uninstall-gsettings-schemas
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/eom.git/commit/?h=f22&id=02748f399ca78baeccd266292017eb14d04fd467


More information about the scm-commits mailing list