dwm: remove long_desc.
This commit is contained in:
parent
3c05475d8b
commit
e5275feccf
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'dwm'
|
||||
pkgname=dwm
|
||||
version=6.0
|
||||
revision=2
|
||||
revision=3
|
||||
homepage="http://dwm.suckless.org"
|
||||
distfiles="http://dl.suckless.org/dwm/dwm-$version.tar.gz"
|
||||
makedepends="libX11-devel libXinerama-devel"
|
||||
|
@ -9,10 +9,6 @@ short_desc="A dynamic window manager for X"
|
|||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="MIT"
|
||||
checksum=b2b9483de69259eeea56844899bb2385158d3e79a42d82b10c142099fc8eeb56
|
||||
long_desc="
|
||||
dwm is a dynamic window manager for X. It manages windows in tiled, monocle
|
||||
and floating layouts. All of the layouts can be applied dynamically,
|
||||
optimising the environment for the application in use and the task performed."
|
||||
|
||||
do_build() {
|
||||
cp ${FILESDIR}/config.h config.h
|
||||
|
|
Loading…
Reference in New Issue