You are not logged in.

#26 2003-03-21 16:19:59

sarah31
Member
From: Middle of Canada
Registered: 2002-08-20
Posts: 2,975
Website

Re: mozilla gtk2 or xft

yeah that would be cool then i could put phoenix in the unstable tree for all to install easily with pacman -S


AKA uknowme

I am not your friend

Offline

#27 2003-03-21 16:25:24

sinister
Member
From: Edmonton, Alberta
Registered: 2003-02-15
Posts: 61

Re: mozilla gtk2 or xft

Ok i have no prob uploading it for you guys.. only one problem.. i can't see a post-remove section in the install.phoenix file.. here's what is in it.. tell me where to add the command you mentioned:

# arg 1:  the new package version
post_install() {
  if ! [ `grep '/opt/phoenix/lib' etc/ld.so.conf` ]; then
    echo "/opt/phoenix/lib" >> etc/ld.so.conf
    sbin/ldconfig -r .
  fi
}

# arg 1:  the new package version
# arg 2:  the old package version
post_upgrade() {
  /bin/true
}

# arg 1:  the old package version
pre_remove() {
  cat etc/ld.so.conf | grep -v '/opt/phoenix/lib' > etc/ld.so.conf.nophoenix
  mv -f etc/ld.so.conf.nophoenix etc/ld.so.conf
  chmod 644 etc/ld.so.conf
  sbin/ldconfig -r .
}

op=$1
shift

$op $*



Later.


I bought a dog the other day...I named him Stay. It's fun to call him...  "Come here, Stay! Come here, Stay!" He went insane. Now he just ignores me and drools.

Offline

#28 2003-03-21 20:57:46

BluPhoenyx
Member
Registered: 2002-12-23
Posts: 239

Re: mozilla gtk2 or xft

It's simple, just add the following in the file. After the pre_remove will work.

post_remove() {
  rm -rf /opt/phoenix
}

BluPhoenyx

Offline

#29 2003-03-22 03:10:57

Rouslan
Member
From: New York USA
Registered: 2002-11-13
Posts: 76

Re: mozilla gtk2 or xft

BluPhoenyx wrote:

It's simple, just add the following in the file. After the pre_remove will work.

post_remove() {
  rm -rf /opt/phoenix
}

Hehe, never heard of this method, but it's nice :-D . Actually I ment the pre_remove() section, just made a little mistake.


Rouslan

Offline

#30 2003-03-23 03:08:37

BluPhoenyx
Member
Registered: 2002-12-23
Posts: 239

Re: mozilla gtk2 or xft

Actually, I only recall using this once so I could be completely off since I can't find the pkg I used it in.


BluPhoenyx

Offline

#31 2003-03-27 01:49:08

sinister
Member
From: Edmonton, Alberta
Registered: 2003-02-15
Posts: 61

Re: mozilla gtk2 or xft

Ok. I have finally uploaded a build of mozilla for everyone. It is compiled for GTK2 with XFT enabled.. works nice and is quite fast.. the libraries, includes, and the main pkg are all on ftp.archlinux.org/incoming.

Enjoy.


I bought a dog the other day...I named him Stay. It's fun to call him...  "Come here, Stay! Come here, Stay!" He went insane. Now he just ignores me and drools.

Offline

#32 2003-03-27 04:04:04

BluPhoenyx
Member
Registered: 2002-12-23
Posts: 239

Re: mozilla gtk2 or xft

Uhm, the mozilla I had uploaded already had gtk2 and xft support. I thought that was already mentioned when I announced it.

Oh well, the more the merrier, eh?

Most people won't require the libs or includes though so I kept them off the ftp.


BluPhoenyx

Offline

#33 2003-03-31 13:09:43

sinister
Member
From: Edmonton, Alberta
Registered: 2003-02-15
Posts: 61

Re: mozilla gtk2 or xft

The main reason i uploaded mine is because your build wouldn't work for me.. it might work for others.. but i figured.. might as well have more than one option for people.

wink


I bought a dog the other day...I named him Stay. It's fun to call him...  "Come here, Stay! Come here, Stay!" He went insane. Now he just ignores me and drools.

Offline

#34 2003-03-31 22:46:27

BluPhoenyx
Member
Registered: 2002-12-23
Posts: 239

Re: mozilla gtk2 or xft

Even the latest version which was recently put on the ftp didn't work? I know the original xft had problems with a library file. That package got removed way back though. This latest version worked on several different systems.


BluPhoenyx

Offline

Board footer

Powered by FluxBB