2007-01-09 16:44:27 +00:00
|
|
|
#
|
2011-04-27 12:32:12 +00:00
|
|
|
# spec file for package gnome-terminal
|
2007-01-09 16:44:27 +00:00
|
|
|
#
|
2013-03-13 22:53:30 +00:00
|
|
|
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
2007-01-09 16:44:27 +00:00
|
|
|
#
|
2008-08-13 23:21:17 +00:00
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
|
|
# published by the Open Source Initiative.
|
|
|
|
|
2007-01-09 16:44:27 +00:00
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
|
|
#
|
|
|
|
|
2012-02-20 09:15:36 +00:00
|
|
|
|
2007-01-09 16:44:27 +00:00
|
|
|
Name: gnome-terminal
|
2013-03-20 18:09:11 +00:00
|
|
|
Version: 3.7.92
|
2012-02-08 10:58:16 +00:00
|
|
|
Release: 0
|
2010-10-15 15:03:25 +00:00
|
|
|
Summary: GNOME Terminal
|
2012-10-17 20:25:12 +00:00
|
|
|
License: GPL-3.0+ and LGPL-2.1+
|
2012-02-08 10:58:16 +00:00
|
|
|
Group: System/X11/Terminals
|
2007-09-15 10:00:53 +00:00
|
|
|
Url: http://www.gnome.org
|
2013-03-13 22:53:30 +00:00
|
|
|
Source: http://download.gnome.org/sources/gnome-terminal/3.7/%{name}-%{version}.tar.xz
|
2011-04-27 12:55:58 +00:00
|
|
|
BuildRequires: fdupes
|
|
|
|
# for gtk-builder-convert
|
|
|
|
BuildRequires: gtk2-devel
|
|
|
|
BuildRequires: intltool
|
|
|
|
BuildRequires: translation-update-upstream
|
|
|
|
BuildRequires: update-desktop-files
|
2012-09-07 15:26:56 +00:00
|
|
|
BuildRequires: yelp-tools
|
2013-03-13 22:53:30 +00:00
|
|
|
BuildRequires: pkgconfig(dconf) >= 0.12.0
|
|
|
|
BuildRequires: pkgconfig(gconf-2.0) >= 2.31.3
|
|
|
|
BuildRequires: pkgconfig(gio-2.0) >= 2.33.2
|
|
|
|
BuildRequires: pkgconfig(glib-2.0) >= 2.32.0
|
2011-04-27 12:55:58 +00:00
|
|
|
BuildRequires: pkgconfig(gsettings-desktop-schemas)
|
2013-03-13 22:53:30 +00:00
|
|
|
BuildRequires: pkgconfig(gtk+-3.0) >= 3.6.0
|
|
|
|
BuildRequires: pkgconfig(libnautilus-extension) >= 3.0.0
|
|
|
|
BuildRequires: pkgconfig(uuid)
|
|
|
|
BuildRequires: pkgconfig(vte-2.90) >= 0.34.0
|
2012-02-20 09:16:30 +00:00
|
|
|
BuildRequires: pkgconfig(x11)
|
2007-01-09 16:44:27 +00:00
|
|
|
PreReq: filesystem gconf2
|
2011-02-13 21:11:10 +00:00
|
|
|
Recommends: %{name}-lang
|
2011-04-27 12:55:58 +00:00
|
|
|
Obsoletes: gnome-core
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
2007-01-09 16:44:27 +00:00
|
|
|
|
|
|
|
%description
|
2010-10-15 15:03:25 +00:00
|
|
|
This package provides the GNOME terminal emulator application.
|
2007-01-09 16:44:27 +00:00
|
|
|
|
2007-08-09 15:17:16 +00:00
|
|
|
%lang_package
|
2007-01-09 16:44:27 +00:00
|
|
|
%prep
|
2009-02-12 15:01:03 +00:00
|
|
|
%setup -q
|
2010-08-05 21:21:19 +00:00
|
|
|
translation-update-upstream
|
2007-01-09 16:44:27 +00:00
|
|
|
|
|
|
|
%build
|
2011-04-27 12:32:12 +00:00
|
|
|
%configure --with-gtk=3.0 \
|
2008-10-09 17:16:03 +00:00
|
|
|
--disable-schemas-install \
|
|
|
|
--disable-scrollkeeper
|
2011-04-27 12:55:58 +00:00
|
|
|
%__make %{?jobs:-j%jobs}
|
2007-01-09 16:44:27 +00:00
|
|
|
|
|
|
|
%install
|
2007-04-27 14:46:13 +00:00
|
|
|
%makeinstall
|
2009-12-29 23:21:00 +00:00
|
|
|
%if 0%{?suse_version} <= 1120
|
|
|
|
%{__rm} %{buildroot}%{_datadir}/locale/en@shaw/LC_MESSAGES/*
|
|
|
|
%endif
|
2010-10-15 15:03:25 +00:00
|
|
|
%suse_update_desktop_file -N "GNOME Terminal" -G "Terminal" %name TerminalEmulator
|
2011-02-13 21:11:10 +00:00
|
|
|
%find_lang %{name} %{?no_lang_C}
|
2007-08-09 15:17:16 +00:00
|
|
|
%fdupes $RPM_BUILD_ROOT
|
2007-01-09 16:44:27 +00:00
|
|
|
|
|
|
|
%clean
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
2011-02-13 21:11:10 +00:00
|
|
|
%post
|
2013-03-13 22:53:30 +00:00
|
|
|
%glib2_gsettings_schema_post
|
2011-02-13 21:11:10 +00:00
|
|
|
%desktop_database_post
|
|
|
|
|
|
|
|
%postun
|
2013-03-13 22:53:30 +00:00
|
|
|
%glib2_gsettings_schema_postun
|
2011-02-13 21:11:10 +00:00
|
|
|
%desktop_database_postun
|
|
|
|
|
2013-03-13 22:53:30 +00:00
|
|
|
%files
|
2007-01-09 16:44:27 +00:00
|
|
|
%defattr (-, root, root)
|
2013-03-13 22:53:30 +00:00
|
|
|
%doc AUTHORS COPYING ChangeLog NEWS
|
2012-09-07 15:26:56 +00:00
|
|
|
%doc %{_datadir}/help/C/%{name}/
|
2007-01-09 16:44:27 +00:00
|
|
|
%{_bindir}/gnome-terminal
|
|
|
|
%{_datadir}/applications/gnome-terminal.desktop
|
2013-03-13 22:53:30 +00:00
|
|
|
%{_libexecdir}/gnome-terminal-migration
|
|
|
|
%{_libexecdir}/gnome-terminal-server
|
|
|
|
%{_datadir}/dbus-1/services/org.gnome.Terminal.service
|
|
|
|
%{_datadir}/glib-2.0/schemas/org.gnome.Terminal.gschema.xml
|
2007-01-09 16:44:27 +00:00
|
|
|
|
2007-08-09 15:17:16 +00:00
|
|
|
%files lang -f %{name}.lang
|
2008-01-30 20:02:06 +00:00
|
|
|
|
2007-02-26 18:03:06 +00:00
|
|
|
%changelog
|