lxpanel: update to 0.6.1.

This commit is contained in:
Juan RP 2013-10-05 04:57:03 +02:00
parent e218cedbf4
commit 2e1278ccab
1 changed files with 5 additions and 7 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'lxpanel' # Template file for 'lxpanel'
pkgname=lxpanel pkgname=lxpanel
version=0.5.9 version=0.6.1
revision=4 revision=1
build_style=gnu-configure build_style=gnu-configure
hostmakedepends="pkg-config intltool" hostmakedepends="pkg-config intltool"
makedepends="alsa-lib-devel gtk+-devel menu-cache-devel libwnck2-devel makedepends="alsa-lib-devel gtk+-devel menu-cache-devel libwnck2-devel
@ -11,18 +11,16 @@ homepage="http://lxde.org/"
license="GPL2" license="GPL2"
maintainer="Juan RP <xtraeme@gmail.com>" maintainer="Juan RP <xtraeme@gmail.com>"
distfiles="${SOURCEFORGE_SITE}/lxde/$pkgname-$version.tar.gz" distfiles="${SOURCEFORGE_SITE}/lxde/$pkgname-$version.tar.gz"
checksum=2bde7d68b5a7136b205fcd497f70a67a0610fe04785d4469b3a0f9c7f30b729e checksum=a16a21b2186218c70ed98dc7875c54d6bb12ae7271825ff5060feb8d2a4e86cb
long_desc=" long_desc="
The LXPanel, is the standard panel of LXDE. The desktop panel can generate The LXPanel, is the standard panel of LXDE. The desktop panel can generate
menu for installed applications automatically from *.desktop files. It can menu for installed applications automatically from *.desktop files. It can
be configured from GUI preference dialog, and there is no need to edit config be configured from GUI preference dialog, and there is no need to edit config
files. The component provides a Run dialog with autocompletion." files. The component provides a Run dialog with autocompletion."
CFLAGS="-lgmodule-2.0"
lxpanel-devel_package() { lxpanel-devel_package() {
depends="menu-cache-devel lxpanel>=${version}" depends="menu-cache-devel lxpanel>=${version}"
short_desc+=" -- development files" short_desc+=" - development files"
pkg_install() { pkg_install() {
vmove usr/include vmove usr/include
vmove usr/lib/pkgconfig vmove usr/lib/pkgconfig
@ -32,6 +30,6 @@ lxpanel-devel_package() {
lxpanel_package() { lxpanel_package() {
depends="lxmenu-data>=0.1.2" depends="lxmenu-data>=0.1.2"
pkg_install() { pkg_install() {
vmove usr vmove all
} }
} }