mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
gnome-commander: Upgrade to 1.16.0 release
- Switch to using meson for build system - Add -D_LIBCPP_ENABLE_CXX17_REMOVED_AUTO_PTR to continue using std::auto_ptr from exiv2 - The changes are here [1] [1] https://gcmd.github.io/2023/01/22/Release-v1-16-0.html Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
64a5f3df01
commit
eba72fe2bc
|
|
@ -1,22 +0,0 @@
|
|||
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] = "78d8dce70fb922b2909cf767783053b0811213a4d6a49b3875510cf3a84efd7b"
|
||||
|
||||
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}"
|
||||
|
|
@ -0,0 +1,31 @@
|
|||
SUMMARY = "A light and fast file manager"
|
||||
LICENSE = "GPL-2.0-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552"
|
||||
|
||||
DEPENDS += " \
|
||||
desktop-file-utils-native \
|
||||
glib-2.0-native \
|
||||
gtk+ \
|
||||
"
|
||||
|
||||
CXXFLAGS += "-D_LIBCPP_ENABLE_CXX17_REMOVED_AUTO_PTR"
|
||||
|
||||
inherit gnomebase itstool gettext gnome-help features_check meson gtk-icon-cache mime-xdg
|
||||
ANY_OF_DISTRO_FEATURES = "${GTK2DISTROFEATURES}"
|
||||
|
||||
GNOMEBASEBUILDCLASS = "meson"
|
||||
GIR_MESON_ENABLE_FLAG = 'enabled'
|
||||
GIR_MESON_DISABLE_FLAG = 'disabled'
|
||||
|
||||
SRC_URI[archive.sha256sum] = "d80ac70b99a7059c8f28ca0bf37305f09daeaecfceb1528d68a435ace9e8ec5d"
|
||||
|
||||
PACKAGECONFIG ??= "exiv2 taglib libgsf poppler"
|
||||
PACKAGECONFIG[exiv2] = "-Dexiv2=enabled,-Dexiv2=disabled,exiv2"
|
||||
PACKAGECONFIG[taglib] = "-Dtaglib=enabled,-Dtaglib=disabled,taglib"
|
||||
PACKAGECONFIG[libgsf] = "-Dlibgsf=enabled,-Dlibgsf=disabled,libgsf"
|
||||
PACKAGECONFIG[poppler] = "-Dpoppler=enabled,-Dpoppler=disabled,poppler"
|
||||
PACKAGECONFIG[samba] = "-Dsamba=enabled,-Dsamba=disabled,samba"
|
||||
PACKAGECONFIG[tests] = "-Dtests=enabled,-Dtests=disabled,"
|
||||
|
||||
FILES:${PN} += "${datadir}/metainfo"
|
||||
FILES:${PN}-dev += "${libdir}/${BPN}/lib*${SOLIBSDEV}"
|
||||
Loading…
Reference in New Issue
Block a user