Author: baggins Date: Fri Mar 2 10:56:56 2012 GMT Module: packages Tag: HEAD ---- Log message: - rel 2 - it's called gnome-terminal, it is terminal for gnome, so let it call itself "GNOME Terminal" in menu, and don't confuse people with Terminal from XFCE BTW, the translations for "GNOME Terminal" are already present in .po files
---- Files affected: packages/gnome-terminal: gnome-terminal.spec (1.128 -> 1.129) , gnome-terminal-desktop.patch (1.5 -> 1.6) ---- Diffs: ================================================================ Index: packages/gnome-terminal/gnome-terminal.spec diff -u packages/gnome-terminal/gnome-terminal.spec:1.128 packages/gnome-terminal/gnome-terminal.spec:1.129 --- packages/gnome-terminal/gnome-terminal.spec:1.128 Mon Oct 17 22:14:08 2011 +++ packages/gnome-terminal/gnome-terminal.spec Fri Mar 2 11:56:51 2012 @@ -3,11 +3,12 @@ Summary(pl.UTF-8): Terminal dla GNOME Name: gnome-terminal Version: 3.2.1 -Release: 1 +Release: 2 License: GPL v2+ Group: X11/Applications Source0: http://ftp.gnome.org/pub/GNOME/sources/gnome-terminal/3.2/%{name}-%{version}.tar.xz # Source0-md5: 0a09d8dcbee5a2300725008ee82054a3 +Patch0: %{name}-desktop.patch URL: http://www.gnome.org/ BuildRequires: GConf2-devel >= 2.32.0 BuildRequires: autoconf >= 2.53 @@ -49,6 +50,7 @@ %prep %setup -q +%patch0 -p1 %build %{__intltoolize} @@ -101,6 +103,12 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.129 2012/03/02 10:56:51 baggins +- rel 2 +- it's called gnome-terminal, it is terminal for gnome, so let it call itself + "GNOME Terminal" in menu, and don't confuse people with Terminal from XFCE + BTW, the translations for "GNOME Terminal" are already present in .po files + Revision 1.128 2011/10/17 20:14:08 kiesiu - updated to 3.2.1 ================================================================ Index: packages/gnome-terminal/gnome-terminal-desktop.patch diff -u /dev/null packages/gnome-terminal/gnome-terminal-desktop.patch:1.6 --- /dev/null Fri Mar 2 11:56:56 2012 +++ packages/gnome-terminal/gnome-terminal-desktop.patch Fri Mar 2 11:56:51 2012 @@ -0,0 +1,9 @@ +--- gnome-terminal-3.2.1/gnome-terminal.desktop.in.in~ 2009-04-17 18:30:44.000000000 +0200 ++++ gnome-terminal-3.2.1/gnome-terminal.desktop.in.in 2012-03-02 11:54:02.456100178 +0100 +@@ -1,5 +1,5 @@ + [Desktop Entry] +-_Name=Terminal ++_Name=GNOME Terminal + _Comment=Use the command line + TryExec=gnome-terminal + Exec=gnome-terminal ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/gnome-terminal/gnome-terminal.spec?r1=1.128&r2=1.129&f=u http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/gnome-terminal/gnome-terminal-desktop.patch?r1=1.5&r2=1.6&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
