]> git.pld-linux.org Git - packages/xfce4-terminal.git/commitdiff
- up to 1.0.0 auto/th/xfce4-terminal-1.0.0-1
authorKrzysztof Mrozowicz <mrozowik@pld-linux.org>
Fri, 8 Apr 2022 12:33:49 +0000 (12:33 +0000)
committerKrzysztof Mrozowicz <mrozowik@pld-linux.org>
Fri, 8 Apr 2022 12:33:49 +0000 (12:33 +0000)
wordseps.patch
xfce4-terminal-desktop.patch
xfce4-terminal.spec

index 7993ab8ca4732bda6dcc2f38b7337d2a0e62aba3..73799c93eedef3ec476c65007b9e2da23894afe9 100644 (file)
@@ -5,9 +5,9 @@ similar patches:
 - mate-terminal: http://git.pld-linux.org/?p=packages/mate-terminal.git;a=blob;f=wordseps.patch
 - lxterminal: http://git.pld-linux.org/?p=packages/lxterminal.git;a=blob;f=wordseps.patch
 
---- xfce4-terminal-0.6.2/terminal/terminal-preferences.c~      2013-05-05 21:59:59.000000000 +0300
-+++ xfce4-terminal-0.6.2/terminal/terminal-preferences.c       2013-05-15 23:04:40.569264334 +0300
-@@ -907,7 +907,7 @@
+--- xfce4-terminal-1.0.0/terminal/terminal-preferences.c~      2021-12-10 11:18:40.000000000 +0000
++++ xfce4-terminal-1.0.0/terminal/terminal-preferences.c       2022-04-08 12:05:40.670277324 +0000
+@@ -1217,7 +1217,7 @@
        g_param_spec_string ("word-chars",
                             NULL,
                             "WordChars",
@@ -15,4 +15,4 @@ similar patches:
 +                           "-A-Za-z0-9,./?%&#:_=+@~;",
                             G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS);
  
-   /* install all properties */
+   /**
index 3b7c76d55e6826127b8e9efcd0742316ca97233b..83082c82ae0964fc107132131fbbf68d7e879244 100644 (file)
@@ -1,11 +1,11 @@
---- Terminal-0.4.5/xfce4-terminal.desktop.in.orig      2010-05-21 22:09:57.000000000 +0200
-+++ Terminal-0.4.5/xfce4-terminal.desktop.in   2010-10-11 22:22:22.000000000 +0200
+--- xfce4-terminal-1.0.0/xfce4-terminal.desktop.in~    2021-12-10 11:18:40.000000000 +0000
++++ xfce4-terminal-1.0.0/xfce4-terminal.desktop.in     2022-04-08 12:01:51.117079274 +0000
 @@ -7,7 +7,7 @@
- Icon=utilities-terminal
+ Icon=org.xfce.terminal
  Terminal=false
  Type=Application
 -Categories=GTK;System;TerminalEmulator;
 +Categories=X-XFCE;GTK;Utility;TerminalEmulator;
  StartupNotify=true
+ Actions=preferences;
  
- # vi:set encoding=UTF-8:
index 630d54dde6a4072533f1b27645d5e6363e34cf32..d425f273349ee10603927b35bfce52a8c41e1daf 100644 (file)
@@ -1,13 +1,13 @@
-%define                xfce_version    4.14.0
+%define                xfce_version    4.16.0
 Summary:       Xfce Terminal Emulator
 Summary(pl.UTF-8):     Emulator terminala dla Xfce
 Name:          xfce4-terminal
-Version:       0.8.10
+Version:       1.0.0
 Release:       1
 License:       GPL v2
 Group:         X11/Applications
-Source0:       http://archive.xfce.org/src/apps/xfce4-terminal/0.8/%{name}-%{version}.tar.bz2
-# Source0-md5: 6e18bad7109c33486cd26ef59a319f0d
+Source0:       https://archive.xfce.org/src/apps/xfce4-terminal/1.0/%{name}-%{version}.tar.bz2
+# Source0-md5: b67b00f0e99a27b7019430e0c36fc9ac
 Patch0:                %{name}-desktop.patch
 Patch1:                wordseps.patch
 URL:           https://docs.xfce.org/apps/terminal/start
@@ -26,7 +26,7 @@ BuildRequires:        perl-XML-Parser
 BuildRequires: pkgconfig
 BuildRequires: rpmbuild(macros) >= 1.601
 BuildRequires: startup-notification-devel >= 0.8
-BuildRequires: vte-devel
+BuildRequires: vte-devel >= 0.51.3
 BuildRequires: xfce4-dev-tools >= %{xfce_version}
 Requires:      gtk-update-icon-cache
 Requires:      hicolor-icon-theme
@@ -67,7 +67,7 @@ ln -s xfce4-terminal $RPM_BUILD_ROOT%{_bindir}/Terminal
 
 %{__rm} $RPM_BUILD_ROOT%{_datadir}/gnome-control-center/default-apps/xfce4-terminal-default-apps.xml
 
-%{__rm} -r $RPM_BUILD_ROOT%{_localedir}/{hye,ie}
+%{__rm} -r $RPM_BUILD_ROOT%{_localedir}/{hye,ie,ur_PK}
 %{__mv} $RPM_BUILD_ROOT%{_localedir}/{hy_AM,hy}
 
 %find_lang %{name}
This page took 0.280194 seconds and 4 git commands to generate.