Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=c7d8fde2534d09eae9e9c7708e00ab3326ef6fa9
commit c7d8fde2534d09eae9e9c7708e00ab3326ef6fa9 Author: crazy <[email protected]> Date: Fri Jan 12 16:14:15 2018 +0100 nano-2.9.2-1-x86_64 * Version bump * patch re-diffed diff --git a/source/base/nano/FrugalBuild b/source/base/nano/FrugalBuild index e9afcde..2f28864 100644 --- a/source/base/nano/FrugalBuild +++ b/source/base/nano/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: James Buren <[email protected]> pkgname=nano -pkgver=2.9.1 +pkgver=2.9.2 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=('ea67c1a760951bd1a048c305c65eecb43442c5d7' \ - 'a18d3dd74409f9d7512c72d9700334f3f9040438' \ +sha1sums=('95447b6c2cfcb96aa08a0a115d9a66e61ff2ecb5' \ + 'e7b1068c3602056b66d5e0ed13cc321a9bae1e59' \ 'a54fad3a4e7a2176a95f24be2897bb1b5d42f0ba') build() { diff --git a/source/base/nano/nano-config.patch b/source/base/nano/nano-config.patch index ab8c51a..d9387a8 100644 --- a/source/base/nano/nano-config.patch +++ b/source/base/nano/nano-config.patch @@ -1,7 +1,7 @@ -diff -Naur nano-2.8.7/doc/sample.nanorc.in nano-2.8.7-p/doc/sample.nanorc.in ---- nano-2.8.7/doc/sample.nanorc.in 2017-08-15 19:31:31.000000000 +0200 -+++ nano-2.8.7-p/doc/sample.nanorc.in 2017-08-29 00:13:11.517562868 +0200 -@@ -28,7 +28,7 @@ +diff -Naur nano-2.9.2/doc/sample.nanorc.in nano-2.9.2-p/doc/sample.nanorc.in +--- nano-2.9.2/doc/sample.nanorc.in 2017-12-08 17:33:33.000000000 +0100 ++++ nano-2.9.2-p/doc/sample.nanorc.in 2018-01-12 16:08:28.235050977 +0100 +@@ -23,7 +23,7 @@ # set autoindent ## Back up files to the current filename plus a tilde. @@ -10,7 +10,7 @@ diff -Naur nano-2.8.7/doc/sample.nanorc.in nano-2.8.7-p/doc/sample.nanorc.in ## The directory to put unique backup files in. # set backupdir "" -@@ -43,7 +43,7 @@ +@@ -35,7 +35,7 @@ ## paragraphs. They cannot contain blank characters. Only closing ## punctuation, optionally followed by closing brackets, can end ## sentences. @@ -19,24 +19,16 @@ diff -Naur nano-2.8.7/doc/sample.nanorc.in nano-2.8.7-p/doc/sample.nanorc.in ## Do case-sensitive searches by default. # set casesensitive -@@ -63,13 +63,13 @@ +@@ -55,7 +55,7 @@ # set fill -8 ## Remember the used search/replace strings for the next session. -# set historylog +set historylog - ## Make the justify command kill whitespace at the end of lines. --# set justifytrim -+set justifytrim - ## Display line numbers to the left of the text. --# set linenumbers -+# set linenumbers - - ## 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 -@@ -79,7 +79,7 @@ + # set linenumbers +@@ -68,7 +68,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. @@ -45,7 +37,7 @@ diff -Naur nano-2.8.7/doc/sample.nanorc.in nano-2.8.7-p/doc/sample.nanorc.in ## Use the blank line below the title bar as extra editing space. # set morespace -@@ -92,7 +92,7 @@ +@@ -81,7 +81,7 @@ ## Switch on multiple file buffers (inserting a file will put it into ## a separate buffer). @@ -54,7 +46,7 @@ diff -Naur nano-2.8.7/doc/sample.nanorc.in nano-2.8.7-p/doc/sample.nanorc.in ## Don't convert files from DOS/Mac format. # set noconvert -@@ -105,10 +105,10 @@ +@@ -94,10 +94,10 @@ # set nopauses ## Don't add newlines to the ends of files. @@ -67,7 +59,7 @@ diff -Naur nano-2.8.7/doc/sample.nanorc.in nano-2.8.7-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 -@@ -117,7 +117,7 @@ +@@ -106,7 +106,7 @@ # set operatingdir "" ## Remember the cursor position in each file for the next editing session. @@ -76,7 +68,7 @@ diff -Naur nano-2.8.7/doc/sample.nanorc.in nano-2.8.7-p/doc/sample.nanorc.in ## (The old form, 'poslog', is deprecated.) ## Preserve the XON and XOFF keys (^Q and ^S). -@@ -127,7 +127,7 @@ +@@ -116,7 +116,7 @@ ## paragraphs. They cannot contain blank characters. Only closing ## punctuation, optionally followed by closing brackets, can end ## sentences. @@ -85,7 +77,7 @@ diff -Naur nano-2.8.7/doc/sample.nanorc.in nano-2.8.7-p/doc/sample.nanorc.in ## Do quick status-bar blanking. Status-bar messages will disappear after ## 1 keystroke instead of 26. Note that "constantshow" overrides this. -@@ -148,7 +148,7 @@ +@@ -137,7 +137,7 @@ # set rebindkeypad ## Do extended regular expression searches by default. @@ -94,7 +86,7 @@ diff -Naur nano-2.8.7/doc/sample.nanorc.in nano-2.8.7-p/doc/sample.nanorc.in ## Put the cursor on the highlighted item in the file browser; ## useful for people who use a braille display. -@@ -169,7 +169,7 @@ +@@ -158,7 +158,7 @@ ## Use this spelling checker instead of the internal one. This option ## does not have a default value. @@ -103,7 +95,7 @@ diff -Naur nano-2.8.7/doc/sample.nanorc.in nano-2.8.7-p/doc/sample.nanorc.in ## Allow nano to be suspended. # set suspend -@@ -206,12 +206,12 @@ +@@ -198,12 +198,12 @@ ## Paint the interface elements of nano. ## These are examples; by default there are no colors. @@ -122,7 +114,7 @@ diff -Naur nano-2.8.7/doc/sample.nanorc.in nano-2.8.7-p/doc/sample.nanorc.in ## In root's .nanorc you might want to use: # set titlecolor brightwhite,red # set statuscolor brightwhite,red -@@ -263,7 +263,7 @@ +@@ -255,7 +255,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
