mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
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>
This commit is contained in:
parent
98caf54fa5
commit
e88927d122
|
|
@ -0,0 +1,22 @@
|
|||
SUMMARY = "A light and fast file manager"
|
||||
LICENSE = "GPL-2.0-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552"
|
||||
|
||||
DEPENDS = " \
|
||||
glib-2.0-native \
|
||||
gtk+ \
|
||||
"
|
||||
|
||||
inherit gnomebase itstool gettext gnome-help features_check
|
||||
ANY_OF_DISTRO_FEATURES = "${GTK2DISTROFEATURES}"
|
||||
|
||||
SRC_URI[archive.sha256sum] = "1378efd24f8af18a09031d83d918f9662a3f5eba5a6f9df9fc55870f2e6f0ee9"
|
||||
|
||||
PACKAGECONFIG ??= "exiv2 taglib libgsf poppler"
|
||||
PACKAGECONFIG[exiv2] = "--with-exiv2,--without-exiv2,exiv2"
|
||||
PACKAGECONFIG[taglib] = "--with-taglib,--without-taglib,taglib"
|
||||
PACKAGECONFIG[libgsf] = "--with-libgsf,--without-libgsf,libgsf"
|
||||
PACKAGECONFIG[poppler] = "--with-poppler,--without-poppler,poppler"
|
||||
|
||||
FILES:${PN} += "${datadir}/metainfo"
|
||||
FILES:${PN}-dev += "${libdir}/${BPN}/lib*${SOLIBSDEV}"
|
||||
|
|
@ -15,6 +15,7 @@ RDEPENDS:${PN} = " \
|
|||
ghex \
|
||||
gnome-calculator \
|
||||
gnome-calendar \
|
||||
gnome-commander \
|
||||
gnome-font-viewer \
|
||||
gnome-photos \
|
||||
gnome-screenshot \
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user