You are not logged in.

#1 2005-01-12 08:30:54

miqorz
Member
Registered: 2004-12-31
Posts: 475

Bluefish 1.0

# Contributor: Mike Limon <malimon@bellsouth.net>
pkgname=bluefish
pkgver=1.0
pkgrel=1
pkgdesc="Programmer's HTML editor written using GTK"
url="http://bluefish.openoffice.nl/"
depends=('gtk2' 'zlib' 'libjpeg' 'libtiff' 'libungif' 'libpng' 'pcre')
source=(http://pkedu.fbt.eitn.wau.nl/~olivier/downloads/$pkgname-$pkgver.tar.bz2 $pkgname.patch)
md5sums=('3f92c1ca80da129c0eff0d2fbde69cb3' '828ae5fb43bafcdb09c61e45eb15ed53')

build() {
  cd $startdir/src/$pkgname-$pkgver
  patch -Np1 -i ../$pkgname.patch
  ./configure --prefix=/usr
  make || return 1
  make prefix=$startdir/pkg/usr install
}

This is a gnome free version, soley due to the fact I don't use gnome.

To add gnome-vfs support just add it to the dependencies or if it's allready installed it will pick up on it and add it to the binary.


http://wiki2.archlinux.org/

Read it. Love it. Live it. Or die.

Offline

#2 2005-01-12 14:41:11

Pajaro
Member
Registered: 2004-04-21
Posts: 884

Re: Bluefish 1.0

where's the patch file?

Offline

#3 2005-01-12 15:10:08

celeron2002
Member
From: Santiago, Chile.
Registered: 2004-02-18
Posts: 150

Re: Bluefish 1.0

the patch of abs tree doesnt work  roll  roll


irc.bsd.cl #linux
irc.freenode.org #archlinux-es

Offline

#4 2005-01-12 15:28:29

nggalai
Member
From: Switzerland
Registered: 2004-08-01
Posts: 215
Website

Re: Bluefish 1.0

celeron2002 wrote:

the patch of abs tree doesnt work  roll  roll

Did work for me.

No problems compiling or running Bluefish 1.0 here. Runs flawlessly.

93,
-Sascha.rb

Offline

#5 2005-01-12 18:41:44

darkcoder
Member
From: A bar near you
Registered: 2004-09-10
Posts: 310

Re: Bluefish 1.0

nggalai wrote:
celeron2002 wrote:

the patch of abs tree doesnt work  roll  roll

Did work for me.

No problems compiling or running Bluefish 1.0 here. Runs flawlessly.

93,
-Sascha.rb

Not for me too.

==> Starting build()...
patching file Makefile.in
Hunk #1 FAILED at 73.
1 out of 1 hunk FAILED -- saving rejects to file Makefile.in.rej
patching file data/Makefile.in
Hunk #1 FAILED at 42.
1 out of 1 hunk FAILED -- saving rejects to file data/Makefile.in.rej
patching file icons/Makefile.in
Hunk #1 FAILED at 52.
1 out of 1 hunk FAILED -- saving rejects to file icons/Makefile.in.rej

I was looking at the patch and mostly it deals with some image placement (I think the one used as the icon).  Try manually compiling the program and installing it (without the patch) and it worked without problem, and the icon works too.

Offline

#6 2005-01-12 18:45:00

darkcoder
Member
From: A bar near you
Registered: 2004-09-10
Posts: 310

Re: Bluefish 1.0

Also dunno if they are really used, but the ./configure step make references to gnome-vfs and libgnomeui.  Someone can check if they are dependencies.

Offline

#7 2005-01-12 18:55:36

darkcoder
Member
From: A bar near you
Registered: 2004-09-10
Posts: 310

Re: Bluefish 1.0

Never mind, found the requisites on the site.

The latest version is Bluefish 1.0. This is the preferred version. It requires gtk version 2.0 or higher, libpcre 3.0 or higher and (optional) libaspell 0.50 or higher for spell checking and (also optional) gnome-vfs for remote files.

Offline

#8 2005-01-12 18:59:31

darkcoder
Member
From: A bar near you
Registered: 2004-09-10
Posts: 310

Re: Bluefish 1.0

I revised the package, the patch is not needed anymore.

# Contributor: Mario A. Vazquez <mario_vazq@hotmail.com> 
 pkgname=bluefish 
 pkgver=1.0 
 pkgrel=1 
 pkgdesc="Programmer's HTML editor written using GTK" 
 url="http://bluefish.openoffice.nl/" 
 depends=('gtk2' 'zlib' 'libjpeg' 'libtiff' 'libungif' 'libpng' 'pcre') 
 source=(http://pkedu.fbt.eitn.wau.nl/~olivier/downloads/$pkgname-$pkgver.tar.bz2) 
 md5sums=('3f92c1ca80da129c0eff0d2fbde69cb3') 
 
 build() { 
   cd $startdir/src/$pkgname-$pkgver 
   ./configure --prefix=/usr --disable-update-databases
   make || return 1 
   make DESTDIR=$startdir/pkg install 
 } 

Offline

#9 2005-01-12 19:50:25

celeron2002
Member
From: Santiago, Chile.
Registered: 2004-02-18
Posts: 150

Re: Bluefish 1.0

ok, it works  8)


irc.bsd.cl #linux
irc.freenode.org #archlinux-es

Offline

#10 2005-01-12 19:56:23

miqorz
Member
Registered: 2004-12-31
Posts: 475

Re: Bluefish 1.0

Hmm, that's very odd. It didn't bitch here. o.O


http://wiki2.archlinux.org/

Read it. Love it. Live it. Or die.

Offline

#11 2005-01-18 08:25:40

benoitc
Member
Registered: 2004-11-11
Posts: 62
Website

Re: Bluefish 1.0

pkgbuild with fixed md5 (from bluefish site) and correct dependencies :

pkgname=bluefish
pkgver=1.0
pkgrel=1
pkgdesc="Programmer's HTML editor written using GTK"
url="http://bluefish.openoffice.nl/"
depends=('gtk2' 'zlib' 'libjpeg' 'libtiff' 'libungif' 'libpng' 'pcre' 'aspell' 'gnome-vfs' 'libgnomeui' 'xorg')
source=(ftp://ftp.ratisbona.com/pub/bluefish/downloads/$pkgname-$pkgver.tar.bz2)
md5sums=('a3cf8abd282d850407e8c7eed38d15e7')
 
build() {
  cd $startdir/src/$pkgname-$pkgver
  ./configure --prefix=/usr --disable-update-databases
  make || return 1
  make DESTDIR=$startdir/pkg install
}

Offline

#12 2005-01-18 15:27:46

miqorz
Member
Registered: 2004-12-31
Posts: 475

Re: Bluefish 1.0

'correct' dependencies are in the eye of the beholder, and which features you want added. wink


http://wiki2.archlinux.org/

Read it. Love it. Live it. Or die.

Offline

#13 2005-02-09 05:14:38

darkcoder
Member
From: A bar near you
Registered: 2004-09-10
Posts: 310

Re: Bluefish 1.0

gtk2 itself has a dependency of x-server which installs in our case xorg, so xorg dependency is indirectly satisfied and do not need to specify it again.  And in any case it should be x-server and not xorg which limit itself to xorg (no xfree86 for example).

Offline

#14 2005-02-09 05:18:41

miqorz
Member
Registered: 2004-12-31
Posts: 475

Re: Bluefish 1.0

I was wondering why he addex xorg too. tongue


http://wiki2.archlinux.org/

Read it. Love it. Live it. Or die.

Offline

#15 2005-02-09 08:55:36

benoitc
Member
Registered: 2004-11-11
Posts: 62
Website

Re: Bluefish 1.0

sure, then remove xorg dependancy wink Don't know where is the problem...

Offline

Board footer

Powered by FluxBB