blob: f1bf5612c253b3a683676ca73a101d9a3b32a409 (
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 = "pmount-hal"
PR = "r3"
SRC_URI = "${SOURCEFORGE_MIRROR}/pcmanfm/pcmanfm-${PV}.tar.gz \
file://desired_mount_point.patch;apply=yes \
file://auto_mount.patch;apply=yes \
file://gnome-fs-directory.png \
file://gnome-fs-regular.png \
file://gnome-mime-text-plain.png \
file://emblem-symbolic-link.png \
file://desktop.patch;apply=yes"
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"
|