]> git.pld-linux.org Git - packages/mate-netbook.git/commitdiff
up to 1.18.0 auto/th/mate-netbook-1.18.0-1
authorJan Palus <atler@pld-linux.org>
Wed, 15 Mar 2017 22:22:55 +0000 (23:22 +0100)
committerJan Palus <atler@pld-linux.org>
Wed, 15 Mar 2017 22:22:55 +0000 (23:22 +0100)
- upstream switched to gtk3 exclusively
- drop unsupported ku_IQ,pms locale

mate-netbook.spec

index ce5bcaeb0d5a5b8850ec1890ba30c8d51e161bb5..ee16db69a63e58b430588a547b8e3efdd75367df 100644 (file)
@@ -1,29 +1,23 @@
-#
-# Conditional build:
-%bcond_with    gtk3            # use GTK+ 3.x instead of 2.x
-
 Summary:       Simple window management tool
 Summary(pl.UTF-8):     Proste narzędzie do zarządzania oknami
 Name:          mate-netbook
-Version:       1.16.1
+Version:       1.18.0
 Release:       1
 License:       GPL v3
 Group:         X11/Applications
-Source0:       http://pub.mate-desktop.org/releases/1.16/%{name}-%{version}.tar.xz
-# Source0-md5: e1365a9039e361e86d744192a71e1028
+Source0:       http://pub.mate-desktop.org/releases/1.18/%{name}-%{version}.tar.xz
+# Source0-md5: a7dd11801ab61b4ce12669ae47a4499c
 URL:           http://mate-desktop.org/
 BuildRequires: autoconf >= 2.53
 BuildRequires: automake >= 1:1.9
 BuildRequires: gettext-tools >= 0.10.40
 BuildRequires: glib2-devel >= 1:2.36.0
-%{!?with_gtk3:BuildRequires:   gtk+2-devel >= 2.0}
-%{?with_gtk3:BuildRequires:    gtk+3-devel >= 3.0}
+BuildRequires: gtk+3-devel >= 3.14
 BuildRequires: intltool >= 0.50.1
 BuildRequires: libfakekey-devel
 BuildRequires: libtool >= 1:1.4.3
-%{?with_gtk3:BuildRequires:    libwnck-devel >= 3.0}
-%{!?with_gtk3:BuildRequires:   libwnck2-devel >= 1.0}
-BuildRequires: mate-panel-devel
+BuildRequires: libwnck-devel >= 3.0
+BuildRequires: mate-panel-devel >= 1.17.0
 BuildRequires: pkgconfig
 BuildRequires: rpmbuild(find_lang) >= 1.36
 BuildRequires: tar >= 1:1.22
@@ -31,7 +25,8 @@ BuildRequires:        xorg-lib-libXtst-devel
 BuildRequires: xz
 Requires(post,postun): glib2 >= 1:2.36.0
 Requires:      glib2 >= 1:2.36.0
-Requires:      mate-panel
+Requires:      gtk+3 >= 3.14
+Requires:      mate-panel >= 1.17.0
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -64,8 +59,7 @@ Proste narzędzie do zarządzania oknami, które:
 %{__autoheader}
 %{__automake}
 %configure \
-       --disable-silent-rules \
-       %{?with_gtk3:--with-gtk=3.0}
+       --disable-silent-rules
 
 %{__make}
 
@@ -75,7 +69,7 @@ rm -rf $RPM_BUILD_ROOT
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
-%{__rm} -r $RPM_BUILD_ROOT%{_localedir}/{frp,jv}
+%{__rm} -r $RPM_BUILD_ROOT%{_localedir}/{frp,ku_IQ,jv,pms}
 
 %find_lang %{name}
 
This page took 0.103066 seconds and 4 git commands to generate.