lxpanel: update to 0.5.9.

This commit is contained in:
Juan RP 2012-05-23 11:48:31 +02:00
parent bf00a4fd14
commit 643c5fb9a7
3 changed files with 13 additions and 10 deletions

View file

@ -9,11 +9,11 @@ Add_dependency run pkg-config
Add_dependency run alsa-lib-devel Add_dependency run alsa-lib-devel
Add_dependency run gtk+-devel Add_dependency run gtk+-devel
Add_dependency run menu-cache-devel Add_dependency run menu-cache-devel
Add_dependency run lxpanel Add_dependency run lxpanel ">=$version"
do_install() noarch=yes
{
mkdir -p ${DESTDIR}/usr/lib do_install() {
mv ${SRCPKGDESTDIR}/usr/include ${DESTDIR}/usr vmove usr/include usr
mv ${SRCPKGDESTDIR}/usr/lib/pkgconfig ${DESTDIR}/usr/lib vmove usr/lib/pkgconfig usr/lib
} }

View file

@ -19,3 +19,5 @@ libfontconfig.so.1
libgio-2.0.so.0 libgio-2.0.so.0
librt.so.1 librt.so.1
libasound.so.2 libasound.so.2
libiw.so.29
libwnck-1.so.22

View file

@ -1,25 +1,26 @@
# Template file for 'lxpanel' # Template file for 'lxpanel'
pkgname=lxpanel pkgname=lxpanel
version=0.5.8 version=0.5.9
distfiles="${SOURCEFORGE_SITE}/lxde/$pkgname-$version.tar.gz" distfiles="${SOURCEFORGE_SITE}/lxde/$pkgname-$version.tar.gz"
build_style=gnu-configure build_style=gnu-configure
revision=2
short_desc="LXDE Standard panel" short_desc="LXDE Standard panel"
maintainer="Juan RP <xtraeme@gmail.com>" maintainer="Juan RP <xtraeme@gmail.com>"
checksum=6a3579d6f384c03a33a03e4d32016428c84eb0f2bc421704f724fe2cc015cddd checksum=2bde7d68b5a7136b205fcd497f70a67a0610fe04785d4469b3a0f9c7f30b729e
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"
subpackages="lxpanel-devel" subpackages="lxpanel-devel"
Add_dependency build pkg-config Add_dependency build pkg-config
Add_dependency build intltool Add_dependency build intltool
Add_dependency build alsa-lib-devel Add_dependency build alsa-lib-devel
Add_dependency build gdk-pixbuf-devel
Add_dependency build gtk+-devel Add_dependency build gtk+-devel
Add_dependency build menu-cache-devel Add_dependency build menu-cache-devel
Add_dependency build libwnck2-devel
Add_dependency build wireless_tools-devel
Add_dependency full lxmenu-data ">=0.1.2" Add_dependency full lxmenu-data ">=0.1.2"