Эх сурвалжийг харах

mate-notification-daemon 1.16.0-1

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@10890 ec354946-7b23-47d6-9f5a-488ba84defc7
iwaim 8 жил өмнө
parent
commit
8c3a6416e3

+ 28 - 17
m/mate-notification-daemon/mate-notification-daemon-vl.spec

@@ -1,14 +1,17 @@
 Summary:	Notification daemon for MATE
 Name:		mate-notification-daemon
-Version:	1.14.1
+Version:	1.16.0
 Release:	1%{?_dist_release}
 
-Source0:	http://pub.mate-desktop.org/releases/1.14/%{name}-%{version}.tar.xz
+Source0:	http://pub.mate-desktop.org/releases/1.16/%{name}-%{version}.tar.xz
 
 # vine theme (based on coco) and vine5 theme (old theme)
 # http://github.com/tatofoo/notification-daemon-engine-coco
 Source200: mate-notification-daemon-engine-vine.tar.xz
 
+# https://patch-diff.githubusercontent.com/raw/mate-desktop/mate-notification-daemon/pull/112.diff
+Patch0: mate-notification-daemon-1.16.0_fix-bold.patch
+
 # Vine patch
 # add vine and vine5 theme
 Patch1001: mate-notification-daemon-1.8.0-vine-theme.patch
@@ -20,26 +23,24 @@ Group:		System Environment/Libraries
 URL:		http://mate-desktop.org/
 
 BuildRequires:	mate-common
-BuildRequires:	gtk2-devel
-BuildRequires:	dbus-devel
+BuildRequires:	gtk3-devel
 BuildRequires:	dbus-glib-devel
-BuildRequires:	libcanberra-devel
-BuildRequires:	libwnck-devel
+BuildRequires:	libcanberra-gtk3-devel
+BuildRequires:	libwnck3-devel
 BuildRequires:	libnotify-devel
-BuildRequires:	libsexy-devel
 BuildRequires:	gtk-doc
 BuildRequires:	autoconf
 BuildRequires:	automake
 
 Requires(posttrans,postun):	glib2
-Requires(post,postun):	gtk2
+Requires(post,postun):	gtk3
 Requires(post,postun):	desktop-file-utils
 
 BuildRoot:	%{_tmppath}/%{name}-%{version}-root
 
 Vendor:		Project Vine
 Distribution:	Vine Linux
-Packager:	Takemikaduchi
+Packager:	Takemikaduchi, iwaim
 
 
 %description
@@ -47,16 +48,17 @@ Packager:	Takemikaduchi
 
 
 %prep
-%setup -q -a 200
-%patch1001 -p1
-%patch1002 -p1
+%setup -q
+#%setup -q -a 200
+%patch0 -p1
+#%patch1001 -p1
+#%patch1002 -p1
 
 %build
-autoreconf -if
+#autoreconf -if
 %configure \
 	--libexecdir=%{_libexecdir}/mate \
-	--disable-static \
-	--disable-scrollkeeper
+	--disable-static
 
 %{__make} %{?_smp_mflags}
 
@@ -101,8 +103,8 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
 %{_libdir}/mate-notification-daemon/engines/libnodoka.so
 %{_libdir}/mate-notification-daemon/engines/libslider.so
 %{_libdir}/mate-notification-daemon/engines/libstandard.so
-%{_libdir}/mate-notification-daemon/engines/libvine.so
-%{_libdir}/mate-notification-daemon/engines/libvine5.so
+#%{_libdir}/mate-notification-daemon/engines/libvine.so
+#%{_libdir}/mate-notification-daemon/engines/libvine5.so
 %{_libexecdir}/mate/mate-notification-daemon
 %{_datadir}/applications/mate-notification-properties.desktop
 %{_datadir}/dbus-1/services/org.freedesktop.mate.Notifications.service
@@ -113,6 +115,15 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
 
 
 %changelog
+* Sun Nov 27 2016 IWAI, Masaharu <iwaim.sub@gmail.com> 1.16.0-1
+- new upstream release
+- add fix-bold patch (Patch0)
+- update GTK+ version
+ - BR: gtk3-devel, libwnck3-devel and libcanberra-gtk3-devel
+- drop BuildRequires: libsexy-devel
+- update Packager
+- stop applying Vine Linux themes
+
 * Sat Jul 09 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.14.1-1
 - new upstream release