From 35c89272e033a5100d7afb36d70f509c5a404e77 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Mon, 2 Feb 2015 12:47:21 +0100 Subject: [PATCH] add pcmanfm-qt MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- recipes-lxqt/pcmanfm-qt/pcmanfm-qt_git.bb | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 recipes-lxqt/pcmanfm-qt/pcmanfm-qt_git.bb diff --git a/recipes-lxqt/pcmanfm-qt/pcmanfm-qt_git.bb b/recipes-lxqt/pcmanfm-qt/pcmanfm-qt_git.bb new file mode 100644 index 00000000..5cb8896e --- /dev/null +++ b/recipes-lxqt/pcmanfm-qt/pcmanfm-qt_git.bb @@ -0,0 +1,15 @@ +SUMMARY = "File manager and desktop icon manager (Qt port of PCManFM and libfm)" +LICENSE = "GPLv2" +LIC_FILES_CHKSUM = "file://COPYING;md5=4641e94ec96f98fabc56ff9cc48be14b" + +inherit lxqt pkgconfig + +DEPENDS += "qtx11extras glib-2.0 libxcb libfm menu-cache" + +SRCREV = "5eb531427aed5b76c54f4694a5f28114e3288477" +PV = "0.8.0+git${SRCPV}" + +FILES_${PN}-translations = " \ + ${datadir}/libfm-qt/translations \ + ${datadir}/pcmanfm-qt/translations \ +"