Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=e31e0bc11015d61e75f8b01a90dfb2e9a5c24c9d
commit e31e0bc11015d61e75f8b01a90dfb2e9a5c24c9d Author: crazy <[email protected]> Date: Sat Jul 22 00:17:39 2017 +0200 nano-2.8.6-1-x86_64 * Version bump diff --git a/source/base/nano/FrugalBuild b/source/base/nano/FrugalBuild index 2894805..a27fa89 100644 --- a/source/base/nano/FrugalBuild +++ b/source/base/nano/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: James Buren <[email protected]> pkgname=nano -pkgver=2.8.5 +pkgver=2.8.6 pkgrel=1 pkgdesc="Free Pico clone with some new features." url="http://www.nano-editor.org/" @@ -13,8 +13,8 @@ archs=('x86_64') up2date="Flasttar http://www.nano-editor.org/download.php" source=($url/dist/v${pkgver%.*}/$pkgname-$pkgver.tar.gz nano-config.patch frugalbuild.nanorc) backup=('etc/nanorc') -sha1sums=('e1f2e591da1e2d3f01a31a2c73ec3fcb60f35f68' \ - '67e3b7199552aa6958037ea2ca10671a9633fcb1' \ +sha1sums=('e10a13d1aa782b6a823f3f6122f0f64df40546b7' \ + 'a368587ca27d284fa1a642974042274f7f7d4868' \ 'a54fad3a4e7a2176a95f24be2897bb1b5d42f0ba') build() { diff --git a/source/base/nano/nano-config.patch b/source/base/nano/nano-config.patch index 3ff14a8..dc747f9 100644 --- a/source/base/nano/nano-config.patch +++ b/source/base/nano/nano-config.patch @@ -1,7 +1,7 @@ -diff -Naur nano-2.8.5/doc/sample.nanorc.in nano-2.8.5-p/doc/sample.nanorc.in ---- nano-2.8.5/doc/sample.nanorc.in 2017-06-25 09:31:27.000000000 +0200 -+++ nano-2.8.5-p/doc/sample.nanorc.in 2017-06-25 22:59:45.358904517 +0200 -@@ -24,7 +24,7 @@ +diff -Naur nano-2.8.6/doc/sample.nanorc.in nano-2.8.6-p/doc/sample.nanorc.in +--- nano-2.8.6/doc/sample.nanorc.in 2017-07-17 09:13:20.000000000 +0200 ++++ nano-2.8.6-p/doc/sample.nanorc.in 2017-07-22 00:12:26.704618686 +0200 +@@ -28,7 +28,7 @@ # set autoindent ## Back up files to the current filename plus a tilde. @@ -10,7 +10,7 @@ diff -Naur nano-2.8.5/doc/sample.nanorc.in nano-2.8.5-p/doc/sample.nanorc.in ## The directory to put unique backup files in. # set backupdir "" -@@ -39,18 +39,18 @@ +@@ -43,7 +43,7 @@ ## paragraphs. They cannot contain blank characters. Only closing ## punctuation, optionally followed by closing brackets, can end ## sentences. @@ -19,20 +19,7 @@ diff -Naur nano-2.8.5/doc/sample.nanorc.in nano-2.8.5-p/doc/sample.nanorc.in ## Do case-sensitive searches by default. # set casesensitive - - ## Constantly display the cursor position in the status bar. Note that - ## this overrides "quickblank". --# set constantshow -+set constantshow - ## (The old form, 'const', is deprecated.) - - ## Use cut-to-end-of-line by default. --# set cut -+set cut - - ## Set the line length for wrapping text and justifying paragraphs. - ## If the value is 0 or less, the wrapping point will be the screen -@@ -58,13 +58,13 @@ +@@ -63,13 +63,13 @@ # set fill -8 ## Remember the used search/replace strings for the next session. @@ -49,7 +36,7 @@ diff -Naur nano-2.8.5/doc/sample.nanorc.in nano-2.8.5-p/doc/sample.nanorc.in ## Enable vim-style lock-files. This is just to let a vim user know you ## are editing a file [s]he is trying to edit and vice versa. There are -@@ -74,7 +74,7 @@ +@@ -79,7 +79,7 @@ ## The opening and closing brackets that can be found by bracket ## searches. They cannot contain blank characters. The former set must ## come before the latter set, and both must be in the same order. @@ -58,7 +45,7 @@ diff -Naur nano-2.8.5/doc/sample.nanorc.in nano-2.8.5-p/doc/sample.nanorc.in ## Use the blank line below the title bar as extra editing space. # set morespace -@@ -87,7 +87,7 @@ +@@ -92,7 +92,7 @@ ## Switch on multiple file buffers (inserting a file will put it into ## a separate buffer). @@ -67,7 +54,7 @@ diff -Naur nano-2.8.5/doc/sample.nanorc.in nano-2.8.5-p/doc/sample.nanorc.in ## Don't convert files from DOS/Mac format. # set noconvert -@@ -100,10 +100,10 @@ +@@ -105,10 +105,10 @@ # set nopauses ## Don't add newlines to the ends of files. @@ -80,7 +67,7 @@ diff -Naur nano-2.8.5/doc/sample.nanorc.in nano-2.8.5-p/doc/sample.nanorc.in ## Set operating directory. nano will not read or write files outside ## this directory and its subdirectories. Also, the current directory -@@ -112,7 +112,7 @@ +@@ -117,7 +117,7 @@ # set operatingdir "" ## Remember the cursor position in each file for the next editing session. @@ -89,7 +76,7 @@ diff -Naur nano-2.8.5/doc/sample.nanorc.in nano-2.8.5-p/doc/sample.nanorc.in ## (The old form, 'poslog', is deprecated.) ## Preserve the XON and XOFF keys (^Q and ^S). -@@ -122,7 +122,7 @@ +@@ -127,7 +127,7 @@ ## paragraphs. They cannot contain blank characters. Only closing ## punctuation, optionally followed by closing brackets, can end ## sentences. @@ -97,8 +84,8 @@ diff -Naur nano-2.8.5/doc/sample.nanorc.in nano-2.8.5-p/doc/sample.nanorc.in +set punct "!.?" ## Do quick status-bar blanking. Status-bar messages will disappear after - ## 1 keystroke instead of 26. Note that "const" overrides this. -@@ -143,7 +143,7 @@ + ## 1 keystroke instead of 26. Note that "constantshow" overrides this. +@@ -148,7 +148,7 @@ # set rebindkeypad ## Do extended regular expression searches by default. @@ -107,7 +94,7 @@ diff -Naur nano-2.8.5/doc/sample.nanorc.in nano-2.8.5-p/doc/sample.nanorc.in ## Put the cursor on the highlighted item in the file browser; ## useful for people who use a braille display. -@@ -164,7 +164,7 @@ +@@ -169,7 +169,7 @@ ## Use this spelling checker instead of the internal one. This option ## does not properly have a default value. @@ -116,7 +103,7 @@ diff -Naur nano-2.8.5/doc/sample.nanorc.in nano-2.8.5-p/doc/sample.nanorc.in ## Allow nano to be suspended. # set suspend -@@ -201,13 +201,13 @@ +@@ -206,13 +206,13 @@ ## Paint the interface elements of nano. ## These are examples; by default there are no colors. @@ -136,7 +123,7 @@ diff -Naur nano-2.8.5/doc/sample.nanorc.in nano-2.8.5-p/doc/sample.nanorc.in # set statuscolor brightwhite,red # set numbercolor magenta # set keycolor brightmagenta -@@ -256,7 +256,7 @@ +@@ -261,7 +261,7 @@ ## them easier to remember and faster to type using nano's -Y option. ## ## To include all existing syntax definitions, you can do: _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
