summaryrefslogtreecommitdiffstats
path: root/meta/recipes-sato/pcmanfm/pcmanfm_1.3.1.bb
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2019-01-17 17:26:53 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-01-18 16:24:39 +0000
commit7e7bb145a2454ee07342e3377d09f1241b46cb92 (patch)
tree8cf3acb3c9e4938ed7ec70f414b4d7fe0713c52a /meta/recipes-sato/pcmanfm/pcmanfm_1.3.1.bb
parent73a64a7aa99b18c0bdec449df0469a7d5431f9a6 (diff)
downloadpoky-7e7bb145a2454ee07342e3377d09f1241b46cb92.tar.gz
pcmanfm: upgrade 1.3.0 -> 1.3.1
(From OE-Core rev: 4619068010f16c903265bd86817b8766c6748982) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-sato/pcmanfm/pcmanfm_1.3.1.bb')
-rw-r--r--meta/recipes-sato/pcmanfm/pcmanfm_1.3.1.bb40
1 files changed, 40 insertions, 0 deletions
diff --git a/meta/recipes-sato/pcmanfm/pcmanfm_1.3.1.bb b/meta/recipes-sato/pcmanfm/pcmanfm_1.3.1.bb
new file mode 100644
index 0000000000..a5e3a1ad33
--- /dev/null
+++ b/meta/recipes-sato/pcmanfm/pcmanfm_1.3.1.bb
@@ -0,0 +1,40 @@
1SUMMARY = "Fast lightweight tabbed filemanager"
2HOMEPAGE = "http://pcmanfm.sourceforge.net/"
3
4LICENSE = "GPLv2 & GPLv2+ & LGPLv2.1+"
5LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \
6 file://src/pcmanfm.h;endline=22;md5=417b3855771a3a87f8ad753d994491f0 \
7 file://src/gseal-gtk-compat.h;endline=21;md5=46922c8691f58d124f9420fe16149ce2"
8
9SECTION = "x11"
10DEPENDS = "gtk+3 startup-notification libfm intltool-native gettext-native glib-2.0-native"
11
12SRC_URI = "${SOURCEFORGE_MIRROR}/pcmanfm/pcmanfm-${PV}.tar.xz \
13 file://gnome-fs-directory.png \
14 file://gnome-fs-regular.png \
15 file://gnome-mime-text-plain.png \
16 file://emblem-symbolic-link.png \
17 file://no-desktop.patch"
18
19SRC_URI[md5sum] = "d32ad2c9c7c52bff2004bbc120b53420"
20SRC_URI[sha256sum] = "6804043b3ee3a703edde41c724946174b505fe958703eadbd7e0876ece836855"
21
22UPSTREAM_CHECK_URI = "http://sourceforge.net/projects/pcmanfm/files/PCManFM%20%2B%20Libfm%20%28tarball%20release%29/PCManFM/"
23
24inherit autotools pkgconfig distro_features_check
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"