You are not logged in.

#1 2004-08-13 18:42:50

EmbraceThePenguin
Member
From: New Mexico, USA
Registered: 2004-08-09
Posts: 197

Fluxbox CVS

I use the CVS version of Fluxbox and it really works well.

I was trying to install the fluxter app using pacman and it wants to install fluxbox-0.1.14-2 by default. How can I cause the install to not depend on fluxbox.

Thanks!!!

Offline

#2 2004-08-13 19:07:06

Dusty
Schwag Merchant
From: Medicine Hat, Alberta, Canada
Registered: 2004-01-18
Posts: 5,986
Website

Re: Fluxbox CVS

You could alter the PKGBUILD for fluxter to not depend on fluxbox and build from source. A much cleaner solution is to make your CVS fluxbox package provide fluxbox by adding a provides=fluxbox line.

Dusty

Offline

#3 2004-08-13 19:23:59

EmbraceThePenguin
Member
From: New Mexico, USA
Registered: 2004-08-09
Posts: 197

Re: Fluxbox CVS

Ok, super. I think I will edit the PKGBUILD. Kind of new to Arch, so I will have to dig around...

The second option (provides=fluxbox), is that a var that is set prior to using pacman. Like 'provides=fluxbox pacman -Sy fluxter' ?

Thanks the for help smile

Joe

Offline

#4 2004-08-13 19:36:48

Dusty
Schwag Merchant
From: Medicine Hat, Alberta, Canada
Registered: 2004-01-18
Posts: 5,986
Website

Re: Fluxbox CVS

Sorry, I wasn't clear. For the second option, you would have to edit the PKGBUILD for the fluxbox package, and add the variable to the PKGBUILD.

There are some tutorials on building packages in the wiki.  Basically you want to run the 'abs' command, then find the package somewhere in the /var/abs/ directory, copy it into a new directory in /var/abs/local, edit it to suit the changes, run 'makepkg' command, and finally run 'pacman -U packagename.pkg.tar.gz' to install.

Dusty

Offline

#5 2004-08-13 21:53:38

i3839
Member
Registered: 2004-02-04
Posts: 1,185

Re: Fluxbox CVS

$ pacman -S --nodeps fluxter

Offline

Board footer

Powered by FluxBB