summaryrefslogtreecommitdiffstats
path: root/meta-gnome/recipes-gnome/gnome-commander
diff options
context:
space:
mode:
authorAndreas Müller <schnitzeltony@gmail.com>2022-03-31 08:49:31 +0200
committerKhem Raj <raj.khem@gmail.com>2022-04-06 20:25:34 -0400
commite88927d122c1b2050cbd1223aec88a72e57f3cf8 (patch)
tree9205829a20eb769984bd25c24c6f17d2a78d2b3d /meta-gnome/recipes-gnome/gnome-commander
parent98caf54fa5758228854742ddfb3f2d599f081b15 (diff)
downloadmeta-openembedded-e88927d122c1b2050cbd1223aec88a72e57f3cf8.tar.gz
gnome-commander: initial add 1.14.2
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-gnome/recipes-gnome/gnome-commander')
-rw-r--r--meta-gnome/recipes-gnome/gnome-commander/gnome-commander_1.14.2.bb22
1 files changed, 22 insertions, 0 deletions
diff --git a/meta-gnome/recipes-gnome/gnome-commander/gnome-commander_1.14.2.bb b/meta-gnome/recipes-gnome/gnome-commander/gnome-commander_1.14.2.bb
new file mode 100644
index 0000000000..c672422992
--- /dev/null
+++ b/meta-gnome/recipes-gnome/gnome-commander/gnome-commander_1.14.2.bb
@@ -0,0 +1,22 @@
1SUMMARY = "A light and fast file manager"
2LICENSE = "GPL-2.0-only"
3LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552"
4
5DEPENDS = " \
6 glib-2.0-native \
7 gtk+ \
8"
9
10inherit gnomebase itstool gettext gnome-help features_check
11ANY_OF_DISTRO_FEATURES = "${GTK2DISTROFEATURES}"
12
13SRC_URI[archive.sha256sum] = "1378efd24f8af18a09031d83d918f9662a3f5eba5a6f9df9fc55870f2e6f0ee9"
14
15PACKAGECONFIG ??= "exiv2 taglib libgsf poppler"
16PACKAGECONFIG[exiv2] = "--with-exiv2,--without-exiv2,exiv2"
17PACKAGECONFIG[taglib] = "--with-taglib,--without-taglib,taglib"
18PACKAGECONFIG[libgsf] = "--with-libgsf,--without-libgsf,libgsf"
19PACKAGECONFIG[poppler] = "--with-poppler,--without-poppler,poppler"
20
21FILES:${PN} += "${datadir}/metainfo"
22FILES:${PN}-dev += "${libdir}/${BPN}/lib*${SOLIBSDEV}"