pekwm: update to 0.1.10, new deps style.
--HG-- extra : convert_revision : 6b8adf489a81294d32dc9332b1bd2adf6987a81a
This commit is contained in:
parent
cf7f9806c8
commit
6bfaa75f3e
|
@ -1,13 +1,11 @@
|
||||||
# Template build file for 'pekwm'.
|
# Template build file for 'pekwm'.
|
||||||
pkgname=pekwm
|
pkgname=pekwm
|
||||||
version=0.1.7
|
version=0.1.10
|
||||||
distfiles="
|
distfiles="http://www.pekwm.org/projects/3/files/$pkgname-$version.tar.bz2"
|
||||||
http://www.pekwm.org/projects/3/files/$pkgname-$version.tar.bz2"
|
|
||||||
build_style=gnu_configure
|
build_style=gnu_configure
|
||||||
make_cmd="$XBPS_MASTERDIR/bin/gmake"
|
|
||||||
short_desc="Window manager based on aewm++"
|
short_desc="Window manager based on aewm++"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
checksum=77c618ddefeaad16a9b757304ca233ece9b18e3c
|
checksum=27c054bbbc192d9b8f1212bfe2772f5fec8966d41f1b5597fe54d0fecfad3fdd
|
||||||
long_desc="
|
long_desc="
|
||||||
A window manager based on aewm++. Here is a compact list of changes
|
A window manager based on aewm++. Here is a compact list of changes
|
||||||
between the original aewm++-1.1.16 and pekwm:
|
between the original aewm++-1.1.16 and pekwm:
|
||||||
|
@ -20,3 +18,15 @@ long_desc="
|
||||||
* Xinerama support.
|
* Xinerama support.
|
||||||
* Smart window placement.
|
* Smart window placement.
|
||||||
* Basic pixmap theming, with configurable buttons."
|
* Basic pixmap theming, with configurable buttons."
|
||||||
|
|
||||||
|
conf_files="/etc/pekwm/keys /etc/pekwm/vars /etc/pekwm/autoproperties
|
||||||
|
/etc/pekwm/mouse /etc/pekwm/config /etc/pekwm/menu /etc/pekwm/start"
|
||||||
|
|
||||||
|
Add_dependency full glibc
|
||||||
|
Add_dependency run gcc-libstdc++
|
||||||
|
Add_dependency full jpeg
|
||||||
|
Add_dependency full libpng
|
||||||
|
Add_dependency full libXft
|
||||||
|
Add_dependency full libXinerama
|
||||||
|
Add_dependency full libXpm
|
||||||
|
Add_dependency full libXrandr
|
||||||
|
|
Loading…
Reference in New Issue