You are not logged in.
It would be nice to have the nvu (http://www.nvu.com) html editor available to pacman.
Offline
Offline
wow, the page and the screenshots look pretty nice
hmm wait or not to wait til it's in pacman
thx²shane for the link
thx²phrakture for working on bringing it to pacman )
ArchLinux (x86_64) w/ kdemod
Offline
ok this program is made really crappily - i'm going tohave to do a bit of voodoo to make this install cleanly...
Offline
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
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...
Offline
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
dpb, could you by any chance make a build for us?
Offline
like click the link....
http://bbs.archlinux.org/viewtopic.php? … hlight=nvu
here as a reminder .....
Mr Green
Offline
like click the link....
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
I am sorry but that was not made clear in your post ..... :oops:
Mr Green
Offline
I am sorry but that was not made clear in your post ..... :oops:
No worries I mentioned the version in my subject, but the type for the subject is small and hard to read on these forums.
Offline
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 ), works perfectly.
Offline