|
@@ -1,8 +1,12 @@
|
|
|
+%define major_ver 1.18
|
|
|
+%define ver %{major_ver}.0
|
|
|
+%define rel 1
|
|
|
+
|
|
|
Summary: A window manager for MATE
|
|
|
Name: marco
|
|
|
-Version: 1.16.0
|
|
|
-Release: 1%{?_dist_release}
|
|
|
-Source0: http://pub.mate-desktop.org/releases/1.16/%{name}-%{version}.tar.xz
|
|
|
+Version: %{ver}
|
|
|
+Release: %{rel}%{?_dist_release}
|
|
|
+Source0: http://pub.mate-desktop.org/releases/%{major_ver}/%{name}-%{version}.tar.xz
|
|
|
License: GPLv2
|
|
|
Group: User Interface/Desktops
|
|
|
URL: http://mate-desktop.org/
|
|
@@ -11,11 +15,13 @@ URL: http://mate-desktop.org/
|
|
|
Patch1001: mate-window-manager-vine-settings.patch
|
|
|
|
|
|
BuildRequires: mate-common
|
|
|
-BuildRequires: gtk2-devel
|
|
|
-BuildRequires: libcanberra-devel
|
|
|
-BuildRequires: libSM-devel
|
|
|
+BuildRequires: gtk3-devel >= 3.14
|
|
|
+BuildRequires: libcanberra-gtk3-devel
|
|
|
+BuildRequires: pango-devel >= 1.2.0
|
|
|
+BuildRequires: libXcomposite-devel >= 0.3
|
|
|
+BuildRequires: libgtop2-devel
|
|
|
BuildRequires: zenity
|
|
|
-BuildRequires: startup-notification-devel
|
|
|
+BuildRequires: startup-notification-devel >= 0.7
|
|
|
BuildRequires: gtk-doc
|
|
|
BuildRequires: itstool
|
|
|
BuildRequires: autoconf
|
|
@@ -124,6 +130,19 @@ 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+
|
|
|
+- update BuildRequires
|
|
|
+ - drop gtk2-devel
|
|
|
+ - add gtk3-devel
|
|
|
+ - drop libcanberra-devel
|
|
|
+ - add libcanberra-gtk3-devel
|
|
|
+ - drop libSM-devel
|
|
|
+ - add pango-devel
|
|
|
+ - add libXcomposite-devel
|
|
|
+ - add libgtop2-devel
|
|
|
+
|
|
|
* Thu Nov 24 2016 IWAI, Masaharu <iwaim.sub@gmail.com> 1.16.0-1
|
|
|
- new upstream release
|
|
|
- drop BuildRequires: mate-doc-utils
|