Add libnotify patch
This commit is contained in:
parent
9df91e05f6
commit
ab4a5942a6
2943
libnotify.patch
Normal file
2943
libnotify.patch
Normal file
File diff suppressed because it is too large
Load Diff
@ -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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user