You are not logged in.
the light-wieght fox desktop enviroment... feedback please
needs fox>1.5.6 to build
# Contributor: mpie <michael.kyne-phillips1@ntlworld.com>
pkgname=fox
pkgver=1.5.6
pkgrel=1
pkgdesc="Free Objects for X: GUI Toolkit for C++"
url="http://www.fox-toolkit.org/"
depends=('cups' 'x-server' 'bzip2')
source=(http://www.fox-toolkit.org/ftp/$pkgname-$pkgver.tar.gz)
md5sums=('09980d90c52a8fce51ebb7fe0aafb59a')
build() {
cd $startdir/src/$pkgname-$pkgver
CPPFLAGS="$CPPFLAGS -I/usr/include/freetype2"
./configure --prefix=/usr
--enable-release
--with-xft=yes
--enable-cups
--with-opengl=yes
make || return 1
make DESTDIR=$startdir/pkg/ install
cd $startdir/src/$pkgname-$pkgver/tests
make ControlPanel || return 1
cp $startdir/src/$pkgname-$pkgver/tests/.libs/ControlPanel $startdir/pkg/usr/bin/
}
then the desktop package
# Contributor: mpie <michael.kyne-phillips1@ntlworld.com>
pkgname=fxdesktop
pkgver=0.1.6
pkgrel=1
pkgdesc="Fox dektop enviroment"
url="http://www.fifthplanet.net/"
depends=('fox>=1.5.6')
source=(http://www.fifthplanet.net/files/$pkgname-$pkgver.tar.bz2)
md5sums=('4f2c0ef732027362ead5742c5ae9f0d9')
build() {
cd $startdir/src/$pkgname-$pkgver
mkdir $startdir/pkg/usr
mkdir $startdir/pkg/usr/bin
./gb --prefix=/usr
--with-xft=yes
--enable-cups
--with-opengl=yes
./gb || return 1
./gb install --prefix=$startdir/pkg/usr
}
Offline
you need to start another wm first, openbox works well, then run fxdesktop.....
it is still very early in the dev cycle but is swift and responsive, has java-webstart intergrated too
Offline
I get errors when it gets to make ControlPanel. Ofcourse I'm trying to compile FOX 1.5.13
Offline
thats why I provided a build for 1.5.6 its the most stable of the dev versions, you may try any of the other numbers in between.
if you are trying to get foxdesktop all you need to do is aurbuild -b fox aurbuild -b fxdesktop
version 0.6 of fxdesktop was built against 1.5.6 none of the other dev releases work with this version of fxdesktop
Offline
if you are trying to get foxdesktop all you need to do is aurbuild -b fox aurbuild -b fxdesktop
aurbuild -b fox fxdesktop
should work with aurbuild 0.4 or higher
Offline
Fox is already in the repos, you don't have to compile it.
Offline
yep you do, the source for fxdesktop was written against 1.5.6 it wil fail to build against any other version... the syntax has altered
Offline
mpie wrote:if you are trying to get foxdesktop all you need to do is aurbuild -b fox aurbuild -b fxdesktop
aurbuild -b fox fxdesktop
should work with aurbuild 0.4 or higher
cool never tried stringing them together
Offline
Whoops my bad. :oops:
Offline
Ah I finally found the topic
I have to say that FOX Desktop is _really_ _early_ in its development stage.
In a couple of days I will release a update to support the latest FOX 1.5.13 plus some additional features and stricter checking to make sure the correct wm is running.
Offline
Cool when its released will do new pkgbuilds.....
Offline
The new one is out there. I might actually start developing it a little bit faster, since at this point I started using it myself...
Offline
new pkgbulds in aur....
fxdesktop1.7 requires fox 1.5.13... it will not build with no other
Offline
he's updated fxdesktop again.... new builds this evening when i get home...
Offline
Ok... for the fans. I released a new version
Offline
Any chance of some screenshots or even a vague description of what it does?
because the homepage has none!
theres 2 lines about it, one saying its GNU, and the other that its built on the FoxTK.
Im interested in seeing what DE / WM's are available, but how can i know whether to use it if i cant find out anything about what it does / plans to do / looks like?!
Offline
look in the screenshot thread, there are few there, its really early days yet and with the latest version you have to export the wm so that FDE knows where it is ie
export "FOX_DESKTOP_WM=openbox" fxdesktop
install it have a look it only takes a minute, and of you dont like let pacman eat it.......C
Offline
Ooh Sander is flying at the mo 0.1.9 just cam out new PKGBUILDS tonight
Offline
0.1.9 now in aur
with a install file to help you get started
Offline