increase dvbapp PR.
[vuplus_openembedded] / recipes / grdesktop / grdesktop_0.23.bb
1 # Copyright (C) 2007, Stelios Koroneos - Digital OPSiS, All Rights Reserved
2 # Released under the MIT license (see packages/COPYING)
3 DESCRIPTION = "grdesktop is a GNOME frontend, for the remote desktop client (rdesktop)."
4 HOMEPAGE = "http://www.nongnu.org/grdesktop/index.html"
5 SECTION = "x11/utils"
6 LICENSE = "GPLv2"
7
8 DEPENDS = "gtk+ libgnomeui"
9            
10 RDEPENDS ="rdesktop gail orbit2 gnome-vfs gnome-keyring libbonobo libbonoboui \ 
11             libart-lgpl libgnome libidl libglade libgnomecanvas "
12
13 PR = "r1"
14
15 SRC_URI = "http://download.savannah.nongnu.org/releases/grdesktop/grdesktop-${PV}.tar.gz \
16            file://fr.po.patch;patch=1 \
17            file://install-help.patch;patch=1"
18       
19
20 S = "${WORKDIR}/grdesktop-${PV}"
21
22 inherit autotools pkgconfig
23