[marco] fix compositor-xrender: don't add shadows to ARGB

Wolfgang Ulbrich raveit65 at fedoraproject.org
Tue Oct 21 17:44:36 UTC 2014


commit 39396e49da29fcd4340c23be0328ae94fc5e999c
Author: raveit65 <chat-to-me at raveit.de>
Date:   Tue Oct 21 19:44:33 2014 +0200

    fix compositor-xrender: don't add shadows to ARGB

 marco.spec |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/marco.spec b/marco.spec
index be33a9d..252cc18 100644
--- a/marco.spec
+++ b/marco.spec
@@ -14,7 +14,7 @@
 
 Name:           marco
 Version:        %{branch}.2
-Release:        1%{?dist}
+Release:        2%{?dist}
 #Release:       0.5%{?git_rel}%{?dist}
 Summary:        MATE Desktop window manager
 License:        LGPLv2+ and GPLv2+
@@ -35,6 +35,8 @@ Source5:        window.png
 
 # needed for fixing initial-setup issue, rhbz (#962009)
 Patch0:         marco_add-pixbuf-inline-icons.patch
+# https://github.com/mate-desktop/marco/pull/141
+Patch1:         marco_rendering-with-gtk3.14.patch
 
 BuildRequires: desktop-file-utils
 BuildRequires: gtk2-devel
@@ -84,6 +86,7 @@ cp %{SOURCE4} src/stock_minimize.png
 cp %{SOURCE5} src/window.png
 
 %patch0 -p1 -b .inline-icons
+%patch1 -p1 -b .rendering
 
 # needed for the patch and for git snapshot builds
 autoreconf -if
@@ -163,6 +166,10 @@ fi
 
 
 %changelog
+* Tue Oct 21 2014 Wolfgang Ulbrich <chat-to-me at raveit.de> - 1.9.2-2
+- fix compositor-xrender: don't add shadows to ARGB
+- https://github.com/mate-desktop/marco/pull/141
+
 * Sun Oct 12 2014 Wolfgang Ulbrich <chat-to-me at raveit.de> - 1.9.2-1
 - update to 1.9.2 release
 - adjust obsoletes


More information about the scm-commits mailing list