2010-01-08 15:46:36 +01:00
|
|
|
# Template file for 'lxpanel'
|
|
|
|
pkgname=lxpanel
|
2013-10-05 04:57:03 +02:00
|
|
|
version=0.6.1
|
|
|
|
revision=1
|
2011-10-24 14:14:47 +02:00
|
|
|
build_style=gnu-configure
|
2013-04-13 10:15:49 +02:00
|
|
|
hostmakedepends="pkg-config intltool"
|
|
|
|
makedepends="alsa-lib-devel gtk+-devel menu-cache-devel libwnck2-devel
|
|
|
|
wireless_tools-devel lxmenu-data>=0.1.2"
|
2014-01-01 16:10:11 +01:00
|
|
|
depends="lxmenu-data>=0.1.2"
|
2010-01-08 15:46:36 +01:00
|
|
|
short_desc="LXDE Standard panel"
|
2013-03-31 09:51:27 +02:00
|
|
|
homepage="http://lxde.org/"
|
|
|
|
license="GPL2"
|
2010-01-08 15:46:36 +01:00
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2013-04-13 10:15:49 +02:00
|
|
|
distfiles="${SOURCEFORGE_SITE}/lxde/$pkgname-$version.tar.gz"
|
2013-10-05 04:57:03 +02:00
|
|
|
checksum=a16a21b2186218c70ed98dc7875c54d6bb12ae7271825ff5060feb8d2a4e86cb
|
2010-01-08 15:46:36 +01:00
|
|
|
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."
|
|
|
|
|
2013-04-13 10:15:49 +02:00
|
|
|
lxpanel-devel_package() {
|
|
|
|
depends="menu-cache-devel lxpanel>=${version}"
|
2013-10-05 04:57:03 +02:00
|
|
|
short_desc+=" - development files"
|
2013-04-13 10:15:49 +02:00
|
|
|
pkg_install() {
|
|
|
|
vmove usr/include
|
|
|
|
vmove usr/lib/pkgconfig
|
|
|
|
}
|
|
|
|
}
|