Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Oct 2021 19:47:49 GMT
From:      Adriaan de Groot <adridg@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: f22dcd257832 - main - graphics/kgeotag: update to 1.1.0 release
Message-ID:  <202110181947.19IJlnmj021894@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by adridg:

URL: https://cgit.FreeBSD.org/ports/commit/?id=f22dcd257832daa2259b92fbc803ef011893598f

commit f22dcd257832daa2259b92fbc803ef011893598f
Author:     Adriaan de Groot <adridg@FreeBSD.org>
AuthorDate: 2021-10-18 19:44:42 +0000
Commit:     Adriaan de Groot <adridg@FreeBSD.org>
CommitDate: 2021-10-18 19:47:48 +0000

    graphics/kgeotag: update to 1.1.0 release
    
    Release notes are in the ChangeLog:
            https://invent.kde.org/graphics/kgeotag/-/blob/master/ChangeLog.rst
    
    While here, pet portlint (but I'm not really keen on adding
    all the transitive dependencies of KDE components when they
    are not checked-for explicitly by the upstream source).
---
 graphics/kgeotag/Makefile                   |  6 +++++-
 graphics/kgeotag/distinfo                   |  6 +++---
 graphics/kgeotag/files/patch-CMakeLists.txt | 11 -----------
 graphics/kgeotag/pkg-plist                  |  7 +++++++
 4 files changed, 15 insertions(+), 15 deletions(-)

diff --git a/graphics/kgeotag/Makefile b/graphics/kgeotag/Makefile
index 8d5a3c792771..cea87c9b0ff1 100644
--- a/graphics/kgeotag/Makefile
+++ b/graphics/kgeotag/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	kgeotag
-DISTVERSION=	1.0.0
+DISTVERSION=	1.1.0
 CATEGORIES=	graphics
 MASTER_SITES=	KDE/stable/${PORTNAME}/${DISTVERSION}
 
@@ -15,5 +15,9 @@ USE_QT=		core gui widgets \
 USE_KDE=	coreaddons config configwidgets crash i18n libkexiv2 \
 		marble xmlgui \
 		ecm_build
+# From stage-qa; these are not checked explicitly, but link
+# transitively though other KDE components (mostly Marble).
+USE_QT+=	dbus declarative location network printsupport webchannel webengine xml
+USE_KDE+=	auth codecs widgetsaddons
 
 .include <bsd.port.mk>
diff --git a/graphics/kgeotag/distinfo b/graphics/kgeotag/distinfo
index e8a7d3b5651b..1f60001991e1 100644
--- a/graphics/kgeotag/distinfo
+++ b/graphics/kgeotag/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1614345580
-SHA256 (kgeotag-1.0.0.tar.xz) = cffa18305d18725f9b35613d314e6e98a1eaa4935d435d61ce0b7d9230903301
-SIZE (kgeotag-1.0.0.tar.xz) = 266488
+TIMESTAMP = 1634572280
+SHA256 (kgeotag-1.1.0.tar.xz) = 6e6f03711b543ac71ce6f7e2399ddda02733c3fd28a8fdb122987cc1ec0969b7
+SIZE (kgeotag-1.1.0.tar.xz) = 282436
diff --git a/graphics/kgeotag/files/patch-CMakeLists.txt b/graphics/kgeotag/files/patch-CMakeLists.txt
deleted file mode 100644
index 85f0e9ea6fc1..000000000000
--- a/graphics/kgeotag/files/patch-CMakeLists.txt
+++ /dev/null
@@ -1,11 +0,0 @@
---- CMakeLists.txt.orig	2021-08-15 07:11:00 UTC
-+++ CMakeLists.txt
-@@ -34,7 +34,7 @@ add_definitions(
- find_package(KF5 COMPONENTS CoreAddons I18n XmlGui ConfigWidgets Crash KExiv2 REQUIRED)
- 
- # Find Marble
--find_package(Marble 0.28 REQUIRED)
-+find_package(Marble 21.4.0 REQUIRED)
- 
- # Generate version.h
- add_custom_target(
diff --git a/graphics/kgeotag/pkg-plist b/graphics/kgeotag/pkg-plist
index f7e4929321c1..ddaf5be0a17f 100644
--- a/graphics/kgeotag/pkg-plist
+++ b/graphics/kgeotag/pkg-plist
@@ -11,19 +11,26 @@ share/icons/hicolor/64x64/apps/kgeotag.png
 share/kxmlgui5/kgeotag/kgeotagui.rc
 share/locale/ca/LC_MESSAGES/kgeotag.mo
 share/locale/ca@valencia/LC_MESSAGES/kgeotag.mo
+share/locale/cs/LC_MESSAGES/kgeotag.mo
+share/locale/de/LC_MESSAGES/kgeotag.mo
 share/locale/en_GB/LC_MESSAGES/kgeotag.mo
 share/locale/es/LC_MESSAGES/kgeotag.mo
 share/locale/fi/LC_MESSAGES/kgeotag.mo
 share/locale/fr/LC_MESSAGES/kgeotag.mo
 share/locale/it/LC_MESSAGES/kgeotag.mo
+share/locale/ko/LC_MESSAGES/kgeotag.mo
 share/locale/nl/LC_MESSAGES/kgeotag.mo
 share/locale/nn/LC_MESSAGES/kgeotag.mo
 share/locale/pa/LC_MESSAGES/kgeotag.mo
 share/locale/pl/LC_MESSAGES/kgeotag.mo
 share/locale/pt/LC_MESSAGES/kgeotag.mo
+share/locale/pt_BR/LC_MESSAGES/kgeotag.mo
 share/locale/ru/LC_MESSAGES/kgeotag.mo
 share/locale/sk/LC_MESSAGES/kgeotag.mo
 share/locale/sl/LC_MESSAGES/kgeotag.mo
 share/locale/sv/LC_MESSAGES/kgeotag.mo
+share/locale/tr/LC_MESSAGES/kgeotag.mo
 share/locale/uk/LC_MESSAGES/kgeotag.mo
+share/locale/zh_CN/LC_MESSAGES/kgeotag.mo
 share/metainfo/org.kde.kgeotag.appdata.xml
+



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202110181947.19IJlnmj021894>