29 lines
1,018 B
Text
29 lines
1,018 B
Text
# Template file for 'lxpanel'
|
|
pkgname=lxpanel
|
|
version=0.6.1
|
|
revision=1
|
|
build_style=gnu-configure
|
|
hostmakedepends="pkg-config intltool"
|
|
makedepends="alsa-lib-devel gtk+-devel menu-cache-devel libwnck2-devel
|
|
wireless_tools-devel lxmenu-data>=0.1.2"
|
|
depends="lxmenu-data>=0.1.2"
|
|
short_desc="LXDE Standard panel"
|
|
homepage="http://lxde.org/"
|
|
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}"
|
|
short_desc+=" - development files"
|
|
pkg_install() {
|
|
vmove usr/include
|
|
vmove usr/lib/pkgconfig
|
|
}
|
|
}
|