From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id F2DAA13835B for ; Sun, 11 Apr 2021 20:03:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4C9A8E0869; Sun, 11 Apr 2021 20:03:26 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 35B1DE0869 for ; Sun, 11 Apr 2021 20:03:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 56D90340C3F for ; Sun, 11 Apr 2021 20:03:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5DF3164C for ; Sun, 11 Apr 2021 20:03:22 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1618171363.c2e950099d6ecff79840e9b2d75b0d2fd1aa5c65.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: media-gfx/kgeotag/ X-VCS-Repository: proj/kde X-VCS-Files: media-gfx/kgeotag/kgeotag-9999.ebuild media-gfx/kgeotag/metadata.xml X-VCS-Directories: media-gfx/kgeotag/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: c2e950099d6ecff79840e9b2d75b0d2fd1aa5c65 X-VCS-Branch: master Date: Sun, 11 Apr 2021 20:03:22 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f2f959e7-4188-4320-8286-e96d609943c6 X-Archives-Hash: 3f18b75119f86f404b6b86d602a9441e commit: c2e950099d6ecff79840e9b2d75b0d2fd1aa5c65 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Apr 11 19:13:00 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Apr 11 20:02:43 2021 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=c2e95009 media-gfx/kgeotag: New package See also: https://mail.kde.org/pipermail/kgeotag/2021-February/000000.html Minimal fixes over initial ebuild. Thanks-to: Tobias Leupold gmx.de> Closes: https://bugs.gentoo.org/773037 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner gentoo.org> media-gfx/kgeotag/kgeotag-9999.ebuild | 36 +++++++++++++++++++++++++++++++++++ media-gfx/kgeotag/metadata.xml | 8 ++++++++ 2 files changed, 44 insertions(+) diff --git a/media-gfx/kgeotag/kgeotag-9999.ebuild b/media-gfx/kgeotag/kgeotag-9999.ebuild new file mode 100644 index 0000000000..f08b20cfe1 --- /dev/null +++ b/media-gfx/kgeotag/kgeotag-9999.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +KFMIN=5.80.0 +QTMIN=5.15.2 +inherit ecm kde.org + +DESCRIPTION="Photo geotagging program" +HOMEPAGE="https://apps.kde.org/kgeotag/" + +if [[ ${KDE_BUILD_TYPE} != live ]]; then + SRC_URI="mirror://kde/stable/${PN}/${PV}/${P}.tar.xz" + KEYWORDS="~amd64" +fi + +LICENSE="GPL-3+" +SLOT="5" + +DEPEND=" + >=dev-qt/qtgui-${QTMIN}:5 + >=dev-qt/qtnetwork-${QTMIN}:5 + >=dev-qt/qtwidgets-${QTMIN}:5 + kde-apps/marble:5 + kde-apps/libkexiv2:5 + >=kde-frameworks/kconfig-${KFMIN}:5 + >=kde-frameworks/kconfigwidgets-${KFMIN}:5 + >=kde-frameworks/kcoreaddons-${KFMIN}:5 + >=kde-frameworks/kcrash-${KFMIN}:5 + >=kde-frameworks/ki18n-${KFMIN}:5 + >=kde-frameworks/kxmlgui-${KFMIN}:5 +" +RDEPEND="${DEPEND}" + +DOCS=( ChangeLog.rst README.md ) diff --git a/media-gfx/kgeotag/metadata.xml b/media-gfx/kgeotag/metadata.xml new file mode 100644 index 0000000000..2fdbf33d96 --- /dev/null +++ b/media-gfx/kgeotag/metadata.xml @@ -0,0 +1,8 @@ + + + + + kde@gentoo.org + Gentoo KDE Project + +