diff --git a/recipes-application/graphics/gwenview.inc b/recipes-application/graphics/gwenview.inc new file mode 100644 index 0000000..2d845f6 --- /dev/null +++ b/recipes-application/graphics/gwenview.inc @@ -0,0 +1,43 @@ +# SPDX-FileCopyrightText: 2020 Andreas Cord-Landwehr +# +# SPDX-License-Identifier: MIT + +SUMMARY = "Gwenview - Image Viewer" +DESCRIPTION = "Gwenview is a fast and easy to use image viewer by KDE, ideal for browsing and displaying a collection of images." +HOMEPAGE = "https://apps.kde.org/de/gwenview" +LICENSE = "GPL-2.0" +LIC_FILES_CHKSUM = "file://COPYING;md5=5a3169a2d39a757efd8b7aa66a69d97b" +PR = "r0" + +DEPENDS += " \ + exiv2 \ + lcms \ + jpeg \ + baloo \ + kio \ + kitemmodels \ + ki18n \ + kparts \ + kwindowsystem \ + kiconthemes \ + knotifications \ + kwidgetsaddons \ + kactivities \ + purpose \ +" + +SRC_URI = "git://invent.kde.org/graphics/${BPN};nobranch=1;protocol=https" +S = "${WORKDIR}/git" + +inherit cmake_kdeapp +inherit kcoreaddons +inherit kconfig +inherit kauth +inherit mime-xdg + +EXTRA_OECMAKE += "-DJPEGLIB_RUN_RESULT=true" +EXTRA_OECMAKE += "-DJPEGLIB_RUN_RESULT__TRYRUN_OUTPUT=0" + +FILES_${PN} += " \ + /usr/share/solid/actions \ +" diff --git a/recipes-application/graphics/gwenview_20.12.0.bb b/recipes-application/graphics/gwenview_20.12.0.bb new file mode 100644 index 0000000..6082bec --- /dev/null +++ b/recipes-application/graphics/gwenview_20.12.0.bb @@ -0,0 +1,5 @@ +# SPDX-FileCopyrightText: none +# SPDX-License-Identifier: CC0-1.0 + +require ${PN}.inc +SRCREV = "v${PV}" diff --git a/recipes-application/packagegroups/kde-applications.bb b/recipes-application/packagegroups/kde-applications.bb index c02fdd4..06c7b83 100644 --- a/recipes-application/packagegroups/kde-applications.bb +++ b/recipes-application/packagegroups/kde-applications.bb @@ -9,6 +9,7 @@ LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda inherit packagegroup RDEPENDS_${PN} = " \ + gwenview \ kdialog \ kirigami-gallery \ konsole \