You are not logged in.

#1 2004-02-17 14:54:53

Tannjew
Member
From: Cologne, Germany
Registered: 2004-02-14
Posts: 68
Website

Opera & SIM

I would wish a package for the opera browser and for SIM (http://sim-icq.sourceforge.net/).


PURE-Digital-World - My Homepage

German Arch Linux HowTo - Installation and first steps
(Deutschsprachiges Howto für Anfänger)

Offline

#2 2004-02-17 16:34:14

terrapin
Member
From: Lockport, IL
Registered: 2003-08-06
Posts: 104

Re: Opera & SIM

There's a Opera 7.23 package in contrautra's TUR.  Just add this to your /etc/pacman.conf.

[contrasutra]
Server = ftp://ftp.berlios.de/pub/tur/contrasutra

Then type

pacman -Sy
pacman -S opera

That will install Opera for you.

Offline

#3 2004-02-17 17:40:28

Tannjew
Member
From: Cologne, Germany
Registered: 2004-02-14
Posts: 68
Website

Re: Opera & SIM

Thank you for this hint  smile


PURE-Digital-World - My Homepage

German Arch Linux HowTo - Installation and first steps
(Deutschsprachiges Howto für Anfänger)

Offline

#4 2004-02-17 17:49:33

terrapin
Member
From: Lockport, IL
Registered: 2003-08-06
Posts: 104

Re: Opera & SIM

No problem...Sorry I should have also included the link to the tur page which is  tur.berlios.de.  There are several tur repos that contain packages..    smile

Offline

#5 2004-02-19 22:16:38

morphus
Member
From: Braunschweig
Registered: 2003-08-06
Posts: 145

Re: Opera & SIM

Tannjew wrote:

I would wish a package for the opera browser and for SIM (http://sim-icq.sourceforge.net/).

I was looking for the sim package quite long and I thought why don't try it on your own? Anyway it was pretty uncool to compile it (had to downgrade one package to compile...), but finally I did a package that worked on 2 computers of mine but didn't work on a friend's computer  :?
So if you could just give it a try:
1. Download http://www.tu-bs.de/~y0016069/sim-0.9.3-1.pkg.tar.gz
2. Do a pacman -A sim-0.9.3-1.pkg.tar.gz
3. Now you could start it with sim smile

Perhaps some dependencies are missing, if so please post them in here

Offline

#6 2004-02-19 22:53:03

Tannjew
Member
From: Cologne, Germany
Registered: 2004-02-14
Posts: 68
Website

Re: Opera & SIM

Ok, I could install it without any error messages. But executing it with "sim" resulted in followeing error message:


sim: error while loading shared libraries: libart_lgpl_2.so.2: cannot open shared object file: No such file or directory


Then I installed the package libart-lgpl with pacman -S libart-lgpl. No I tried again a "sim", a lot of plugins were loaded and I got the error message "Segmentation fault".


PURE-Digital-World - My Homepage

German Arch Linux HowTo - Installation and first steps
(Deutschsprachiges Howto für Anfänger)

Offline

#7 2004-02-21 13:39:12

morphus
Member
From: Braunschweig
Registered: 2003-08-06
Posts: 145

Re: Opera & SIM

the thing with sim is that it doesn`t compile on "normal" arch-system without some tweaks.
1. You have to change a file in sim/admin to allow automake
2. You have to downgrade to a version of flex from '97 (.4a, the actual one is .27).
I mentioned this stuff to the developers, perhaps this weekend there will be a solution and then I will construct an appropriate PKGBUILD.

Offline

#8 2004-02-25 09:05:21

morphus
Member
From: Braunschweig
Registered: 2003-08-06
Posts: 145

Re: Opera & SIM

Offline

#9 2004-03-15 18:31:27

trey
Member
From: Alpharetta, GA
Registered: 2003-10-18
Posts: 73

Re: Opera & SIM

How about one for the preview release (Opera 7.5 Preview 3)? wink

Offline

#10 2004-03-15 19:08:04

terrapin
Member
From: Lockport, IL
Registered: 2003-08-06
Posts: 104

Re: Opera & SIM

Here is a PKGBUILD for opera 750p3 which should be easy to edit for the latest beta releases and hopefully not interfere with the latest stable package.

pkgname=operabeta 
pkgver=7.50P3
operaver=7.50
operarel=20040309.1 
pkgrel=3
pkgdesc="Opera web browser.  This is the latest beta version." 
url="www.opera.com" 
depends=('xfree86' 'freetype2') 
source=(http://snapshot.opera.com/unix/7.50-Preview-3/intel-linux/en/opera-$operaver-$operarel-static-qt.i386-en.tar.gz) 
                                                                                
build() { 
  cd $startdir/src/opera-$operaver-$operarel-static-qt.i386-en 
  ./install.sh --prefix=$startdir/pkg/opt/operabeta 
  sed -i "s|$startdir/pkg/opt|/opt|g" $startdir/pkg/opt/operabeta/bin/opera 
  sed -i "s|$startdir/pkg/opt/operabeta|/opt/operabeta|g" $startdir/pkg/opt/operabeta/share/opera/java/opera.policy
  rm -r $startdir/pkg/opt/operabeta/share/doc 
}

okay here we go again...this pkgbuild should now be good to go.  got the $startdir to work.  Hopefully this will be the last edit  smile

Offline

#11 2004-03-15 19:19:45

Xentac
Forum Fellow
From: Victoria, BC
Registered: 2003-01-17
Posts: 1,797
Website

Re: Opera & SIM

How about changing /var/tmp/operabeta to $startdir?


I have discovered that all of mans unhappiness derives from only one source, not being able to sit quietly in a room
- Blaise Pascal

Offline

#12 2004-03-15 19:23:21

scottro
Member
From: NYC
Registered: 2002-10-11
Posts: 466
Website

Re: Opera & SIM

Heh, Terrapin you beat me to it. I'm installing one I just made right now which I was going to post up here.

(BTW, the comment said Terrapin's PKGBUILD simply edited to get the beta version)

Offline

#13 2004-03-15 19:43:50

terrapin
Member
From: Lockport, IL
Registered: 2003-08-06
Posts: 104

Re: Opera & SIM

Sorry for all the edits.  The PKGBUILD should be good to go now.

Offline

#14 2004-03-16 21:04:58

trey
Member
From: Alpharetta, GA
Registered: 2003-10-18
Posts: 73

Re: Opera & SIM

Boy, that was quick! big_smile

Thanks.

Offline

#15 2004-04-20 17:39:46

trey
Member
From: Alpharetta, GA
Registered: 2003-10-18
Posts: 73

Re: Opera & SIM

Would someone be so kind as to point me to a resource on how to install pkgbuilds in Arch?  I see people posting them as above, but how would I then use this to install Opera 7.5? :?:

Thanks.

Offline

#16 2004-04-20 23:08:05

normnmiles
Member
From: /US/IL
Registered: 2004-03-20
Posts: 64

Re: Opera & SIM

I would suggest creating a build environment (working directory).  You can use any directory you want but for this post I will use varabslocaloperabeta

pkgname=operabeta
pkgver=7.50P4
operaver=7.50
operarel=20040414.1
pkgrel=0
pkgdesc="Opera web browser.  This is the latest beta version."
url="www.opera.com"
depends=('xfree86' 'freetype2')
source=(http://snapshot.opera.com/unix/7.50-Preview-4/intel-linux/en/opera-$operaver-$operarel-static-qt.i386-en.tar.gz)

build() {
  cd $startdir/src/opera-$operaver-$operarel-static-qt.i386-en
  ./install.sh --prefix=$startdir/pkg/opt/operabeta
  sed -i "s|$startdir/pkg/opt|/opt|g" $startdir/pkg/opt/operabeta/bin/opera
  sed -i "s|$startdir/pkg/opt/operabeta|/opt/operabeta|g" $startdir/pkg/opt/operabeta/share/opera/java/opera.policy
  rm -r $startdir/pkg/opt/operabeta/share/doc
}

All you have to do is copy the contents above into a "PKGBUILD"  file for preview 4. Then run the following commands.

$makepkg

This makes the Arch package.

#pacman -A operabeta-7.50P4-0.pkg.tar.gz

This installs the package.  There you go Opera 7.5P4 installed.  You can then find the Opera bin at

/opt/operabeta/bin/opera

hth

Offline

#17 2004-04-20 23:20:44

trey
Member
From: Alpharetta, GA
Registered: 2003-10-18
Posts: 73

Re: Opera & SIM

What do you mean by "copy the above contents into a PKGBUILD file'?  I understand making the directory and copying the contents *somewhere*, but perhaps I need a little more detail.  Sorry, it will be immediately after I do it, but..

Thanks for the reply!

Offline

#18 2004-04-21 00:30:28

normnmiles
Member
From: /US/IL
Registered: 2004-03-20
Posts: 64

Re: Opera & SIM

If you have gvim you can copy and paste the contents above into a file with the name "PKGBUILD".  So that you have a "PKGBUILD" file in your build environment.

[normnmiles@hristo beta]$ pwd
/var/abs/local/opera/beta
[normnmiles@hristo beta]$ ls -l
total 10300
-rwxrwxrwx  1 normnmiles users     789 Apr 17 10:40 PKGBUILD
-rwxrwxrwx  1 normnmiles users    5738 Apr 17 10:41 filelist
-rw-r--r--  1 normnmiles users 5255209 Apr 17 10:41 opera-7.50-20040414.1-static-qt.i386-en.tar.gz
-rw-r--r--  1 normnmiles users 5239974 Apr 17 10:41 operabeta-7.50P4-0.pkg.tar.gz
drwxr-xr-x  3 normnmiles users    4096 Apr 17 10:41 pkg
drwxr-xr-x  3 normnmiles users    4096 Apr 17 10:41 src
[normnmiles@hristo beta]$ cat PKGBUILD
#maintainer: me

pkgname=operabeta 
pkgver=7.50P4 
operaver=7.50 
operarel=20040414.1 
pkgrel=0 
pkgdesc="Opera web browser.  This is the latest beta version." 
url="www.opera.com" 
depends=('xfree86' 'freetype2') 
source=(http://snapshot.opera.com/unix/7.50-Preview-4/intel-linux/en/opera-$operaver-$operarel-static-qt.                   i386-en.tar.gz) 
                                                                                
build() { 
  cd $startdir/src/opera-$operaver-$operarel-static-qt.i386-en 
  ./install.sh --prefix=$startdir/pkg/opt/operabeta 
  sed -i "s|$startdir/pkg/opt|/opt|g" $startdir/pkg/opt/operabeta/bin/opera 
  sed -i "s|$startdir/pkg/opt/operabeta|/opt/operabeta|g" $startdir/pkg/opt/operabeta/share/opera/java/op                   era.policy 
  rm -r $startdir/pkg/opt/operabeta/share/doc 
}
[normnmiles@hristo beta]$ 

Offline

#19 2004-04-21 02:10:37

trey
Member
From: Alpharetta, GA
Registered: 2003-10-18
Posts: 73

Re: Opera & SIM

Cool, learned something new.

Thanks again.

Offline

#20 2004-05-12 20:03:27

@leX
Member
From: Israel
Registered: 2003-11-06
Posts: 76

Re: Opera & SIM

Offline

Board footer

Powered by FluxBB