pekwm: 0.1.14 -> 0.1.15 picked up orphan port

This commit is contained in:
Danny Rawlins 2012-11-02 21:44:39 +11:00
parent e80b8c0c18
commit 60081d1834
3 changed files with 22 additions and 14 deletions

View File

@ -6,9 +6,13 @@ drwxr-xr-x root/root usr/etc/pekwm/
-rw-r--r-- root/root usr/etc/pekwm/autoproperties
-rw-r--r-- root/root usr/etc/pekwm/autoproperties_typerules
-rw-r--r-- root/root usr/etc/pekwm/config
-rw-r--r-- root/root usr/etc/pekwm/config_system
-rw-r--r-- root/root usr/etc/pekwm/keys
-rw-r--r-- root/root usr/etc/pekwm/menu
-rw-r--r-- root/root usr/etc/pekwm/mouse
-rw-r--r-- root/root usr/etc/pekwm/mouse_click
-rw-r--r-- root/root usr/etc/pekwm/mouse_sloppy
-rw-r--r-- root/root usr/etc/pekwm/mouse_system
-rw-r--r-- root/root usr/etc/pekwm/start
-rw-r--r-- root/root usr/etc/pekwm/vars
drwxr-xr-x root/root usr/man/

View File

@ -1 +1 @@
bb9c01c81fe47620bcd9be0e2e4a10e6 pekwm-0.1.14.tar.bz2
4db10ad191b77120429abd5a65c73cec pekwm-0.1.15.tar.bz2

View File

@ -1,21 +1,25 @@
# Description: The Pek Window Manager
# URL: http://pekwm.org
# Maintainer: Rene Lengwinat, rugek at dirtyhack dot net
# Description: The Pek Window Manager.
# URL: http://pekwm.org/
# Maintainer: Danny Rawlins, monster dot romster at gmail dot com
# Packager: Rene Lengwinat, rugek at dirtyhack dot net
# Depends on: imlib2 libpcre xorg-libxft xorg-libxpm xorg-libxrandr
name=pekwm
version=0.1.14
version=0.1.15
release=1
source=(http://pekwm.org/projects/3/files/pekwm-$version.tar.bz2)
build() {
cd $name-$version
./configure --prefix=/usr \
--enable-xft \
--enable-pcre \
--enable-imlib2 \
--mandir=/usr/man \
--disable-xinerama
make
make DESTDIR=$PKG install
cd $name-$version
./configure \
--prefix=/usr \
--mandir=/usr/man \
--enable-xft \
--enable-pcre \
--enable-imlib2 \
--disable-xinerama
make
make DESTDIR=$PKG install
}