Skip to content

Commit

Permalink
kde-apps/kamera: 20.08.0 version bump
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Sturmlechner <[email protected]>
  • Loading branch information
a17r committed Aug 13, 2020
1 parent a44e53a commit e704dab
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 0 deletions.
1 change: 1 addition & 0 deletions kde-apps/kamera/Manifest
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
DIST kamera-20.04.3.tar.xz 103800 BLAKE2B 1f3fcfe5f6460babef7ea56395dbf81028faee83a50f951bde8779c3bd0d33d5fafefa29868b54b7f0ac11eaaa92db55898dfe1a40bb3c6a57e0464dd938f3ee SHA512 56393780a07c72c069595188a56eb449873683942a404343336a36c598036b4a339795af8441c073b2a9a5b5145b913ed19d0f7f19933cf999d87886e9aa5592
DIST kamera-20.08.0.tar.xz 108604 BLAKE2B 87766c1bc934e0dcca0c168d802dc4780cc7accc523f8ed63154b085a6e0e80e6a78d6c06f4f747eec617b7e6445931910e48c6fc6d298747d833e700c19d91e SHA512 5ea87bbfbcd42a45b816dfc1a88f5a658d73a30fc9abdfad118a9dc0d596bcaf74b0eb940ace6a0fa37478eaecd8b38934eaee1fafff91680763286c5b8dc901
34 changes: 34 additions & 0 deletions kde-apps/kamera/kamera-20.08.0.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

ECM_HANDBOOK="forceoptional"
KFMIN=5.72.0
QTMIN=5.14.2
inherit ecm kde.org

DESCRIPTION="Plasma integration for gphoto2 cameras"
HOMEPAGE="https://kde.org/applications/utilities/org.kde.kamera"

LICENSE="GPL-2+ handbook? ( FDL-1.2 )"
SLOT="5"
KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
IUSE=""

BDEPEND="
sys-devel/gettext
"
DEPEND="
>=dev-qt/qtgui-${QTMIN}:5
>=dev-qt/qtwidgets-${QTMIN}:5
>=kde-frameworks/kconfig-${KFMIN}:5
>=kde-frameworks/kconfigwidgets-${KFMIN}:5
>=kde-frameworks/kcoreaddons-${KFMIN}:5
>=kde-frameworks/kxmlgui-${KFMIN}:5
>=kde-frameworks/ki18n-${KFMIN}:5
>=kde-frameworks/kio-${KFMIN}:5
>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
media-libs/libgphoto2:=
"
RDEPEND="${DEPEND}"

0 comments on commit e704dab

Please sign in to comment.