lxpanel: remove long_desc.
This commit is contained in:
parent
ea54c3c938
commit
51f1d498df
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'lxpanel'
|
||||
pkgname=lxpanel
|
||||
version=0.6.1
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="pkg-config intltool"
|
||||
makedepends="alsa-lib-devel gtk+-devel menu-cache-devel libwnck2-devel
|
||||
|
@ -13,17 +13,13 @@ license="GPL2"
|
|||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
distfiles="${SOURCEFORGE_SITE}/lxde/$pkgname-$version.tar.gz"
|
||||
checksum=a16a21b2186218c70ed98dc7875c54d6bb12ae7271825ff5060feb8d2a4e86cb
|
||||
long_desc="
|
||||
The LXPanel, is the standard panel of LXDE. The desktop panel can generate
|
||||
menu for installed applications automatically from *.desktop files. It can
|
||||
be configured from GUI preference dialog, and there is no need to edit config
|
||||
files. The component provides a Run dialog with autocompletion."
|
||||
|
||||
lxpanel-devel_package() {
|
||||
depends="menu-cache-devel lxpanel>=${version}"
|
||||
depends="menu-cache-devel ${sourcepkg}>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/lib/pkgconfig
|
||||
vmove "usr/lib/*.so"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue