Package GwenView
This commit is contained in:
43
recipes-application/graphics/gwenview.inc
Normal file
43
recipes-application/graphics/gwenview.inc
Normal file
@@ -0,0 +1,43 @@
|
||||
# SPDX-FileCopyrightText: 2020 Andreas Cord-Landwehr <cordlandwehr@kde.org>
|
||||
#
|
||||
# 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 \
|
||||
"
|
||||
5
recipes-application/graphics/gwenview_20.12.0.bb
Normal file
5
recipes-application/graphics/gwenview_20.12.0.bb
Normal file
@@ -0,0 +1,5 @@
|
||||
# SPDX-FileCopyrightText: none
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
|
||||
require ${PN}.inc
|
||||
SRCREV = "v${PV}"
|
||||
@@ -9,6 +9,7 @@ LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda
|
||||
inherit packagegroup
|
||||
|
||||
RDEPENDS_${PN} = " \
|
||||
gwenview \
|
||||
kdialog \
|
||||
kirigami-gallery \
|
||||
konsole \
|
||||
|
||||
Reference in New Issue
Block a user