You are not logged in.

#1 2005-02-14 19:08:46

miqorz
Member
Registered: 2004-12-31
Posts: 475

Latest Pekwm DEV series.

It's a little messy due to ABS restrictions but here you guys go.

I'm running it now great. smile

# Contributor: Michael Limon <malimon@bellsouth.net>

pkgname=pekwm-dev
pkgver=20050209_5
pkgrel=1
pkgdesc="A small, fast, functional, and flexible window manager - DEVELOPMENT VERSION"
depends=('x-server' 'imlib2')
source=(http://adresh.com/pekwm/mirrors/pekwm.org/files/$pkgname-20050209-5.tar.bz2)
url="http://pekwm.pekdon.net/"
md5sums=('55f22e665cf9b5cb51848c27c31c1333')

build() {
  cd $startdir/src/$pkgname-20050209-5

  # configure options recommended in the PACKAGERS file.

  ./configure --prefix=/usr --sysconfdir=/etc --enable-shape --enable-xft --enable-xinerama --enable-keygrabber --enable-harbour --enable-imlib2
  /usr/bin/make || return 1
  /usr/bin/make DESTDIR=$startdir/pkg install
}
                                                                                                                                      

http://wiki2.archlinux.org/

Read it. Love it. Live it. Or die.

Offline

#2 2005-02-14 20:23:54

phrakture
Arch Overlord
From: behind you
Registered: 2003-10-29
Posts: 7,879
Website

Re: Latest Pekwm DEV series.

what's does pekwm offer that other WMs don't? (not trolling here...) their site is down, so I'm curious...

Offline

#3 2005-02-14 20:40:45

miqorz
Member
Registered: 2004-12-31
Posts: 475

Re: Latest Pekwm DEV series.

I would ask that you reserve questions like that for another thread so this one is left for package related questions.

I'm not entirely sure, I just know I was looking for something a bit more mininalistic than E16 and was considering going back to Openbox but I was annoyed with how limited the themes for it were and I disliked Fluxbox alot.

So I tried out pekwm-dev and felt it was great. smile

As for the technical aspects, pekwm.org may be down but the mirror isn't.

http://www.adresh.com/pekwm/mirrors/pekwm.org/


http://wiki2.archlinux.org/

Read it. Love it. Live it. Or die.

Offline

#4 2005-03-01 11:02:38

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

Re: Latest Pekwm DEV series.

pkgname=pekwm-dev
pkgver=20050227
pkgrel=1
pkgdesc="A small, fast, functional, and flexible window manager - DEVELOPMENT VERSION"
depends=('x-server' 'imlib2')
source=(http://pekwm.org/files/$pkgname-$pkgver.tar.bz2)
url="http://pekwm.pekdon.net/"
md5sums=('599df5d41622c26bfec12df1680db2ce')

build() {
  cd $startdir/src/$pkgname-$pkgver
  ./configure --prefix=/usr --sysconfdir=/etc --enable-shape --enable-xft --enable-xinerama --enable-keygrabber --enable-harbour --enable-imlib2
  /usr/bin/make || return 1
  /usr/bin/make DESTDIR=$startdir/pkg install
}

I took the liberty of updating your PKGBUILD, since the pekwm site is up again, and there is a new snapshot availible smile


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

Offline

#5 2005-03-01 11:20:59

miqorz
Member
Registered: 2004-12-31
Posts: 475

Re: Latest Pekwm DEV series.

Feel free, I stopped using pekwm the same week I started. wink


http://wiki2.archlinux.org/

Read it. Love it. Live it. Or die.

Offline

#6 2005-03-01 16:56:41

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

Re: Latest Pekwm DEV series.

...and I'm back in openbox big_smile


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

Offline

Board footer

Powered by FluxBB