You are not logged in.

#1 2004-12-04 07:28:19

sweiss
Member
Registered: 2004-02-16
Posts: 635

[network] SkipStone (a lightweight browser)

PKGBUILD:

# Contributor: Shahar Weiss <sweiss4@gmx.net>

pkgname=skipstone
pkgver=0.9.3
pkgrel=1
pkgdesc="SkipStone is a Gtk+ Web Browser that embeds Mozilla's rendering component Gecko. It aims to be light and fast with few dependencies."
url="http://www.muhri.net/skipstone"
license="GPL"
install=skipstone.install
depends=('bash' 'gecko-sdk' 'mozilla' 'gtk2' 'x-server')
source=($url/$pkgname-$pkgver.tar.gz skipstone.install)
md5sums=('e5f558e474dcaee673edf25877bdba5b' 'a06a39f3123717de4647bff1339f0c7a')

build() {
  cd $startdir/src/$pkgname-$pkgver
  
  sed 's//usr/bin/install//bin/install/g' config.cache > config.cache
  sed 's//usr/bin/install//bin/install/g' config.mk > config.mk
  sed 's//usr/bin/install//bin/install/g' config.status > config.status
  
  ./configure   --prefix=$startdir/pkg/usr 
                --enable-cvs-mozilla 
                --with-mozilla-includes=/opt/mozilla/include/mozilla 
                --with-mozilla-libs=/opt/mozilla/lib/mozilla
  make || return 1
  make install
  install -D -m755 convert_bookmarks.pl $startdir/pkg/usr/bin/skipstone.convert_bookmarks.pl
}

skipstone.install:

post_install() {
  echo ">>> You can use the provided skipstone.convert_bookmarks.pl in order to"
  echo ">>> convert your Netscape/Mozilla/Firefox bookmarks to the SkipStone"
  echo ">>> format. Pass the path to the bookmarks file as the argument."
  echo ">>> You'll need to have Perl installed in order to launch the script."
  /bin/true
}

op=$1
shift
$op $*

Enjoy.

Offline

#2 2006-03-25 01:25:47

shadowhand
Member
From: MN, USA
Registered: 2004-02-19
Posts: 1,142
Website

Re: [network] SkipStone (a lightweight browser)

Anyone care to update this?


·¬»· i am shadowhand, powered by webfaction

Offline

#3 2006-03-25 01:38:08

tyme
Member
From: PA
Registered: 2003-06-12
Posts: 139
Website

Re: [network] SkipStone (a lightweight browser)

skipstones website appears to be down at the moment...

Offline

#4 2006-04-01 17:44:10

stonecrest
Member
From: Boulder
Registered: 2005-01-22
Posts: 1,190

Re: [network] SkipStone (a lightweight browser)

The website is back up.


I am a gated community.

Offline

#5 2006-04-02 00:16:26

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

Re: [network] SkipStone (a lightweight browser)

I don't think anyone will be interested unless it's compile against XULRunner.

Offline

#6 2006-04-02 07:34:50

tomk
Forum Fellow
From: Ireland
Registered: 2004-07-21
Posts: 9,839

Re: [network] SkipStone (a lightweight browser)

I tried - it doesn't.

Offline

#7 2006-04-02 20:03:54

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

Re: [network] SkipStone (a lightweight browser)

Not all that useful then...

Offline

#8 2006-11-11 15:52:24

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

Re: [network] SkipStone (a lightweight browser)

Pardon me for resurrecting this thread, but does anyone have the XULRunner patch that Kazehakase used to need? Maybe something like that could work for Skipstone...

Offline

#9 2006-11-12 03:12:27

Cotton
Member
From: Cornwall, UK
Registered: 2004-09-17
Posts: 568

Re: [network] SkipStone (a lightweight browser)

xulrunner.patch dated 31 Mar 06.

(Note that the yellow lines should be preceded by @@.  pastebin interprets this syntax as "highlight").

Offline

#10 2006-11-13 12:26:33

Romashka
Forum Fellow
Registered: 2005-12-07
Posts: 1,054

Re: [network] SkipStone (a lightweight browser)

Cotton wrote:

xulrunner.patch dated 31 Mar 06.

(Note that the yellow lines should be preceded by @@.  pastebin interprets this syntax as "highlight").

I was struggling to compile skipstone with XULRunner week ago.
Thanks for patch!


to live is to die

Offline

#11 2006-11-15 00:19:05

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

Re: [network] SkipStone (a lightweight browser)

If you can get it to compile, please submit it to the AUR... I'll definitely vote for it.

Offline

#12 2006-11-15 09:57:57

Romashka
Forum Fellow
Registered: 2005-12-07
Posts: 1,054

Re: [network] SkipStone (a lightweight browser)

Gullible Jones wrote:

If you can get it to compile, please submit it to the AUR... I'll definitely vote for it.

OK.


to live is to die

Offline

#13 2007-04-27 13:55:56

unixlust
Member
From: Sebes, Romania
Registered: 2007-01-12
Posts: 31

Re: [network] SkipStone (a lightweight browser)

Anyone got any working PKGBUILD for Skipstone ?

Offline

Board footer

Powered by FluxBB