]> git.pld-linux.org Git - packages/mate-terminal.git/commitdiff
up to 1.16.0 auto/th/mate-terminal-1.16.0-1
authorJan Palus <atler@pld-linux.org>
Thu, 22 Sep 2016 22:21:48 +0000 (00:21 +0200)
committerJan Palus <atler@pld-linux.org>
Thu, 22 Sep 2016 22:21:48 +0000 (00:21 +0200)
- upstream switched to gtk3 exclusively
- bump gtk+3 dep to 3.14
- mate-desktop no longer required
- vte with API 2.91 is now required (>= 0.38)

mate-terminal.spec

index 24c0b31e1ba1f1e3299cf27b7321b16bb58ae9ae..9fbb706e957fdb788dcf22036990ab20969c61e2 100644 (file)
@@ -1,16 +1,12 @@
-#
-# Conditional build:
-%bcond_with    gtk3    # use GTK+ 3.x instead of 2.x
-
 Summary:       MATE Terminal Emulator
 Summary(pl.UTF-8):     Emulator terminala dla środowiska MATE
 Name:          mate-terminal
-Version:       1.14.1
+Version:       1.16.0
 Release:       1
 License:       GPL v3+
 Group:         X11/Applications
-Source0:       http://pub.mate-desktop.org/releases/1.14/%{name}-%{version}.tar.xz
-# Source0-md5: e8b08949637f11a02dc399ee24ed283f
+Source0:       http://pub.mate-desktop.org/releases/1.16/%{name}-%{version}.tar.xz
+# Source0-md5: e0204f202839a6226300036b7e91db8f
 Patch0:                wordseps.patch
 URL:           http://mate-desktop.org/
 BuildRequires: autoconf >= 2.53
@@ -20,26 +16,20 @@ BuildRequires:      desktop-file-utils
 BuildRequires: docbook-dtd412-xml
 BuildRequires: gettext-tools >= 0.10.40
 BuildRequires: glib2-devel >= 1:2.36.0
-%{!?with_gtk3:BuildRequires:   gtk+2-devel >= 2:2.24.0}
-%{?with_gtk3:BuildRequires:    gtk+3-devel >= 3.0.0}
+BuildRequires: gtk+3-devel >= 3.14.0
 BuildRequires: intltool >= 0.50.1
 BuildRequires: libtool >= 1:1.4.3
 BuildRequires: mate-common
-BuildRequires: mate-desktop-devel >= 1.9.0
 BuildRequires: pkgconfig
 BuildRequires: rpmbuild(find_lang) >= 1.36
 BuildRequires: sed >= 4.0
-%{!?with_gtk3:BuildRequires:   vte0-devel >= 0.28}
-%{?with_gtk3:BuildRequires:    vte2.90-devel >= 0.38}
+BuildRequires: vte-devel >= 0.38
 BuildRequires: xorg-lib-libSM-devel >= 1.0.0
 BuildRequires: xorg-lib-libX11-devel
 BuildRequires: yelp-tools
 Requires:      glib2 >= 1:2.36.0
-%{!?with_gtk3:Requires:        gtk+2 >= 2:2.24.0}
-%{?with_gtk3:Requires: gtk+3 >= 3.0.0}
-Requires:      mate-desktop >= 1.9.0
-%{!?with_gtk3:Requires:        vte0 >= 0.28}
-%{?with_gtk3:Requires: vte2.90 >= 0.38}
+Requires:      gtk+3 >= 3.14.0
+Requires:      vte >= 0.38
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -64,8 +54,7 @@ mate-doc-common --copy
 %{__automake}
 %configure \
        --disable-schemas-compile \
-       --disable-silent-rules \
-       %{?with_gtk3:--with-gtk=3.0}
+       --disable-silent-rules
 
 %{__make}
 
This page took 0.110059 seconds and 4 git commands to generate.