Add libnotify patch

This commit is contained in:
Dan Mashal 2013-06-11 09:08:05 -07:00
parent 9df91e05f6
commit ab4a5942a6
2 changed files with 2952 additions and 1 deletions

2943
libnotify.patch Normal file

File diff suppressed because it is too large Load Diff

View File

@ -1,12 +1,16 @@
Name: mate-settings-daemon
Version: 1.6.0
Release: 1%{?dist}
Release: 2%{?dist}
Summary: MATE Desktop settings daemon
License: GPLv2+
URL: http://mate-desktop.org
Source0: http://pub.mate-desktop.org/releases/1.6/%{name}-%{version}.tar.xz
Requires: mate-icon-theme
#Fix libnotify GTK issues
Patch0: libnotify.patch
BuildRequires: clutter-gst-devel
BuildRequires: dconf-devel
BuildRequires: dbus-glib-devel
@ -41,6 +45,7 @@ under it.
%prep
%setup -q
%patch0 -p1
NOCONFIGURE=1 ./autogen.sh
@ -103,6 +108,9 @@ fi
%{_libdir}/pkgconfig/mate-settings-daemon.pc
%changelog
* Tue Jun 11 2013 Dan Mashal <dan.mashal@fedoraproject.org> - 1.6.0-2
- Add libnotify patch
* Wed Apr 03 2013 Dan Mashal <dan.mashal@fedoraproject.org> - 1.6.0-1
- Update to latest 1.6.0 stable release.