You are not logged in.

#1 2004-10-06 15:03:45

Shane
Member
Registered: 2004-09-21
Posts: 9

nvu html editor

It would be nice to have the nvu (http://www.nvu.com) html editor available to pacman.

Offline

#2 2004-10-06 15:24:11

phrakture
Arch Overlord
From: behind you
Registered: 2003-10-29
Posts: 7,879
Website

Re: nvu html editor

working on it - give me a few

Offline

#3 2004-10-06 16:07:39

Mith
Member
From: out there
Registered: 2004-10-05
Posts: 163

Re: nvu html editor

wow, the page and the screenshots look pretty nice
hmm wait or not to wait til it's in pacman tongue

thx²shane for the link
thx²phrakture for working on bringing it to pacman smile)


ArchLinux (x86_64) w/ kdemod

Offline

#4 2004-10-06 16:25:47

phrakture
Arch Overlord
From: behind you
Registered: 2003-10-29
Posts: 7,879
Website

Re: nvu html editor

ok this program is made really crappily - i'm going tohave to do a bit of voodoo to make this install cleanly...

Offline

#5 2004-10-06 16:37:03

phrakture
Arch Overlord
From: behind you
Registered: 2003-10-29
Posts: 7,879
Website

Re: nvu html editor

bah i gave up and installed it to opt with a script to run it....

pkgname=nvu
pkgver=0.41
pkgrel=1
pkgdesc="The complete Web Authoring System for Desktop Linux (Linspire)"
url="http://www.nvu.com"
depends=('gtk2')
source=(http://www.nvu.com/download/$pkgname-$pkgver-pc-linux-gnu.tar.gz nvu)

build()
{
  cd $startdir/src

  mkdir -p $startdir/pkg/opt/nvu
  mkdir -p $startdir/pkg/usr/bin
  install -m 755 $startdir/nvu $startdir/pkg/usr/bin
  install -d $pkgname-$pkgver $startdir/pkg/opt/nvu
}

and the nvu script is just a "pass-through" as i didn't want to bother with the profile.d stuff right now.

#!/bin/sh
exec /opt/nvu/nvu

the package is also in my repo if you want to point at it and try-it-before-you-buy-it

Offline

#6 2004-10-08 09:47:02

dpb
Member
From: Cyperspace?
Registered: 2004-04-11
Posts: 231

Re: nvu html editor

The package should be build from source, not use the Nvu binaries from the site... You could have just searched the forums for an existing PKGBUILD I made for Nvu 0.3 and used that as a base for it...

http://bbs.archlinux.org/viewtopic.php? … hlight=nvu

Offline

#7 2004-10-08 15:22:16

phrakture
Arch Overlord
From: behind you
Registered: 2003-10-29
Posts: 7,879
Website

Re: nvu html editor

yeah but building from source got to be a bit involved... grabbing mozilla source and all this crap - seems like a poor way to package soemthing... thats why i said i "gave up"

Offline

#8 2004-10-09 03:06:01

Shane
Member
Registered: 2004-09-21
Posts: 9

Re: nvu html editor

dpb, could you by any chance make a build for us?

Offline

#9 2004-10-09 08:43:50

Mr Green
Forum Fellow
From: U.K.
Registered: 2003-12-21
Posts: 5,899
Website

Re: nvu html editor

like click the link.... wink

http://bbs.archlinux.org/viewtopic.php? … hlight=nvu

here as a reminder .....


Mr Green

Offline

#10 2004-10-09 15:17:07

Shane
Member
Registered: 2004-09-21
Posts: 9

Re: nvu html editor

Mr Green wrote:

like click the link.... wink

http://bbs.archlinux.org/viewtopic.php? … hlight=nvu

here as a reminder .....

I was asking whether he could be kind enough to do so for version 0.41.

Offline

#11 2004-10-09 15:21:56

Mr Green
Forum Fellow
From: U.K.
Registered: 2003-12-21
Posts: 5,899
Website

Re: nvu html editor

I am sorry but that was not made clear in your post .....  :oops:


Mr Green

Offline

#12 2004-10-09 16:57:17

Shane
Member
Registered: 2004-09-21
Posts: 9

Re: nvu html editor

Mr Green wrote:

I am sorry but that was not made clear in your post .....  :oops:

No worries smile I mentioned the version in my subject, but the type for the subject is small and hard to read on these forums.

Offline

#13 2004-10-10 05:34:48

tehdely
Member
Registered: 2004-02-20
Posts: 148
Website

Re: nvu html editor

I couldn't be arsed to build it, but it's probably worth mentioning that the Mandrake RPM, when installed with RPM (which is currently in tehdely TUR wink ), works perfectly.  big_smile


[Arch GNUstep Repository] [ PKGBUILDS ]
[code][gnustep]
Server = ftp://blkwidow.lerp.com/pub/mirror/arch/gnustep[/code]

Offline

Board footer

Powered by FluxBB