dwm: remove long_desc.
This commit is contained in:
parent
3c05475d8b
commit
e5275feccf
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'dwm'
|
# Template file for 'dwm'
|
||||||
pkgname=dwm
|
pkgname=dwm
|
||||||
version=6.0
|
version=6.0
|
||||||
revision=2
|
revision=3
|
||||||
homepage="http://dwm.suckless.org"
|
homepage="http://dwm.suckless.org"
|
||||||
distfiles="http://dl.suckless.org/dwm/dwm-$version.tar.gz"
|
distfiles="http://dl.suckless.org/dwm/dwm-$version.tar.gz"
|
||||||
makedepends="libX11-devel libXinerama-devel"
|
makedepends="libX11-devel libXinerama-devel"
|
||||||
|
@ -9,10 +9,6 @@ short_desc="A dynamic window manager for X"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
checksum=b2b9483de69259eeea56844899bb2385158d3e79a42d82b10c142099fc8eeb56
|
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() {
|
do_build() {
|
||||||
cp ${FILESDIR}/config.h config.h
|
cp ${FILESDIR}/config.h config.h
|
||||||
|
|
Loading…
Reference in New Issue