|
@@ -1,34 +1,32 @@
|
|
|
+%define major_ver 1.18
|
|
|
+%define ver %{major_ver}.0
|
|
|
+%define rel 1
|
|
|
+
|
|
|
Summary: The MATE Panel
|
|
|
Name: mate-panel
|
|
|
-Version: 1.16.1
|
|
|
-Release: 1%{?_dist_release}
|
|
|
+Version: %{ver}
|
|
|
+Release: %{rel}%{?_dist_release}
|
|
|
|
|
|
-Source0: http://pub.mate-desktop.org/releases/1.16/%{name}-%{version}.tar.xz
|
|
|
+Source0: http://pub.mate-desktop.org/releases/%{major_ver}/%{name}-%{version}.tar.xz
|
|
|
Source1: vine.layout
|
|
|
|
|
|
# for Vine
|
|
|
Patch2000: mate-panel-1.6.1-about-vine.patch
|
|
|
Patch2001: mate-panel-1.12.0-vine-layout.patch
|
|
|
-Patch2002: mate-panel-1.16.0-ja.po.patch
|
|
|
|
|
|
License: GPLv2, LGPLv2 and GFDLv1.1
|
|
|
Group: User Interface/Desktops
|
|
|
URL: http://mate-desktop.org/
|
|
|
|
|
|
BuildRequires: mate-common
|
|
|
-BuildRequires: mate-doc-utils
|
|
|
-BuildRequires: mate-desktop-devel
|
|
|
-BuildRequires: mate-menus-devel
|
|
|
-BuildRequires: libmateweather-devel
|
|
|
-BuildRequires: gtk2-devel
|
|
|
+BuildRequires: mate-desktop-devel >= 1.17.0
|
|
|
+BuildRequires: mate-menus-devel >= 1.10.0
|
|
|
+BuildRequires: libmateweather-devel >= 1.17.0
|
|
|
+BuildRequires: gtk3-devel >= 3.14
|
|
|
BuildRequires: libSM-devel
|
|
|
-BuildRequires: libcanberra-devel
|
|
|
BuildRequires: dbus-glib-devel
|
|
|
-BuildRequires: libwnck-devel
|
|
|
+BuildRequires: libwnck3-devel
|
|
|
BuildRequires: librsvg2-devel
|
|
|
-BuildRequires: evolution-data-server-devel
|
|
|
-BuildRequires: NetworkManager-devel
|
|
|
-BuildRequires: dconf-devel
|
|
|
BuildRequires: gtk-doc
|
|
|
BuildRequires: itstool
|
|
|
BuildRequires: autoconf
|
|
@@ -90,16 +88,13 @@ This package contains documentation for mate-panel.
|
|
|
%setup -q
|
|
|
%patch2000 -p1 -b .vine
|
|
|
%patch2001 -p1 -b .vine
|
|
|
-%patch2002 -p1 -b .vine
|
|
|
|
|
|
%build
|
|
|
(if ! test -x configure; then NOCONFIGURE=1 ./autogen.sh; fi)
|
|
|
%configure \
|
|
|
--libexecdir=%{_libexecdir}/mate \
|
|
|
--disable-static \
|
|
|
- --disable-scrollkeeper \
|
|
|
- --enable-introspection \
|
|
|
- --enable-matecomponent
|
|
|
+ --enable-introspection
|
|
|
|
|
|
%{__make} %{?_smp_mflags}
|
|
|
|
|
@@ -183,6 +178,24 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
+* Sun Apr 2 2017 IWAI, Masaharu <iwaim.sub@gmail.com> 1.18.0-1
|
|
|
+- update to 1.18.0
|
|
|
+- move to GTK3+
|
|
|
+- drop ja.po patch (Patch2002); upstream merged
|
|
|
+- drop unrecognized options:
|
|
|
+ - '--disable-scrollkeeper' and '--enable-matecomponent'
|
|
|
+- update BuildRequires
|
|
|
+ - drop
|
|
|
+ - gtk2-devel
|
|
|
+ - libwnck-devel
|
|
|
+ - libcanberra-devel
|
|
|
+ - evolution-data-server-devel
|
|
|
+ - NetworkManager-devel
|
|
|
+ - dconf-devel
|
|
|
+ - add
|
|
|
+ - gtk3-devel
|
|
|
+ - libwnck3-devel
|
|
|
+
|
|
|
* Sun Mar 26 2017 IWAI, Masaharu <iwaim.sub@gmail.com> 1.16.1-1
|
|
|
- update to 1.16.1
|
|
|
|