You are not logged in.

#1 2004-07-09 05:42:27

seratne
Member
Registered: 2004-02-06
Posts: 21

nano needs updating

available version is 1.2.3 and the latest is 1.2.4.  Also I'm sure some people might like the compile options "--enable-color --enable-nanorc" to be added.
The following PKGBUILD has the extra compile options enabled

# $Id: PKGBUILD,v 1.12 2004/07/09 01:49:41 judd Exp $
# Maintainer: Judd <judd@archlinux.org>
pkgname=nano
pkgver=1.2.4
pkgrel=1
pkgdesc="Pico editor clone with enhancements"
url="http://www.nano-editor.org"
depends=('glibc' 'ncurses')
source=(http://www.nano-editor.org/dist/v1.2/nano-$pkgver.tar.gz)
md5sums=('2c513310ec5e8b63abaecaf48670ac7a')

build() {
  cd $startdir/src/$pkgname-$pkgver
  ./configure --prefix=/usr --enable-color --enable-nanorc
  make || return 1
  make DESTDIR=$startdir/pkg install
}

Offline

#2 2004-07-09 13:28:43

dp
Member
From: Zürich, Switzerland
Registered: 2003-05-27
Posts: 3,378
Website

Re: nano needs updating

update: use flag-out-of-date

--enable-color: hey, good idea, then i would not longer must use my own pkg for it (;-)) : use bugs.archlinux.org to tell the maintainer about it


The impossible missions are the only ones which succeed.

Offline

#3 2004-07-09 15:40:06

Dusty
Schwag Merchant
From: Medicine Hat, Alberta, Canada
Registered: 2004-01-18
Posts: 5,986
Website

Re: nano needs updating

flag out of date means search for the package on the front page and click the button that says mark this package as out of date. (if it's been marked, then it doesn't have to be marked).

Offline

Board footer

Powered by FluxBB