You are not logged in.

#1 2004-11-04 07:53:52

tony
Member
Registered: 2004-10-11
Posts: 108

XPde Desktop package request

Well, because I'm newbie and I still dont know how to build packages :oops:  I would like to ask somebody to be so kind and build a package of XPde desktop. The home page of that is http://www.xpde.com/

Thank you in advance.  smile

Offline

#2 2004-11-04 08:43:11

tehdely
Member
Registered: 2004-02-20
Posts: 148
Website

Re: XPde Desktop package request

Trust me, it's not worth it.

This is the most broken piece of software I ever had the misfortune of trying out.  Plus, the idea is laughable.

If you really want, you can grab a binary distro from their website and untar it in /usr/share/xpde.

Have fun bathing in mediocrity  wink


[Arch GNUstep Repository] [ PKGBUILDS ]
[code][gnustep]
Server = ftp://blkwidow.lerp.com/pub/mirror/arch/gnustep[/code]

Offline

#3 2004-11-04 12:57:06

Legout
Member
From: Wuerburg/germany
Registered: 2004-01-19
Posts: 292

Re: XPde Desktop package request

hi here´s  simple PKGBUILD!!!

But i´ve tested this WM. It looks "good. But it is not very usable. To much things have to be edit by hand.

So if you are lookin for a easy to use Desktop-environment for Linux, than use KDE.

pkgname=xpde
pkgver=0.5.1
pkgrel=1
pkgdesc="Windowmanager with look and feel of Win XP"
url="http://www.xpde.com"
license=""
depends=('xorg')
makedepends=()
conflicts=()
replaces=()
backup=()
install=
source=(http://www.jt-webservice.de/xpde/releases/xpde-0.5.1.tar.gz)
md5sums=()

build() {
  cd $startdir/src/
  mkdir -p $startdir/pkg/usr/share
  cp -R xpde ../pkg/usr/share
  }

Offline

#4 2004-11-04 13:06:16

oscar
Member
From: Kiruna, Sweden
Registered: 2004-08-13
Posts: 457

Re: XPde Desktop package request

why even bother using an unstable bloat machine?
use kde if you like stable bloat!


To err is human... to really foul up requires the root password.

Offline

#5 2004-11-04 14:30:00

tony
Member
Registered: 2004-10-11
Posts: 108

Re: XPde Desktop package request

Thanks to all of you. That was quick :shock:  I didn't know if ot is stable or not. Looked kind of interesting that's why I wanted to try it. First of all there was something about unpacking ... that's clear but the other  "code" how can I use it ?  :oops:

Offline

#6 2004-11-04 15:46:01

Legout
Member
From: Wuerburg/germany
Registered: 2004-01-19
Posts: 292

Re: XPde Desktop package request

Hi.

You don´t know how to use ABS???

Look at the Wiki:
http://wiki.archlinux.org/index.php/Pac … %20Makepkg

ABS is very usefull. And it´s not that hard to understand as it seems to be.

Short Instruction to build a package.

Go to /var/abs/local.

cd /var/abs/local
mkdir -p xpde
cd xpde

Copy the PKGBUILD into this folder.
Than type

makepke -ic

XPde would be installed.

Than u have to change your .xinitrc.

nano -w ~/.xinitrc
exec /usr/share/xpde/bin/startxpde

Offline

#7 2004-11-07 06:34:22

tony
Member
Registered: 2004-10-11
Posts: 108

Re: XPde Desktop package request

Thank you I'm going to try.

Offline

Board footer

Powered by FluxBB