Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 58946 - New ebuilds for X File Explorer (Xfe) 0.70
Summary: New ebuilds for X File Explorer (Xfe) 0.70
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Michele Noberasco (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-07-30 16:04 UTC by erkan kaplan
Modified: 2004-08-23 12:11 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
ebuild for XFE 0.70 (xfe-0.70.ebuild,636 bytes, application/octet-stream)
2004-07-30 16:05 UTC, erkan kaplan
Details
xfe-0.70-r1 (xfe-0.70-r1.ebuild,861 bytes, application/octet-stream)
2004-07-31 16:44 UTC, erkan kaplan
Details
xfe-0.70.ebuild - minor fixes (xfe-0.70.ebuild,751 bytes, text/plain)
2004-08-03 22:55 UTC, Martin Wienold
Details

Note You need to log in before you can comment on or make changes to this bug.
Description erkan kaplan 2004-07-30 16:04:32 UTC
New  ebuild for X File Explorer (Xfe) 0.70

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 erkan kaplan 2004-07-30 16:05:55 UTC
Created attachment 36489 [details]
ebuild for XFE 0.70
Comment 2 erkan kaplan 2004-07-30 16:12:36 UTC
X File Explorer (Xfe) is an MS-Explorer like file manager for X. It is based on the popular, but discontinued, X Win Commander, which was developed by Maxim Baranov. Xfe aims to be the filemanager of choice for all the Unix addicts!


http://roland65.free.fr/xfe
Comment 3 teidakankan 2004-07-31 12:34:33 UTC
From the author's website:

"Important notes :
Xfe 0.70 requires the FOX 1.2.x library and neither work with FOX 1.0.x nor FOX 1.3.x!
You should also delete the old Xfe registry files (.foxrc/Xfe and .foxrc/Xfv and .foxrc/Xfq) before using this release."

Looks like a comment should be added to the ebuild to warn the user to delete their existing ~/.foxrc folder before starting.
Comment 4 erkan kaplan 2004-07-31 16:44:09 UTC
Created attachment 36540 [details]
xfe-0.70-r1

I have added the delete infos
Comment 5 erkan kaplan 2004-07-31 16:45:29 UTC
I have added the delete information with;


----------------xfe-0.70-r1.ebuilds----------------
pkg_postinst() {
	echo
	einfo 	"Please delete your old Xfe registry files"
	echo
	einfo 	"~/.foxrc"
	echo
	einfo 	" (.foxrc/Xfe and .foxrc/Xfv and .foxrc/Xfq)"
	einfo	"directory before using this XFE 0.70 release"
	echo
	
}
------------


erkaN
Comment 6 Martin Wienold 2004-08-03 22:55:20 UTC
Created attachment 36732 [details]
xfe-0.70.ebuild - minor fixes

fixed Header. (should be "# $Header: $")
fixed KEYWORDS="~x86" -- have you tested it on sparc and amd64? if you did so
please ads it back.
fixed echo. (shouldn't we use einfo?)

if you submit an ebuild make sure you submit it as "plain text".
anyway, great program :)

xfe 0.70 works great here.
Comment 7 erkan kaplan 2004-08-12 02:58:19 UTC
@Martin Wienold  

no, i have tested only with ~x86 arc.
Comment 8 Michele Noberasco (RETIRED) gentoo-dev 2004-08-21 05:22:53 UTC
OK, I'll do this one...
Comment 9 Michele Noberasco (RETIRED) gentoo-dev 2004-08-23 12:11:17 UTC
In Portage...

Also added x11-libs/fox-1.2.6-r1 which adds support for freetype (i.e. antialiased fonts) via "freetype" USE flag...

Thank you for the submission!