You are not logged in.
A little window manager I found last night... basic, lightweight and fast
pkgname=jwm
pkgver=0.17
pkgrel=1
pkgdesc="JWM is a window manager for the X11 Window System."
url="http://joewing.net/programs/jwm/index.shtml"
license="GPL"
depends=('x-server')
source=(http://joewing.net/programs/jwm/$pkgname.tar.bz2)
md5sums=(4cacaed3ec72259e04d30158762a5121)
build() {
cd $startdir/src/$pkgname-$pkgver
./configure --prefix=/usr
make || return 1
make prefix=$startdir/pkg/usr install
}
DaDeXTeR (Martin Lefebvre)
My screenshots on PicasaWeb
[img]http://imagegen.last.fm/dadexter/recenttracks/dadexter.gif[/img]
Offline
don't use this... I don't know why I posted this, it doesn't work...
anyone would like to give me a hand?
DaDeXTeR (Martin Lefebvre)
My screenshots on PicasaWeb
[img]http://imagegen.last.fm/dadexter/recenttracks/dadexter.gif[/img]
Offline
OK here it is:
jwm.desktop
[Desktop Entry]
Encoding=UTF-8
Name=Jwm
Comment=Jwm the lightweight WM
Exec=jwm
# no icon yet, only the top three are currently used
Icon=
Type=Application
PKGBUILD:
pkgname=jwm
pkgver=0.17
pkgrel=1
pkgdesc="JWM is a window manager for the X11 Window System."
url="http://joewing.net/programs/jwm/index.shtml"
license="GPL"
depends=('x-server')
source=(http://joewing.net/programs/jwm/$pkgname.tar.bz2)
md5sums=(4cacaed3ec72259e04d30158762a5121)
build() {
cd $startdir/src/$pkgname-$pkgver
./configure --prefix=/usr
make || return 1
mkdir -p $startdir/pkg/usr/bin
mkdir -p $startdir/pkg/etc/X11/sessions
/bin/cp $startdir/src/$pkgname-$pkgver/src/jwm $startdir/pkg/usr/bin
/bin/cp $startdir/src/$pkgname-$pkgver/example.jwmrc $startdir/pkg/etc/system.jwmrc
/bin/cp $startdir/$pkgname.desktop $startdir/pkg/etc/X11/sessions
}
DaDeXTeR (Martin Lefebvre)
My screenshots on PicasaWeb
[img]http://imagegen.last.fm/dadexter/recenttracks/dadexter.gif[/img]
Offline