public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/kde:master commit in: app-misc/calindori/
@ 2020-09-19 20:03 Andreas Sturmlechner
  0 siblings, 0 replies; 4+ messages in thread
From: Andreas Sturmlechner @ 2020-09-19 20:03 UTC (permalink / raw
  To: gentoo-commits

commit:     c9909719a17096bdea5a54796a805d522a5daaa3
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 17 19:58:45 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Sep 19 19:49:53 2020 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=c9909719

app-misc/calindori: New package

See also:
https://dimitris.cc/kde/2020/09/11/Calindori_1_2.html
https://mail.kde.org/pipermail/kde-announce-apps/2020-September/005604.html

Package-Manager: Portage-3.0.7, Repoman-3.0.1
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 app-misc/calindori/calindori-9999.ebuild | 36 ++++++++++++++++++++++++++++++++
 app-misc/calindori/metadata.xml          |  8 +++++++
 2 files changed, 44 insertions(+)

diff --git a/app-misc/calindori/calindori-9999.ebuild b/app-misc/calindori/calindori-9999.ebuild
new file mode 100644
index 0000000000..059cde9208
--- /dev/null
+++ b/app-misc/calindori/calindori-9999.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+KDE_ORG_CATEGORY=plasma-mobile
+KFMIN=5.74.0
+QTMIN=5.14.2
+inherit ecm kde.org
+
+DESCRIPTION="Touch friendly calendar application"
+HOMEPAGE="https://kde.org/applications/cs/calindori"
+
+LICENSE="CC-BY-SA-4.0 BSD GPL-3+"
+SLOT="5"
+KEYWORDS=""
+IUSE=""
+
+BDEPEND="virtual/pkgconfig"
+DEPEND="
+	>=dev-qt/qtdbus-${QTMIN}:5
+	>=dev-qt/qtdeclarative-${QTMIN}:5
+	>=dev-qt/qtgui-${QTMIN}:5
+	>=dev-qt/qtquickcontrols2-${QTMIN}:5
+	>=dev-qt/qtsvg-${QTMIN}:5
+	>=dev-qt/qtwidgets-${QTMIN}:5
+	>=kde-frameworks/kcalendarcore-${KFMIN}:5
+	>=kde-frameworks/kconfig-${KFMIN}:5
+	>=kde-frameworks/kcoreaddons-${KFMIN}:5
+	>=kde-frameworks/kdbusaddons-${KFMIN}:5
+	>=kde-frameworks/ki18n-${KFMIN}:5
+	>=kde-frameworks/kirigami-${KFMIN}:5
+	>=kde-frameworks/knotifications-${KFMIN}:5
+	>=kde-frameworks/kservice-${KFMIN}:5
+"
+RDEPEND="${DEPEND}"

diff --git a/app-misc/calindori/metadata.xml b/app-misc/calindori/metadata.xml
new file mode 100644
index 0000000000..2fdbf33d96
--- /dev/null
+++ b/app-misc/calindori/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] 4+ messages in thread

* [gentoo-commits] proj/kde:master commit in: app-misc/calindori/
@ 2024-03-03 13:56 Andreas Sturmlechner
  0 siblings, 0 replies; 4+ messages in thread
From: Andreas Sturmlechner @ 2024-03-03 13:56 UTC (permalink / raw
  To: gentoo-commits

commit:     ff11061ca0a5a77c73d6bfdede83ccaa6c3de7b6
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Mar  3 11:45:01 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Mar  3 11:45:01 2024 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=ff11061c

app-misc/calindori: add kde-invent upstream metadata

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

 app-misc/calindori/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/app-misc/calindori/metadata.xml b/app-misc/calindori/metadata.xml
index d925f24397..7200cb74a9 100644
--- a/app-misc/calindori/metadata.xml
+++ b/app-misc/calindori/metadata.xml
@@ -7,5 +7,6 @@
 	</maintainer>
 	<upstream>
 		<bugs-to>https://bugs.kde.org/</bugs-to>
+		<remote-id type="kde-invent">plasma-mobile/calindori</remote-id>
 	</upstream>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] proj/kde:master commit in: app-misc/calindori/
@ 2024-03-03 13:56 Andreas Sturmlechner
  0 siblings, 0 replies; 4+ messages in thread
