raveit65 pushed to mate-utils (master). "add patch to fix f23 build"

notifications at fedoraproject.org notifications at fedoraproject.org
Thu May 7 15:06:52 UTC 2015


From cbd3d7a5c95cb12e2d8f332287e6ec5349ebf1cc Mon Sep 17 00:00:00 2001
From: raveit65 <chat-to-me at raveit.de>
Date: Thu, 7 May 2015 17:06:12 +0200
Subject: add patch to fix f23 build


diff --git a/mate-utils.spec b/mate-utils.spec
index de0071d..4715a3a 100644
--- a/mate-utils.spec
+++ b/mate-utils.spec
@@ -7,6 +7,9 @@ License:        GPLv2+ and LGPLv2+
 URL:            http://mate-desktop.org
 Source0:        http://pub.mate-desktop.org/releases/1.8/%{name}-%{version}.tar.xz
 
+# for f23
+Patch0:         mate-utils_glib-compile-schema-fix.patch
+
 BuildRequires:  desktop-file-utils
 BuildRequires:  e2fsprogs-devel
 BuildRequires:  hardlink
@@ -86,6 +89,8 @@ An application to help analyze disk usage.
 %prep
 %setup -q
 
+%patch0 -p1 -b .glib-compile-schema
+
 %build
 %configure \
     --disable-static            \
@@ -262,6 +267,7 @@ fi
 %changelog
 * Thu May 07 2015 Wolfgang Ulbrich <chat-to-me at raveit.de> - 1.10.0-11
 - update to 1.10.0 release
+- add patch to fix f23 build
 
 * Mon Apr 06 2015 Wolfgang Ulbrich <chat-to-me at raveit.de> - 1.9.90-1
 - update to 1.9.90 release
diff --git a/mate-utils_glib-compile-schema-fix.patch b/mate-utils_glib-compile-schema-fix.patch
new file mode 100644
index 0000000..302ed0f
--- /dev/null
+++ b/mate-utils_glib-compile-schema-fix.patch
@@ -0,0 +1,12 @@
+diff -upr mate-utils-1.10.0-orig/configure mate-utils-1.10.0/configure
+--- mate-utils-1.10.0-orig/configure	2015-05-07 08:15:22.000000000 +0200
++++ mate-utils-1.10.0/configure	2015-05-07 16:43:59.722934570 +0200
+@@ -20985,7 +20985,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/mate-utils.git/commit/?h=master&id=cbd3d7a5c95cb12e2d8f332287e6ec5349ebf1cc


More information about the scm-commits mailing list