aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/pcmanfm/pcmanfm_0.5.bb
blob: 736b063a3fe4ad26598e3ce2d05538883b9d9916 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
LICENSE = "GPL"
DESCRIPTION = "procfs tools"
SECTION = "x11"
PRIORITY = "optional"
DEPENDS = "gtk+ hal gamin startup-notification"
RRECOMMENDS_${PN} = "pmount-hal"
PR = "r3"

SRC_URI = "${SOURCEFORGE_MIRROR}/pcmanfm/pcmanfm-${PV}.tar.gz \
           file://desired_mount_point.patch \
           file://auto_mount.patch \
	   file://gnome-fs-directory.png \
	   file://gnome-fs-regular.png \
	   file://gnome-mime-text-plain.png \
	   file://emblem-symbolic-link.png \
	   file://desktop.patch"

inherit autotools pkgconfig

do_install_append () {
	install -d ${D}/${datadir}
	install -d ${D}/${datadir}/pixmaps/

	install -m 0644 ${WORKDIR}/*.png ${D}/${datadir}/pixmaps
}

FILES_${PN} += "${datadir}/pixmaps/*.png"

SRC_URI[md5sum] = "fe1a836eed6a42107e7d71a01a52f7ec"
SRC_URI[sha256sum] = "87ebb12f012dc948e3c049936a14d757ac304087f662c17fb94e6c27864fe622"