You are not logged in.

#1 2004-02-17 10:09:53

angelus
Member
From: Argentina
Registered: 2004-02-07
Posts: 18

pekwm-cvs

Ok, so i've been building some packages smile

Now is the cvs version of pekwm a really nice window manager. The cvs version has some improvements on themes, so that's why I wanted it. It was made on 17/02/2004 but the PKGBUILD retrieves the current cvs tree (i got almost everything from the fluxbox-cvs PKGBUILD).

Hope someone likes it, here is it:

pkgname=pekwm-cvs
pkgver=20040217
pkgrel=1
pkgdesc="A small, fast, functional, and flexible window manager"
depends=('xfree86' 'cvs')
url="http://pekwm.pekdon.net/"

build() {
  cd $startdir/src
  touch ~/.cvspass
  cvs -d:pserver:anoncvs@pekwm.org:/usr/local/cvs co pekwm
  cd pekwm
  cvs update -dP
  ./configure --prefix=/usr --enable-shape --disable-xft --disable-xinerama 
    --disable-debug --enable-menus --enable-keygrabber --enable-harbour 
    --disable-pcre
  make || return 1
  make prefix=$startdir/pkg/usr install
}

Offline

#2 2004-02-17 12:43:24

sarah31
Member
From: Middle of Canada
Registered: 2002-08-20
Posts: 2,975
Website

Re: pekwm-cvs

i am sure that cvs is not required to run pekwm-cvs.

you should add a makedepends=() array for that.


AKA uknowme

I am not your friend

Offline

#3 2004-02-17 18:56:43

angelus
Member
From: Argentina
Registered: 2004-02-07
Posts: 18

Re: pekwm-cvs

thanks for pointing that, I'm  really new in archlinux. I will learh not to build packages at 4am smile

Thanks and sorry

Offline

#4 2004-02-17 20:26:56

contrasutra
Member
From: New Jersey
Registered: 2003-07-26
Posts: 507

Re: pekwm-cvs

Why disable Xinerama and xft? When making packages for incoming, try to have them have the features that a good amount of people will want, not just you.

For example, I cant live w/o Xinerama and xft. tongue


"Contrary to popular belief, penguins are not the salvation of modern technology.  Neither do they throw parties for the urban proletariat."

Offline

#5 2004-02-17 22:30:49

angelus
Member
From: Argentina
Registered: 2004-02-07
Posts: 18

Re: pekwm-cvs

I just got the options that has the pekwm package in the abs tree. I thought maybe there was a special reason for setting things that way in the package. I installed my package with xft support in it.

Offline

#6 2004-02-17 22:51:17

sarah31
Member
From: Middle of Canada
Registered: 2002-08-20
Posts: 2,975
Website

Re: pekwm-cvs

well it is really not that big a deal really. xft would be a logical inclusion but xinerama not.


AKA uknowme

I am not your friend

Offline

Board footer

Powered by FluxBB