* [gentoo-commits] proj/kde:master commit in: media-gfx/kgeotag/
@ 2021-04-11 20:03 Andreas Sturmlechner
0 siblings, 0 replies; 5+ messages in thread
From: Andreas Sturmlechner @ 2021-04-11 20:03 UTC (permalink / raw
To: gentoo-commits
commit: c2e950099d6ecff79840e9b2d75b0d2fd1aa5c65
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 11 19:13:00 2021 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> 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 <tobias.leupold <AT> gmx.de>
Closes: https://bugs.gentoo.org/773037
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm <AT> 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 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>kde@gentoo.org</email>
+ <name>Gentoo KDE Project</name>
+ </maintainer>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] proj/kde:master commit in: media-gfx/kgeotag/
@ 2021-10-16 12:49 Andreas Sturmlechner
0 siblings, 0 replies; 5+ messages in thread
From: Andreas Sturmlechner @ 2021-10-16 12:49 UTC (permalink / raw
To: gentoo-commits
commit: e3b5a6f2638100a803cc66984e3a5556df425b18
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 16 12:33:10 2021 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Oct 16 12:49:41 2021 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=e3b5a6f2
media-gfx/kgeotag: Add HOMEPAGE, fix sorting
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
media-gfx/kgeotag/kgeotag-9999.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/media-gfx/kgeotag/kgeotag-9999.ebuild b/media-gfx/kgeotag/kgeotag-9999.ebuild
index cdb93c43bf..2e4f29ade5 100644
--- a/media-gfx/kgeotag/kgeotag-9999.ebuild
+++ b/media-gfx/kgeotag/kgeotag-9999.ebuild
@@ -8,7 +8,7 @@ QTMIN=5.15.2
inherit ecm kde.org
DESCRIPTION="Photo geotagging program"
-HOMEPAGE="https://apps.kde.org/kgeotag/"
+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"
@@ -22,8 +22,8 @@ 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-apps/marble:5
>=kde-frameworks/kconfig-${KFMIN}:5
>=kde-frameworks/kconfigwidgets-${KFMIN}:5
>=kde-frameworks/kcoreaddons-${KFMIN}:5
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] proj/kde:master commit in: media-gfx/kgeotag/
@ 2022-07-09 12:52 Andreas Sturmlechner
0 siblings, 0 replies; 5+ messages in thread
From: Andreas Sturmlechner @ 2022-07-09 12:52 UTC (permalink / raw
To: gentoo-commits
commit: 70d1bee98821500fccb93ee174badb79aca39922
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 9 11:28:20 2022 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Jul 9 12:52:38 2022 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=70d1bee9
media-gfx/kgeotag: Drop unused dependency
Upstream commit 16f3124142de5d612b45e3e13af4b40d7fc88860
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
media-gfx/kgeotag/kgeotag-9999.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/media-gfx/kgeotag/kgeotag-9999.ebuild b/media-gfx/kgeotag/kgeotag-9999.ebuild
index c765dbde30..15e9bf3966 100644
--- a/media-gfx/kgeotag/kgeotag-9999.ebuild
+++ b/media-gfx/kgeotag/kgeotag-9999.ebuild
@@ -3,6 +3,7 @@
EAPI=8
+ECM_HANDBOOK="forceoptional"
KFMIN=5.82.0
QTMIN=5.15.5
inherit ecm kde.org
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] proj/kde:master commit in: media-gfx/kgeotag/
@ 2024-10-05 21:34 Andreas Sturmlechner
0 siblings, 0 replies; 5+ messages in thread
From: Andreas Sturmlechner @ 2024-10-05 21:34 UTC (permalink / raw
To: gentoo-commits
commit: cf1dd397712510c2962ee5390316c651d827cbc9
Author: Sebastian Engel <sighunter <AT> gmx <DOT> de>
AuthorDate: Sat Oct 5 13:24:37 2024 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Oct 5 21:33:56 2024 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=cf1dd397
media-gfx/kgeotag: Adjust case of CHANGELOG.rst
Signed-off-by: Sebastian Engel <sighunter <AT> gmx.de>
Closes: https://github.com/gentoo/kde/pull/1006
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
media-gfx/kgeotag/kgeotag-9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-gfx/kgeotag/kgeotag-9999.ebuild b/media-gfx/kgeotag/kgeotag-9999.ebuild
index 8978eb8293..2a31f1806c 100644
--- a/media-gfx/kgeotag/kgeotag-9999.ebuild
+++ b/media-gfx/kgeotag/kgeotag-9999.ebuild
@@ -34,4 +34,4 @@ DEPEND="
"
RDEPEND="${DEPEND}"
-DOCS=( ChangeLog.rst README.md )
+DOCS=( CHANGELOG.rst README.md )
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] proj/kde:master commit in: media-gfx/kgeotag/
@ 2024-10-21 19:23 Andreas Sturmlechner
0 siblings, 0 replies; 5+ messages in thread
From: Andreas Sturmlechner @ 2024-10-21 19:23 UTC (permalink / raw
To: gentoo-commits
commit: 7661f2ac52395619f86b9c7aa4a14f66ef808699
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 21 19:22:48 2024 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Oct 21 19:22:48 2024 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=7661f2ac
media-gfx/kgeotag: Port to KF6
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
media-gfx/kgeotag/kgeotag-9999.ebuild | 37 +++++++++++++++++++++--------------
1 file changed, 22 insertions(+), 15 deletions(-)
diff --git a/media-gfx/kgeotag/kgeotag-9999.ebuild b/media-gfx/kgeotag/kgeotag-9999.ebuild
index 2a31f1806c..17c7be8efa 100644
--- a/media-gfx/kgeotag/kgeotag-9999.ebuild
+++ b/media-gfx/kgeotag/kgeotag-9999.ebuild
@@ -4,8 +4,8 @@
EAPI=8
ECM_HANDBOOK="forceoptional"
-KFMIN=5.115.0
-QTMIN=5.15.12
+KFMIN=6.5.0
+QTMIN=6.7.2
inherit ecm kde.org
DESCRIPTION="Photo geotagging program"
@@ -17,21 +17,28 @@ if [[ ${KDE_BUILD_TYPE} != live ]]; then
fi
LICENSE="GPL-3+"
-SLOT="5"
+SLOT="0"
DEPEND="
- >=dev-qt/qtgui-${QTMIN}:5
- >=dev-qt/qtnetwork-${QTMIN}:5
- >=dev-qt/qtwidgets-${QTMIN}:5
- kde-apps/libkexiv2:5
- kde-apps/marble: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
+ >=dev-qt/qtbase-${QTMIN}:6[gui,network,widgets]
+ kde-apps/libkexiv2:6
+ kde-apps/marble:6
+ >=kde-frameworks/kconfig-${KFMIN}:6
+ >=kde-frameworks/kconfigwidgets-${KFMIN}:6
+ >=kde-frameworks/kcoreaddons-${KFMIN}:6
+ >=kde-frameworks/kcrash-${KFMIN}:6
+ >=kde-frameworks/ki18n-${KFMIN}:6
+ >=kde-frameworks/kxmlgui-${KFMIN}:6
+"
+RDEPEND="${DEPEND}
+ !${CATEGORY}/${PN}:5
"
-RDEPEND="${DEPEND}"
DOCS=( CHANGELOG.rst README.md )
+
+src_configure() {
+ local mycmakeargs=(
+ -DUSE_QT6=ON
+ )
+ ecm_src_configure
+}
^ permalink raw reply related [flat|nested] 5+ messages in thread
end of thread, other threads:[~2024-10-21 19:23 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-21 19:23 [gentoo-commits] proj/kde:master commit in: media-gfx/kgeotag/ Andreas Sturmlechner
-- strict thread matches above, loose matches on Subject: below --
2024-10-05 21:34 Andreas Sturmlechner
2022-07-09 12:52 Andreas Sturmlechner
2021-10-16 12:49 Andreas Sturmlechner
2021-04-11 20:03 Andreas Sturmlechner
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox