You are not logged in.

#26 2005-04-19 13:02:55

GogglesGuy
Member
From: Rocket City
Registered: 2005-03-29
Posts: 610
Website

Re: xfe

X File Explorer 0.80 Stable seems to be out, which includes support for FOX 1.4.x

Offline

#27 2005-04-20 14:31:49

ravster
Member
From: Queen's U, Kingston, Canada
Registered: 2004-05-02
Posts: 285
Website

Re: xfe

I have uploaded the v0.80 to the AUR.

pkgname=xfe
pkgver=0.80
pkgrel=2
pkgdesc="X File Explorer (Xfe) is an MS-Explorer like file manager for X."
depends=('fox>=1.4')
source=(http://dl.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz)
url="http://roland65.free.fr/xfe"
md5sums=('fc980b3ad44a2160d9289df1fabb09c4')

build() {
  cd $startdir/src/$pkgname-$pkgver
  ./configure --prefix=/usr
  make || return 1
  make prefix=$startdir/pkg/usr install
} 

If anyone knows of a way to specify in the depends array that only fox-1.4.x is to be used with this, please post it here, and I'll update the PKGBUILD. Using 'fox=1.4', 'fox>1.3', and 'fox<1.5' does not work.
ravster.

PS: GogglesGuy, thanks for reminding me, I'd totally forgotten to check. smile

Offline

#28 2005-04-26 07:00:31

jaawood
Member
From: Chicago, IL
Registered: 2005-01-30
Posts: 31

Re: xfe

So how do I make this work then?

Offline

#29 2005-04-26 15:27:58

Snowman
Developer/Forum Fellow
From: Montreal, Canada
Registered: 2004-08-20
Posts: 5,212

Re: xfe

ravster wrote:

If anyone knows of a way to specify in the depends array that only fox-1.4.x is to be used with this, please post it here, and I'll update the PKGBUILD. Using 'fox=1.4', 'fox>1.3', and 'fox<1.5' does not work.
ravster.

  try: 'fox>=1.4'

Offline

#30 2005-04-26 15:46:33

ravster
Member
From: Queen's U, Kingston, Canada
Registered: 2004-05-02
Posts: 285
Website

Re: xfe

yup, that works. Thanks Snowman. I have edited my earlier post to reflect this change, and put in new release number (2).

jaawood: Could you be more specific? What exactly are you having difficulties with?

Offline

#31 2005-04-26 18:17:22

jaawood
Member
From: Chicago, IL
Registered: 2005-01-30
Posts: 31

Re: xfe

Is there an xfe package in the AUR, or is there jsut a PKGBUILD?  I tried to pacman for xfe, but it says nothing can be found.  Are there any simple steps to making the PKGBUILD work?  I am very inexperienced with creating packages.

Offline

#32 2005-04-26 23:17:42

Snowman
Developer/Forum Fellow
From: Montreal, Canada
Registered: 2004-08-20
Posts: 5,212

Re: xfe

jaawood wrote:

Is there an xfe package in the AUR, or is there jsut a PKGBUILD?  I tried to pacman for xfe, but it says nothing can be found.  Are there any simple steps to making the PKGBUILD work?  I am very inexperienced with creating packages.

Put the PKGBUILD file (and other files in the tarball you downloaded from AUR) in a directory, then:
makepkg
pacman -A <pkgname>
where <pkgname> is the package name e.g.: xfe-0.80-2.pkg.tar.gz

Offline

Board footer

Powered by FluxBB