Version 0.8.8

This commit is contained in:
jolupa 2019-07-03 11:38:37 +02:00
parent fdcd26c7d6
commit 728565983a
4 changed files with 10 additions and 33 deletions

View File

@ -72,9 +72,15 @@ drwxr-xr-x root/root usr/share/locale/hr/LC_MESSAGES/
drwxr-xr-x root/root usr/share/locale/hu/ drwxr-xr-x root/root usr/share/locale/hu/
drwxr-xr-x root/root usr/share/locale/hu/LC_MESSAGES/ drwxr-xr-x root/root usr/share/locale/hu/LC_MESSAGES/
-rw-r--r-- root/root usr/share/locale/hu/LC_MESSAGES/xfce4-terminal.mo -rw-r--r-- root/root usr/share/locale/hu/LC_MESSAGES/xfce4-terminal.mo
drwxr-xr-x root/root usr/share/locale/hy_AM/
drwxr-xr-x root/root usr/share/locale/hy_AM/LC_MESSAGES/
-rw-r--r-- root/root usr/share/locale/hy_AM/LC_MESSAGES/xfce4-terminal.mo
drwxr-xr-x root/root usr/share/locale/id/ drwxr-xr-x root/root usr/share/locale/id/
drwxr-xr-x root/root usr/share/locale/id/LC_MESSAGES/ drwxr-xr-x root/root usr/share/locale/id/LC_MESSAGES/
-rw-r--r-- root/root usr/share/locale/id/LC_MESSAGES/xfce4-terminal.mo -rw-r--r-- root/root usr/share/locale/id/LC_MESSAGES/xfce4-terminal.mo
drwxr-xr-x root/root usr/share/locale/ie/
drwxr-xr-x root/root usr/share/locale/ie/LC_MESSAGES/
-rw-r--r-- root/root usr/share/locale/ie/LC_MESSAGES/xfce4-terminal.mo
drwxr-xr-x root/root usr/share/locale/is/ drwxr-xr-x root/root usr/share/locale/is/
drwxr-xr-x root/root usr/share/locale/is/LC_MESSAGES/ drwxr-xr-x root/root usr/share/locale/is/LC_MESSAGES/
-rw-r--r-- root/root usr/share/locale/is/LC_MESSAGES/xfce4-terminal.mo -rw-r--r-- root/root usr/share/locale/is/LC_MESSAGES/xfce4-terminal.mo

View File

@ -1,2 +1 @@
29c4f0bf82e4be3cfb205568513b9559 drop-unicode-encodings.patch 4295d4d783f6d6dfe92f5bb15d96f6c6 xfce4-terminal-0.8.8.tar.bz2
c861540dd1dd05f56e62382b3851cf66 xfce4-terminal-0.8.7.4.tar.bz2

View File

@ -4,15 +4,13 @@
# Depends on: vte3 # Depends on: vte3
name=xfce4-terminal name=xfce4-terminal
version=0.8.7.4 version=0.8.8
release=4 release=1
source=(https://archive.xfce.org/src/apps/$name/0.8/$name-$version.tar.bz2 drop-unicode-encodings.patch) source=(https://archive.xfce.org/src/apps/$name/0.8/$name-$version.tar.bz2)
build() { build() {
cd $name-$version cd $name-$version
patch -p1 -i $SRC/drop-unicode-encodings.patch
./configure \ ./configure \
--prefix=/usr \ --prefix=/usr \

View File

@ -1,26 +0,0 @@
From 9cf55328af1985e7096eb8d2efed28d35ae7f0c1 Mon Sep 17 00:00:00 2001
From: Igor <f2404@yandex.ru>
Date: Mon, 13 May 2019 11:23:10 -0400
Subject: Drop support of Unicode encodings other than UTF-8
Fixes bug #15377
---
terminal/terminal-encoding-action.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/terminal/terminal-encoding-action.c b/terminal/terminal-encoding-action.c
index f0725b8..ace14f8 100644
--- a/terminal/terminal-encoding-action.c
+++ b/terminal/terminal-encoding-action.c
@@ -133,7 +133,7 @@ static const gchar *terminal_encodings_charsets[][8] =
/* Georgian */
{ "GEORGIAN-PS", NULL },
/* Unicode */
- { "UTF-8", "UTF-16", "UTF-7", "UCS-2", NULL },
+ { "UTF-8", NULL },
/* Other */
{ "IBM874", "TSCII", NULL },
};
--
cgit v1.2.1