Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=3a6ed3545f5ad88b44174ce4df0bf39ca7d2c6b0
commit 3a6ed3545f5ad88b44174ce4df0bf39ca7d2c6b0 Author: crazy <[email protected]> Date: Tue Aug 29 00:18:17 2017 +0200 nano-2.8.7-1-x86_64 * Version bump diff --git a/source/base/nano/FrugalBuild b/source/base/nano/FrugalBuild index a27fa89..b52b453 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.6 +pkgver=2.8.7 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=('e10a13d1aa782b6a823f3f6122f0f64df40546b7' \ - 'a368587ca27d284fa1a642974042274f7f7d4868' \ +sha1sums=('1e76adbb3ed2d45e44843ba7f6a396a314bf77aa' \ + '92c4bad985fc490dd694696f351111aa2ad00330' \ 'a54fad3a4e7a2176a95f24be2897bb1b5d42f0ba') build() { diff --git a/source/base/nano/nano-config.patch b/source/base/nano/nano-config.patch index dc747f9..defa692 100644 --- a/source/base/nano/nano-config.patch +++ b/source/base/nano/nano-config.patch @@ -1,6 +1,6 @@ -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 +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 @@ # set autoindent @@ -35,7 +35,7 @@ diff -Naur nano-2.8.6/doc/sample.nanorc.in nano-2.8.6-p/doc/sample.nanorc.in +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 + ## are editing a file [s]he is trying to edit and vice versa. There are @@ -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 @@ -97,33 +97,32 @@ diff -Naur nano-2.8.6/doc/sample.nanorc.in nano-2.8.6-p/doc/sample.nanorc.in @@ -169,7 +169,7 @@ ## Use this spelling checker instead of the internal one. This option - ## does not properly have a default value. + ## does not have a default value. -# set speller "aspell -x -c" +set speller "aspell -x -c" ## Allow nano to be suspended. # set suspend -@@ -206,13 +206,13 @@ +@@ -206,12 +206,12 @@ ## Paint the interface elements of nano. ## These are examples; by default there are no colors. -# set titlecolor brightwhite,blue -# set statuscolor brightwhite,green +-# set selectedcolor brightwhite,magenta -# set numbercolor cyan -# set keycolor cyan -# set functioncolor green +set titlecolor brightwhite,blue +set statuscolor brightwhite,green ++set selectedcolor brightwhite,magenta +set numbercolor cyan +set keycolor cyan +set functioncolor green ## In root's .nanorc you might want to use: --# set titlecolor brightwhite,red -+#set titlecolor brightwhite,red + # set titlecolor brightwhite,red # set statuscolor brightwhite,red - # set numbercolor magenta - # set keycolor brightmagenta -@@ -261,7 +261,7 @@ +@@ -263,7 +263,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
