You are not logged in.

#1 2004-05-26 09:39:28

zeppelin
Member
From: Athens, Greece
Registered: 2004-03-05
Posts: 807
Website

mozilla-bonobo [throw non-free acroread to the trash]

well for gnome-lovers, these day you can have mozilla use bonobo ( I use firefox, and firefox is the future, so I didn't make it work with mozilla [but it's easy just change the paths to the mozilla-suite )

PKGBUILD

# Contributor: Nikos Kouremenos <nk@ebox.gr>
 
pkgname=mozilla-bonobo
pkgver=0.4.1
pkgrel=1
pkgdesc="mozilla-bonobo is a mozilla browser plugin which allows your browser to use bonobo controls to display supported mime types."
depends=(libbonobo libbonoboui gnome-vfs)
md5sums=('177a78eedd9efb53fb72bfbf4e2ef1a7')
url="http://www.nongnu.org/moz-bonobo/"
source=(http://savannah.nongnu.org/download/moz-bonobo/$pkgname-$pkgver.tar.gz)
#license=
 
build() {
  cd $startdir/src/$pkgname-$pkgver
  ./configure --prefix=/usr --with-plugin-install-dir=/opt/mozilla-firefox/lib/mozilla/plugins/ --with-mozilla-include-dir=/opt/mozilla-firefox/include/mozilla-1.6/
  make || return 1
  make prefix=$startdir/pkg/usr install
}

enjoy:
mozilla-bonobo.png
mozilla using gpdf (gnome pdf viewer)

Offline

#2 2004-06-05 03:07:03

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

Re: mozilla-bonobo [throw non-free acroread to the trash]

It works  big_smile

A few things should be changed though.  You're missing a few dependencies, and you should install into the shared mozilla-plugins directory.  Here is the updated PKGBUILD:

# Contributor: Nikos Kouremenos <nk@ebox.gr>

pkgname=mozilla-bonobo
pkgver=0.4.1
pkgrel=1
pkgdesc="mozilla-bonobo is a mozilla browser plugin which allows your browser to use bonobo controls to display supported mime types."
depends=(libbonobo libbonoboui gnome-vfs libgnomeui libgnomeprint)
md5sums=('177a78eedd9efb53fb72bfbf4e2ef1a7')
url="http://www.nongnu.org/moz-bonobo/"
source=(http://savannah.nongnu.org/download/moz-bonobo/$pkgname-$pkgver.tar.gz)
#license=

build() {
  cd $startdir/src/$pkgname-$pkgver
  ./configure --prefix=/usr --with-plugin-install-dir=/opt/mozilla-plugins --with-mozilla-include-dir=/opt/mozilla-firefox/include/mozilla-1.6/
  make || return 1
  make prefix=$startdir/pkg/usr install
}

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

Offline

#3 2004-06-05 13:56:50

zeppelin
Member
From: Athens, Greece
Registered: 2004-03-05
Posts: 807
Website

Re: mozilla-bonobo [throw non-free acroread to the trash]

hell GNUStep guy tongue
yes I know it works and thanks for the changes in the PKGBUILD tongue

Offline

#4 2005-04-13 18:40:27

tgc
Member
From: DK
Registered: 2004-03-09
Posts: 96

Re: mozilla-bonobo [throw non-free acroread to the trash]

You should add this to AUR smile

Offline

#5 2005-04-13 19:07:33

Gullible Jones
Member
Registered: 2004-12-29
Posts: 4,863

Re: mozilla-bonobo [throw non-free acroread to the trash]

Uhh... The GNOME people are in the process of throwing out Bonobo right now.

Offline

#6 2005-04-15 00:37:58

zeppelin
Member
From: Athens, Greece
Registered: 2004-03-05
Posts: 807
Website

Re: mozilla-bonobo [throw non-free acroread to the trash]

any links?

Offline

#7 2005-04-15 01:33:10

iphitus
Forum Fellow
From: Melbourne, Australia
Registered: 2004-10-09
Posts: 4,927

Re: mozilla-bonobo [throw non-free acroread to the trash]

Stuff bonobo, all the gnome programs are trying to weed it out for 3.0.

Try mozplugger, its a package that does a similar thing except better, heres a screenshot of OOo opening a word document I linked to

http://mozplugger.mozdev.org/
http://iphitus.loudas.com/arch/ss/mozplugger.png

Offline

#8 2005-04-15 12:32:34

zeppelin
Member
From: Athens, Greece
Registered: 2004-03-05
Posts: 807
Website

Re: mozilla-bonobo [throw non-free acroread to the trash]

TU twm offers mozplugger.
thanks I'm trying it

Offline

Board footer

Powered by FluxBB