xref: /OK3568_Linux_fs/yocto/poky/meta/recipes-sato/pcmanfm/pcmanfm_1.3.2.bb (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1SUMMARY = "Fast lightweight tabbed filemanager"
2DESCRIPTION = "A free file manager application and the standard file manager of LXDE."
3HOMEPAGE = "http://pcmanfm.sourceforge.net/"
4
5LICENSE = "GPL-2.0-only & GPL-2.0-or-later & LGPL-2.1-or-later"
6LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \
7                    file://src/pcmanfm.h;endline=22;md5=417b3855771a3a87f8ad753d994491f0 \
8                    file://src/gseal-gtk-compat.h;endline=21;md5=46922c8691f58d124f9420fe16149ce2"
9
10SECTION = "x11"
11DEPENDS = "gtk+3 startup-notification libfm intltool-native gettext-native glib-2.0-native"
12
13SRC_URI = "${SOURCEFORGE_MIRROR}/pcmanfm/pcmanfm-${PV}.tar.xz \
14	   file://gnome-fs-directory.png \
15	   file://gnome-fs-regular.png \
16	   file://gnome-mime-text-plain.png \
17	   file://emblem-symbolic-link.png \
18	   file://no-desktop.patch"
19
20SRC_URI[sha256sum] = "14cb7b247493c4cce65fbb5902611e3ad00a7a870fbc1e50adc50428c5140cf7"
21
22UPSTREAM_CHECK_URI = "http://sourceforge.net/projects/pcmanfm/files/PCManFM%20%2B%20Libfm%20%28tarball%20release%29/PCManFM/"
23
24inherit autotools pkgconfig features_check mime-xdg
25
26# The startup-notification requires x11 in DISTRO_FEATURES
27REQUIRED_DISTRO_FEATURES = "x11"
28
29EXTRA_OECONF = "--with-gtk=3"
30
31do_install:append () {
32	install -d ${D}/${datadir}
33	install -d ${D}/${datadir}/pixmaps/
34
35	install -m 0644 ${WORKDIR}/*.png ${D}/${datadir}/pixmaps
36}
37
38FILES:${PN} += "${libdir}/pcmanfm"
39
40RRECOMMENDS:${PN} += "adwaita-icon-theme"
41