blob: 2c2d82d253696efac41b0565860dcbb4fe186ff6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
DESCRIPTION = "GPE file manager"
SECTION = "gpe"
LICENSE = "GPL"
DEPENDS = "libgpewidget gnome-vfs dbus-glib"
RDEPENDS = "gpe-icons"
RRECOMMENDS = "gnome-vfs-plugin-file gnome-vfs-plugin-smb gnome-vfs-plugin-ftp gnome-vfs-plugin-computer gnome-vfs-plugin-network gnome-vfs-plugin-sftp gnome-vfs-plugin-http"
PR = "r1"
PV = "0.25+svn-${SRCDATE}"
inherit autotools
SRC_URI = "${GPE_SVN} \
file://svn-build.patch;patch=1"
S = "${WORKDIR}/${PN}"
FILES_${PN} += " ${datadir}/gpe"
DEFAULT_PREFERENCE = "-1"
|