[packages/mc] - updated to 4.8.19
witekfl
witekfl at pld-linux.org
Sat Mar 11 18:43:28 CET 2017
commit bdb1b9c6f2eaa33ca25cbcc6cfdeae7598dc98b6
Author: Witold Filipczyk <witekfl at poczta.onet.pl>
Date: Sat Mar 11 18:43:09 2017 +0100
- updated to 4.8.19
mc-no-ws-visible.patch | 21 +++++++++++----------
mc-pld-developerfriendly.patch | 10 ++++------
mc.spec | 4 ++--
3 files changed, 17 insertions(+), 18 deletions(-)
---
diff --git a/mc.spec b/mc.spec
index a5cc655..4807fc7 100644
--- a/mc.spec
+++ b/mc.spec
@@ -18,13 +18,13 @@ Summary(tr.UTF-8): Midnight Commander görsel kabuğu
Summary(uk.UTF-8): Диспетчер файлів Midnight Commander
Summary(zh_CN.UTF-8): 一个方便实用的文件管理器和虚拟Shell
Name: mc
-Version: 4.8.18
+Version: 4.8.19
Release: 1
Epoch: 1
License: GPL v3+
Group: Applications/Shells
Source0: http://ftp.midnight-commander.org/%{name}-%{version}.tar.xz
-# Source0-md5: 85ff9279f912c5482fe9f110f8892c96
+# Source0-md5: 57209d138c0adcb9ea01dfe6bbb4cb87
Source3: http://www.mif.pg.gda.pl/homepages/ankry/man-PLD/%{name}-non-english-man-pages.tar.bz2
# Source3-md5: 17d7b574e1b85ad6f8ddceda9e841f19
Source7: %{name}.desktop
diff --git a/mc-no-ws-visible.patch b/mc-no-ws-visible.patch
index dc5fe63..1c1c7c2 100644
--- a/mc-no-ws-visible.patch
+++ b/mc-no-ws-visible.patch
@@ -1,12 +1,13 @@
-diff -urNp mc-4.6.2-pre1.orig/edit/editdraw.c mc-4.6.2-pre1/edit/editdraw.c
---- mc-4.6.2-pre1.orig/src/editor/editdraw.c 2007-08-27 14:06:03.000000000 +0200
-+++ mc-4.6.2-pre1/src/editor/editdraw.c 2008-05-05 12:00:49.000000000 +0200
-@@ -296,7 +296,7 @@
- }
- }
+--- mc-4.8.19/src/editor/editdraw.c.orig 2017-03-04 18:51:38.000000000 +0100
++++ mc-4.8.19/src/editor/editdraw.c 2017-03-11 18:27:31.941897138 +0100
+@@ -63,8 +63,8 @@
+ /* Toggles statusbar draw style */
+ gboolean simple_statusbar = FALSE;
--int visible_tabs = 1, visible_tws = 1;
-+int visible_tabs = 0, visible_tws = 0;
+-gboolean visible_tws = TRUE;
+-gboolean visible_tabs = TRUE;
++gboolean visible_tws = FALSE;
++gboolean visible_tabs = FALSE;
+
+ /*** file scope macro definitions ****************************************************************/
- /* b is a pointer to the beginning of the line */
- static void
diff --git a/mc-pld-developerfriendly.patch b/mc-pld-developerfriendly.patch
index 5f338b9..a55e135 100644
--- a/mc-pld-developerfriendly.patch
+++ b/mc-pld-developerfriendly.patch
@@ -22,18 +22,16 @@ diff -urN mc-2006-02-24-22.org/syntax/cvs-userlist.syntax mc-2006-02-24-22/synta
+ keyword , yellow black
+
+
-diff -urN mc-2006-02-24-22.org/syntax/Makefile.am mc-2006-02-24-22/syntax/Makefile.am
---- mc-2006-02-24-22.org/misc/syntax/Makefile.am 2006-01-30 18:01:58.000000000 +0100
-+++ mc-2006-02-24-22/misc/syntax/Makefile.am 2006-02-28 17:38:02.617073750 +0100
-@@ -11,7 +11,8 @@
- debian-sources-list.syntax \
+--- mc-4.8.19/misc/syntax/Makefile.am.orig 2017-03-11 18:30:38.998587163 +0100
++++ mc-4.8.19/misc/syntax/Makefile.am 2017-03-11 18:34:17.005281053 +0100
+@@ -16,6 +16,7 @@
cs.syntax \
css.syntax \
cuda.syntax \
+ cvs-userlist.syntax \
cxx.syntax \
+ cython.syntax \
d.syntax \
- diff.syntax \
@@ -35,6 +36,7 @@
pascal.syntax \
perl.syntax \
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/mc.git/commitdiff/bdb1b9c6f2eaa33ca25cbcc6cfdeae7598dc98b6
More information about the pld-cvs-commit
mailing list