From: Andreas Sturmlechner @ 2024-03-03 13:56 UTC (permalink / raw
  To: gentoo-commits

commit:     0687371b84faec1d6090a0b68fe345e1c097ed4d
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Mar  3 11:44:18 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Mar  3 11:44:18 2024 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=0687371b

app-misc/calindori: Port to KF6

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

 app-misc/calindori/calindori-9999.ebuild | 37 ++++++++++++++++----------------
 1 file changed, 18 insertions(+), 19 deletions(-)

diff --git a/app-misc/calindori/calindori-9999.ebuild b/app-misc/calindori/calindori-9999.ebuild
index 7fafef5941..900c468370 100644
--- a/app-misc/calindori/calindori-9999.ebuild
+++ b/app-misc/calindori/calindori-9999.ebuild
@@ -3,33 +3,32 @@
 
 EAPI=8
 
-KFMIN=5.106.0
-QTMIN=5.15.9
+KFMIN=6.6.0
+QTMIN=6.6.2
 inherit ecm plasma-mobile.kde.org
 
 DESCRIPTION="Touch friendly calendar application"
 HOMEPAGE="https://apps.kde.org/calindori/"
 
 LICENSE="CC-BY-SA-4.0 BSD GPL-3+"
-SLOT="5"
+SLOT="0"
 KEYWORDS=""
 IUSE=""
 
-BDEPEND="virtual/pkgconfig"
 DEPEND="
-	>=dev-qt/qtdbus-${QTMIN}:5
-	>=dev-qt/qtdeclarative-${QTMIN}:5
-	>=dev-qt/qtgui-${QTMIN}:5
-	>=dev-qt/qtquickcontrols2-${QTMIN}:5
-	>=dev-qt/qtsvg-${QTMIN}:5
-	>=dev-qt/qtwidgets-${QTMIN}:5
-	>=kde-frameworks/kcalendarcore-${KFMIN}:5
-	>=kde-frameworks/kconfig-${KFMIN}:5
-	>=kde-frameworks/kcoreaddons-${KFMIN}:5
-	>=kde-frameworks/kdbusaddons-${KFMIN}:5
-	>=kde-frameworks/ki18n-${KFMIN}:5
-	>=kde-frameworks/kirigami-${KFMIN}:5
-	>=kde-frameworks/knotifications-${KFMIN}:5
-	>=kde-frameworks/kservice-${KFMIN}:5
+	>=dev-qt/qtbase-${QTMIN}:6[dbus,gui,widgets]
+	>=dev-qt/qtdeclarative-${QTMIN}:6
+	>=dev-qt/qtsvg-${QTMIN}:6
+	>=kde-frameworks/kcalendarcore-${KFMIN}:6
+	>=kde-frameworks/kconfig-${KFMIN}:6
+	>=kde-frameworks/kcoreaddons-${KFMIN}:6
+	>=kde-frameworks/kdbusaddons-${KFMIN}:6
+	>=kde-frameworks/ki18n-${KFMIN}:6
+	>=kde-frameworks/kirigami-${KFMIN}:6
+	>=kde-frameworks/knotifications-${KFMIN}:6
+	>=kde-frameworks/kservice-${KFMIN}:6
+"
+RDEPEND="${DEPEND}
+	!${CATEGORY}/${PN}:5
 "
-RDEPEND="${DEPEND}"
+BDEPEND="virtual/pkgconfig"


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] proj/kde:master commit in: app-misc/calindori/
@ 2024-03-09 16:02 Andreas Sturmlechner
  0 siblings, 0 replies; 4+ messages in thread
From: Andreas Sturmlechner @ 2024-03-09 16:02 UTC (permalink / raw
  To: gentoo-commits

commit:     478fbfbb01e928a13ae0422d4f864547710b1ef9
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Mar  9 15:59:54 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Mar  9 16:02:16 2024 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=478fbfbb

app-misc/calindori: Fix KFMIN to 6.0.0

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

 app-misc/calindori/calindori-9999.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/calindori/calindori-9999.ebuild b/app-misc/calindori/calindori-9999.ebuild
index 900c468370..70365bd04c 100644
--- a/app-misc/calindori/calindori-9999.ebuild
+++ b/app-misc/calindori/calindori-9999.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-KFMIN=6.6.0
+KFMIN=6.0.0
 QTMIN=6.6.2
 inherit ecm plasma-mobile.kde.org
 


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2024-03-09 16:02 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-09-19 20:03 [gentoo-commits] proj/kde:master commit in: app-misc/calindori/ Andreas Sturmlechner
  -- strict thread matches above, loose matches on Subject: below --
2024-03-03 13:56 Andreas Sturmlechner
2024-03-03 13:56 Andreas Sturmlechner
2024-03-09 16:02 Andreas Sturmlechner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox