diff options
author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2016-02-24 15:46:37 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-02-28 11:33:04 +0000 |
commit | b19dbe5365fb37f74268f0f898d4e8b11bfcff0a (patch) | |
tree | 9efcf66ff018b65dce16d655f5f83eb5afad64be /meta/recipes-sato/pcmanfm | |
parent | 6b4160892346facb2f786b6a9dd576ca6a8a879b (diff) | |
download | poky-b19dbe5365fb37f74268f0f898d4e8b11bfcff0a.tar.gz |
pcmanfm: update to 1.2.4
(From OE-Core rev: 32ddcc1be9005d472dd1aa2a0a7aa87665e6ed88)
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-sato/pcmanfm')
-rw-r--r-- | meta/recipes-sato/pcmanfm/files/no-desktop.patch | 2 | ||||
-rw-r--r-- | meta/recipes-sato/pcmanfm/pcmanfm_1.2.4.bb (renamed from meta/recipes-sato/pcmanfm/pcmanfm_1.2.3.bb) | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-sato/pcmanfm/files/no-desktop.patch b/meta/recipes-sato/pcmanfm/files/no-desktop.patch index 103d6d14a2..ae54dbd560 100644 --- a/meta/recipes-sato/pcmanfm/files/no-desktop.patch +++ b/meta/recipes-sato/pcmanfm/files/no-desktop.patch | |||
@@ -11,5 +11,5 @@ index ccf8abb..3f6fc1c 100644 | |||
11 | @@ -7,3 +7,4 @@ Exec=pcmanfm --desktop-pref | 11 | @@ -7,3 +7,4 @@ Exec=pcmanfm --desktop-pref |
12 | StartupNotify=true | 12 | StartupNotify=true |
13 | Terminal=false | 13 | Terminal=false |
14 | NotShowIn=GNOME;XFCE;KDE; | 14 | NotShowIn=GNOME;XFCE;KDE;MATE; |
15 | +NoDisplay=true | 15 | +NoDisplay=true |
diff --git a/meta/recipes-sato/pcmanfm/pcmanfm_1.2.3.bb b/meta/recipes-sato/pcmanfm/pcmanfm_1.2.4.bb index c8b42ab906..a6b0aacd29 100644 --- a/meta/recipes-sato/pcmanfm/pcmanfm_1.2.3.bb +++ b/meta/recipes-sato/pcmanfm/pcmanfm_1.2.4.bb | |||
@@ -20,8 +20,8 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/pcmanfm/pcmanfm-${PV}.tar.xz \ | |||
20 | file://emblem-symbolic-link.png \ | 20 | file://emblem-symbolic-link.png \ |
21 | file://no-desktop.patch" | 21 | file://no-desktop.patch" |
22 | 22 | ||
23 | SRC_URI[md5sum] = "c993402d407b0a3fc076f842ac1bc5c9" | 23 | SRC_URI[md5sum] = "19764c2f59653724c8713e0064fa6829" |
24 | SRC_URI[sha256sum] = "cfa8d82fc63be147045174bef074807e1e32ce8c6bf4dbd8fad49e260bcf6380" | 24 | SRC_URI[sha256sum] = "38cdbb5f01d24483b41b8e6846e4aa66a5751bb3982a8618899e88a853dbe313" |
25 | 25 | ||
26 | UPSTREAM_CHECK_URI = "http://sourceforge.net/projects/pcmanfm/files/PCManFM%20%2B%20Libfm%20%28tarball%20release%29/PCManFM/" | 26 | UPSTREAM_CHECK_URI = "http://sourceforge.net/projects/pcmanfm/files/PCManFM%20%2B%20Libfm%20%28tarball%20release%29/PCManFM/" |
27 | 27 | ||