]> git.pld-linux.org Git - packages/gnome-terminal.git/commitdiff
- rel 2 auto/th/gnome-terminal-3_2_1-2
authorJan Rękorajski <baggins@pld-linux.org>
Fri, 2 Mar 2012 10:56:51 +0000 (10:56 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- 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

Changed files:
    gnome-terminal-desktop.patch -> 1.6
    gnome-terminal.spec -> 1.129

gnome-terminal-desktop.patch [new file with mode: 0644]
gnome-terminal.spec

diff --git a/gnome-terminal-desktop.patch b/gnome-terminal-desktop.patch
new file mode 100644 (file)
index 0000000..c2471ed
--- /dev/null
@@ -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
index 7c9dfd7dda9b32e0d644e43d67effc7dc25ab7b4..3ee34b824ed68aac13a9830f3c8391c8b1528339 100644 (file)
@@ -2,11 +2,12 @@ Summary:      GNOME Terminal
 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
@@ -48,6 +49,7 @@ To jest terminal, na razie całkowicie nie dokończony.
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %{__intltoolize}
This page took 0.047096 seconds and 4 git commands to generate.