Compare commits
8 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
cf3b49b8c1 | ||
|
5603e1edf1 | ||
|
9d7ce1b99a | ||
|
5de04ff49c | ||
|
a3036ea14b | ||
|
37065acde8 | ||
|
f1eba5656f | ||
|
218758aad1 |
16
compiz-0.8.18-rsvg2-2.52-fix.patch
Normal file
16
compiz-0.8.18-rsvg2-2.52-fix.patch
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
diff --git a/plugins/svg.c b/plugins/svg.c
|
||||||
|
index a0eb715..39fed02 100644
|
||||||
|
--- a/plugins/svg.c
|
||||||
|
+++ b/plugins/svg.c
|
||||||
|
@@ -31,7 +31,10 @@
|
||||||
|
#ifndef RSVG_CAIRO_H
|
||||||
|
#include <librsvg/rsvg-cairo.h>
|
||||||
|
#endif
|
||||||
|
-#ifndef LIBRSVG_FEATURES_H
|
||||||
|
+#if !defined(RSVG_FEATURES_H) && !defined(LIBRSVG_FEATURES_H)
|
||||||
|
+#include <librsvg/rsvg-features.h>
|
||||||
|
+#endif
|
||||||
|
+#if !defined(RSVG_FEATURES_H) && !defined(LIBRSVG_FEATURES_H)
|
||||||
|
#include <librsvg/librsvg-features.h>
|
||||||
|
#endif
|
||||||
|
|
22
compiz.spec
22
compiz.spec
@ -7,7 +7,7 @@
|
|||||||
Name: compiz
|
Name: compiz
|
||||||
License: GPLv2+ and LGPLv2+ and MIT
|
License: GPLv2+ and LGPLv2+ and MIT
|
||||||
Version: 0.8.18
|
Version: 0.8.18
|
||||||
Release: 1%{?dist}
|
Release: 6%{?dist}
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Summary: OpenGL window and compositing manager
|
Summary: OpenGL window and compositing manager
|
||||||
|
|
||||||
@ -16,6 +16,8 @@ Source0: %{url}/-/archive/v%{version}/compiz-core-v%{version}.tar.bz2
|
|||||||
|
|
||||||
# fedora specific
|
# fedora specific
|
||||||
Patch0: compiz-0.8.18-fedora-logo.patch
|
Patch0: compiz-0.8.18-fedora-logo.patch
|
||||||
|
# FTBFS fix, this can be dropped with compiz > 0.8.18
|
||||||
|
Patch1: compiz-0.8.18-rsvg2-2.52-fix.patch
|
||||||
|
|
||||||
BuildRequires: libX11-devel
|
BuildRequires: libX11-devel
|
||||||
BuildRequires: libdrm-devel
|
BuildRequires: libdrm-devel
|
||||||
@ -47,6 +49,7 @@ BuildRequires: libcompizconfig-devel
|
|||||||
BuildRequires: dbus-devel
|
BuildRequires: dbus-devel
|
||||||
BuildRequires: dbus-glib-devel
|
BuildRequires: dbus-glib-devel
|
||||||
BuildRequires: automake
|
BuildRequires: automake
|
||||||
|
BuildRequires: make
|
||||||
|
|
||||||
Requires: glx-utils
|
Requires: glx-utils
|
||||||
|
|
||||||
@ -86,6 +89,7 @@ windows and compositing manager.
|
|||||||
%setup -q -n compiz-core-v%{version}
|
%setup -q -n compiz-core-v%{version}
|
||||||
|
|
||||||
%patch0 -p1 -b .fedora-logo
|
%patch0 -p1 -b .fedora-logo
|
||||||
|
%patch1 -p1 -b .rsvg2-2.52-fix
|
||||||
|
|
||||||
%build
|
%build
|
||||||
./autogen.sh
|
./autogen.sh
|
||||||
@ -157,6 +161,22 @@ categories},22x22/{categories,devices,mimetypes}}
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jul 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.8.18-6
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||||
|
|
||||||
|
* Wed Jan 26 2022 Jaroslav Škarvada <jskarvad@redhat.com> - 1:0.8.18-5
|
||||||
|
- Fixed FTBFS with the librsvg2-2.52
|
||||||
|
Resolves: rhbz#2045273
|
||||||
|
|
||||||
|
* Wed Jan 19 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.8.18-4
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||||
|
|
||||||
|
* Wed Jul 21 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.8.18-3
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||||
|
|
||||||
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.8.18-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||||
|
|
||||||
* Mon Nov 9 2020 Jaroslav Škarvada <jskarvad@redhat.com> - 1:0.8.18-1
|
* Mon Nov 9 2020 Jaroslav Škarvada <jskarvad@redhat.com> - 1:0.8.18-1
|
||||||
- New version
|
- New version
|
||||||
Resolves: rhbz#1891137
|
Resolves: rhbz#1891137
|
||||||
|
Loading…
Reference in New Issue
Block a user