wmfs: remove long_desc.
This commit is contained in:
parent
808893ab37
commit
1bc07bdff4
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'wmfs'
|
# Template file for 'wmfs'
|
||||||
pkgname=wmfs
|
pkgname=wmfs
|
||||||
version=201104
|
version=201104
|
||||||
revision=3
|
revision=4
|
||||||
build_style=configure
|
build_style=configure
|
||||||
configure_args="--prefix /usr --man-prefix /usr/share/man --xdg-config-dir /etc/xdg"
|
configure_args="--prefix /usr --man-prefix /usr/share/man --xdg-config-dir /etc/xdg"
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
|
@ -13,14 +13,5 @@ license="BSD"
|
||||||
homepage="http://wmfs.info/"
|
homepage="http://wmfs.info/"
|
||||||
distfiles="https://github.com/downloads/xorg62/wmfs/wmfs-${version}.tar.gz"
|
distfiles="https://github.com/downloads/xorg62/wmfs/wmfs-${version}.tar.gz"
|
||||||
checksum=c28b7cec28a6e3f2bc38a136fb1773bab8ec8f48c69ebe25c24192f96e782d64
|
checksum=c28b7cec28a6e3f2bc38a136fb1773bab8ec8f48c69ebe25c24192f96e782d64
|
||||||
long_desc="
|
|
||||||
WMFS (Window Manager From Scratch) is a lightweight and highly configurable
|
|
||||||
tiling window manager for X. It can be configured with a configuration file,
|
|
||||||
supports Xft (Freetype) fonts and is compliant with the Extended Window
|
|
||||||
Manager Hints (EWMH) specifications, Xinerama and Xrandr. WMFS can be driven
|
|
||||||
with Vi based commands (ViWMFS). Optional Imlib2 support allow WMFS to draw
|
|
||||||
image instead text everywhere you want with a simple sequence."
|
|
||||||
|
|
||||||
post_install() {
|
CFLAGS="-I${XBPS_CROSS_BASE}/usr/include/freetype2"
|
||||||
vinstall COPYING 644 usr/share/licenses/wmfs
|
|
||||||
}
|
|
||||||
|
|
Loading…
Reference in New Issue