Warning, /packaging/yocto-meta-kde/recipes-application/graphics/gwenview.inc is written in an unsupported language. File is not indexed.

0001 # SPDX-FileCopyrightText: 2020 Andreas Cord-Landwehr <cordlandwehr@kde.org>
0002 #
0003 # SPDX-License-Identifier: MIT
0004 
0005 SUMMARY = "Gwenview - Image Viewer"
0006 DESCRIPTION = "Gwenview is a fast and easy to use image viewer by KDE, ideal for browsing and displaying a collection of images."
0007 HOMEPAGE = "https://apps.kde.org/de/gwenview"
0008 LICENSE = "GPL-2.0"
0009 LIC_FILES_CHKSUM = "file://COPYING;md5=5a3169a2d39a757efd8b7aa66a69d97b"
0010 PR = "r0"
0011 
0012 DEPENDS += " \
0013     exiv2 \
0014     lcms \
0015     jpeg \
0016     baloo \
0017     kio \
0018     kitemmodels \
0019     ki18n \
0020     kparts \
0021     kwindowsystem \
0022     kiconthemes \
0023     knotifications \
0024     kwidgetsaddons \
0025     kactivities \
0026     phonon \
0027     purpose \
0028 "
0029 
0030 inherit cmake_kdeapp
0031 inherit kcoreaddons
0032 inherit kconfig
0033 inherit kauth
0034 inherit mime-xdg
0035 
0036 EXTRA_OECMAKE += "-DJPEGLIB_RUN_RESULT=true"
0037 EXTRA_OECMAKE += "-DJPEGLIB_RUN_RESULT__TRYRUN_OUTPUT=0"
0038 
0039 FILES:${PN} += " \
0040     /usr/share/solid/actions \
0041 "