Accepting request 50714 from GNOME:Factory

checked in (request 50714)

OBS-URL: https://build.opensuse.org/request/show/50714
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-terminal?expand=0&rev=62
This commit is contained in:
OBS User autobuild 2010-10-15 15:03:24 +00:00 committed by Git OBS Bridge
parent d19a007b0e
commit 2a1ea7e572
5 changed files with 29 additions and 21 deletions

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5781fc76920aa0a1062c1447123f2c4108886d762dabd5441f27856fec64899c
size 2303291

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3e9f922bea4af7f016b66f3204266c8993582c51a12f6cfdce47607202400725
size 2322564

View File

@ -0,0 +1,13 @@
Index: gnome-terminal-2.24.0/gnome-terminal.desktop.in.in
===================================================================
--- gnome-terminal-2.24.0.orig/gnome-terminal.desktop.in.in
+++ gnome-terminal-2.24.0/gnome-terminal.desktop.in.in
@@ -1,6 +1,6 @@
[Desktop Entry]
-_Name=Terminal
-_Comment=Use the command line
+_Name=GNOME Terminal
+_GenericName=Use the command line
TryExec=gnome-terminal
Exec=gnome-terminal
Icon=utilities-terminal

View File

@ -1,15 +1,3 @@
-------------------------------------------------------------------
Mon Sep 27 07:54:46 CEST 2010 - vuntz@opensuse.org
- Update to version 2.32.0:
+ bgo#630163: Set _NET_WM_DESKTOP on the new X window when
handling composited-changed
+ Fix compiler warnings.
+ Updated translations.
- Drop gnome-terminal-desktop.patch and instead use
%suse_update_desktop_file to change the Name and GenericName.
- Update summary and description.
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Aug 29 17:01:14 CEST 2010 - dimstar@opensuse.org Sun Aug 29 17:01:14 CEST 2010 - dimstar@opensuse.org

View File

@ -1,5 +1,5 @@
# #
# spec file for package gnome-terminal (Version 2.32.0) # spec file for package gnome-terminal (Version 2.31.91)
# #
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
# #
@ -32,25 +32,31 @@ BuildRequires: vte-devel
License: GPLv3+ ; LGPLv2.1+ License: GPLv3+ ; LGPLv2.1+
Group: System/X11/Terminals Group: System/X11/Terminals
Obsoletes: gnome-core Obsoletes: gnome-core
Version: 2.32.0 Version: 2.31.91
Release: 1 Release: 1
Summary: GNOME Terminal Summary: The GNOME 2.x Desktop Terminal
Source: %{name}-%{version}.tar.bz2 Source: %{name}-%{version}.tar.bz2
Url: http://www.gnome.org Url: http://www.gnome.org
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
PreReq: filesystem gconf2 PreReq: filesystem gconf2
Patch0: gnome-terminal-desktop.patch
Requires: %{name}-lang = %{version} Requires: %{name}-lang = %{version}
%gconf_schemas_prereq %gconf_schemas_prereq
%description %description
This package provides the GNOME terminal emulator application. This package contains the GNOME 2.x Desktop Terminal program. It is
handy for quick tasks on the command line.
%lang_package %lang_package
%prep %prep
%setup -q %setup -q
translation-update-upstream translation-update-upstream
%patch0 -p1
%build %build
# autoreconf -f -i
%configure \ %configure \
--disable-schemas-install \ --disable-schemas-install \
--disable-scrollkeeper --disable-scrollkeeper
@ -65,9 +71,10 @@ translation-update-upstream
# do this. When this won't be needed anymore, we'll be able to remove # do this. When this won't be needed anymore, we'll be able to remove
# scrollkeeper from BuildRequires. # scrollkeeper from BuildRequires.
rm -r $RPM_BUILD_ROOT%{_localstatedir}/scrollkeeper rm -r $RPM_BUILD_ROOT%{_localstatedir}/scrollkeeper
%suse_update_desktop_file -N "GNOME Terminal" -G "Terminal" %name TerminalEmulator %suse_update_desktop_file -G "Command Line Terminal" %name TerminalEmulator
%find_lang %{name} %find_lang %{name}
%find_gconf_schemas %find_gconf_schemas
cat %{name}.schemas_list >%{name}.lst
%fdupes $RPM_BUILD_ROOT %fdupes $RPM_BUILD_ROOT
%clean %clean
@ -79,7 +86,7 @@ rm -rf $RPM_BUILD_ROOT
%preun -f %{name}.schemas_preun %preun -f %{name}.schemas_preun
%files -f %{name}.schemas_list %files -f %{name}.lst
%defattr (-, root, root) %defattr (-, root, root)
%doc AUTHORS COPYING ChangeLog NEWS README %doc AUTHORS COPYING ChangeLog NEWS README
%{_bindir}/gnome-terminal %{_bindir}/gnome-terminal