You are not logged in.

#1 2005-09-24 23:27:52

mpie
Member
From: 404 Not found
Registered: 2005-03-06
Posts: 649

[new]fxdesktop

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

#2 2005-09-29 13:25:35

mpie
Member
From: 404 Not found
Registered: 2005-03-06
Posts: 649

Re: [new]fxdesktop

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

#3 2005-09-29 16:54:29

mmccaskill
Member
From: NC
Registered: 2005-02-21
Posts: 163

Re: [new]fxdesktop

I get errors when it gets to make ControlPanel. Ofcourse I'm trying to compile FOX 1.5.13

Offline

#4 2005-09-29 18:53:23

mpie
Member
From: 404 Not found
Registered: 2005-03-06
Posts: 649

Re: [new]fxdesktop

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

#5 2005-10-01 13:18:29

T-Dawg
Forum Fellow
From: Charlotte, NC
Registered: 2005-01-29
Posts: 2,736

Re: [new]fxdesktop

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 wink

Offline

#6 2005-10-01 14:16:47

Gullible Jones
Member
Registered: 2004-12-29
Posts: 4,863

Re: [new]fxdesktop

Fox is already in the repos, you don't have to compile it.

Offline

#7 2005-10-01 18:41:17

mpie
Member
From: 404 Not found
Registered: 2005-03-06
Posts: 649

Re: [new]fxdesktop

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

#8 2005-10-01 18:56:28

mpie
Member
From: 404 Not found
Registered: 2005-03-06
Posts: 649

Re: [new]fxdesktop

Penguin wrote:
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 wink

cool never tried stringing them together

Offline

#9 2005-10-01 20:02:10

Gullible Jones
Member
Registered: 2004-12-29
Posts: 4,863

Re: [new]fxdesktop

Whoops my bad. :oops:

Offline

#10 2005-10-06 13:41:05

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

Re: [new]fxdesktop

Ah I finally found the topic smile
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

#11 2005-10-06 14:00:15

mpie
Member
From: 404 Not found
Registered: 2005-03-06
Posts: 649

Re: [new]fxdesktop

Cool when its released will do new pkgbuilds.....

Offline

#12 2005-10-07 03:15:29

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

Re: [new]fxdesktop

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... roll

Offline

#13 2005-10-08 16:12:49

mpie
Member
From: 404 Not found
Registered: 2005-03-06
Posts: 649

Re: [new]fxdesktop

new pkgbulds in aur....

fxdesktop1.7 requires fox 1.5.13... it will not build with no other

Offline

#14 2005-10-10 13:58:55

mpie
Member
From: 404 Not found
Registered: 2005-03-06
Posts: 649

Re: [new]fxdesktop

he's updated fxdesktop again.... new builds this evening when i get home...

Offline

#15 2005-10-13 00:25:18

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

Re: [new]fxdesktop

Ok... for the fans. I released a new version tongue

Offline

#16 2005-10-13 03:46:12

Father
Member
From: Australia
Registered: 2004-06-01
Posts: 209

Re: [new]fxdesktop

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

#17 2005-10-13 07:48:53

mpie
Member
From: 404 Not found
Registered: 2005-03-06
Posts: 649

Re: [new]fxdesktop

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

wink

Offline

#18 2005-10-13 10:19:10

mpie
Member
From: 404 Not found
Registered: 2005-03-06
Posts: 649

Re: [new]fxdesktop

Ooh Sander is flying at the mo 0.1.9 just cam out new PKGBUILDS tonight

Offline

#19 2005-10-13 20:42:52

mpie
Member
From: 404 Not found
Registered: 2005-03-06
Posts: 649

Re: [new]fxdesktop

0.1.9 now in aur

with a install file to help you get started

Offline

Board footer

Powered by FluxBB