public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/kgeotag/files/, media-gfx/kgeotag/
Date: Sun, 11 Sep 2022 21:52:20 +0000 (UTC)	[thread overview]
Message-ID: <1662933127.3b7945689623009955fb908be7ec20e4bc62c7ec.asturm@gentoo> (raw)

commit:     3b7945689623009955fb908be7ec20e4bc62c7ec
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 11 21:32:37 2022 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Sep 11 21:52:07 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b794568

media-gfx/kgeotag: add 1.3.1

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 media-gfx/kgeotag/Manifest                        |  1 +
 media-gfx/kgeotag/files/kgeotag-1.3.1-cmake.patch | 43 +++++++++++++++++++++++
 media-gfx/kgeotag/kgeotag-1.3.1.ebuild            | 39 ++++++++++++++++++++
 3 files changed, 83 insertions(+)

diff --git a/media-gfx/kgeotag/Manifest b/media-gfx/kgeotag/Manifest
index 4dbb16a3a457..db9a6d5f463e 100644
--- a/media-gfx/kgeotag/Manifest
+++ b/media-gfx/kgeotag/Manifest
@@ -1 +1,2 @@
 DIST kgeotag-1.2.0.tar.xz 284708 BLAKE2B b4d44a9a2210c20ae0caaf51913958c4d0b0e15f622727aacf7c50a6a76f8228bada2c7b2f3c87f97866b8acc5c9abf4fc2e3963e623f7865a13ec1d190d230a SHA512 818a89babe613602b9843109c10632b09dfe0bba5e28d5332eb17c1c3841a30049dbe298a4b3c8123d72751dfa29eb5994d9d4e683a85f9b121161005c4fee65
+DIST kgeotag-1.3.1.tar.xz 365648 BLAKE2B 7d3ac33f2439072700582dbd4bfd0091728b8546865521b6a1e69a34f3a3180854026fdac67a74f053095788c3d0d1fdff94b3c923d7393b6bc453497aff5b64 SHA512 62cbf568e749a8345e8d145d0850381fcb3140bea10b02626c609c4f1bf0d0fafac23b82a796e0e4c8b293c9fcf65b2ad7c66b7354822426e56826e5b25df46e

diff --git a/media-gfx/kgeotag/files/kgeotag-1.3.1-cmake.patch b/media-gfx/kgeotag/files/kgeotag-1.3.1-cmake.patch
new file mode 100644
index 000000000000..77be87736126
--- /dev/null
+++ b/media-gfx/kgeotag/files/kgeotag-1.3.1-cmake.patch
@@ -0,0 +1,43 @@
+From d119fbfaabb7709710243f353211bab69b5ad5b6 Mon Sep 17 00:00:00 2001
+From: Andreas Sturmlechner <asturm@gentoo.org>
+Date: Sun, 11 Sep 2022 23:26:04 +0200
+Subject: [PATCH] Add doc subdirectory as usual and create docbook in subdir
+
+Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
+---
+ CMakeLists.txt     | 6 +-----
+ doc/CMakeLists.txt | 5 +++++
+ 2 files changed, 6 insertions(+), 5 deletions(-)
+ create mode 100644 doc/CMakeLists.txt
+
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index 8ba51d5..62f0d35 100644
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -124,11 +124,7 @@ target_link_libraries(kgeotag
+ )
+ 
+ # Documentation
+-kdoctools_create_handbook(
+-    doc/index.docbook
+-    INSTALL_DESTINATION "${KDE_INSTALL_DOCBUNDLEDIR}/en"
+-    SUBDIR kgeotag
+-)
++add_subdirectory(doc)
+ 
+ # Installation
+ 
+diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt
+new file mode 100644
+index 0000000..6200463
+--- /dev/null
++++ b/doc/CMakeLists.txt
+@@ -0,0 +1,5 @@
++kdoctools_create_handbook(
++    index.docbook
++    INSTALL_DESTINATION "${KDE_INSTALL_DOCBUNDLEDIR}/en"
++    SUBDIR kgeotag
++)
+-- 
+2.37.3
+

diff --git a/media-gfx/kgeotag/kgeotag-1.3.1.ebuild b/media-gfx/kgeotag/kgeotag-1.3.1.ebuild
new file mode 100644
index 000000000000..1de4cece25cc
--- /dev/null
+++ b/media-gfx/kgeotag/kgeotag-1.3.1.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_HANDBOOK="forceoptional"
+KFMIN=5.82.0
+QTMIN=5.15.5
+inherit ecm kde.org
+
+DESCRIPTION="Photo geotagging program"
+HOMEPAGE="https://kgeotag.kde.org/ 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/libkexiv2-21.12.0:5
+	>=kde-apps/marble-21.12.0: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 )
+
+PATCHES=( "${FILESDIR}/${P}-cmake.patch" )


             reply	other threads:[~2022-09-11 21:52 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-09-11 21:52 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-01-28 16:54 [gentoo-commits] repo/gentoo:master commit in: media-gfx/kgeotag/files/, media-gfx/kgeotag/ Andreas Sturmlechner
2021-06-28 12:32 Andreas Sturmlechner

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1662933127.3b7945689623009955fb908be7ec20e4bc62c7ec.asturm@gentoo \
    --to=asturm@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox