public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/kde:master commit in: kde-apps/kdialog/
@ 2015-01-15 15:09 Manuel Rüger
  0 siblings, 0 replies; 9+ messages in thread
From: Manuel Rüger @ 2015-01-15 15:09 UTC (permalink / raw
  To: gentoo-commits

commit:     de25feba06adcd778049ac9e214826777407996e
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 15 15:09:31 2015 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Thu Jan 15 15:09:31 2015 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=de25feba

[kde-apps/kdialog] Add frameworks version.

Package-Manager: portage-2.2.15

---
 kde-apps/kdialog/kdialog-5.9999.ebuild | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/kde-apps/kdialog/kdialog-5.9999.ebuild b/kde-apps/kdialog/kdialog-5.9999.ebuild
new file mode 100644
index 0000000..e0abd0a
--- /dev/null
+++ b/kde-apps/kdialog/kdialog-5.9999.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+KMNAME="kde-baseapps"
+EGIT_BRANCH="frameworks"
+inherit kde5
+
+DESCRIPTION="KDialog can be used to show nice dialog boxes from shell scripts"
+KEYWORDS=""
+IUSE=""
+
+S=${WORKDIR}/${P}/${PN}
+
+RDEPEND="$(add_frameworks_dep kde4libs)
+	$(add_frameworks_dep kwidgetsaddons)
+	dev-qt/qtdbus:5"
+DEPEND="${RDEPEND}"


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

* [gentoo-commits] proj/kde:master commit in: kde-apps/kdialog/
@ 2015-02-08  9:29 Johannes Huber
  0 siblings, 0 replies; 9+ messages in thread
From: Johannes Huber @ 2015-02-08  9:29 UTC (permalink / raw
  To: gentoo-commits

commit:     9a02595e87b82118f5b5058565031e87bd856892
Author:     Karol Herbst <git <AT> karolherbst <DOT> de>
AuthorDate: Fri Feb  6 21:27:59 2015 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Sun Feb  8 09:29:20 2015 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=9a02595e

[kde-apps/kdialog] Fix DEPEND

Package-Manager: portage-2.2.15

---
 kde-apps/kdialog/kdialog-5.9999.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/kde-apps/kdialog/kdialog-5.9999.ebuild b/kde-apps/kdialog/kdialog-5.9999.ebuild
index e0abd0a..59ecf63 100644
--- a/kde-apps/kdialog/kdialog-5.9999.ebuild
+++ b/kde-apps/kdialog/kdialog-5.9999.ebuild
@@ -14,7 +14,8 @@ IUSE=""
 
 S=${WORKDIR}/${P}/${PN}
 
-RDEPEND="$(add_frameworks_dep kde4libs)
+DEPEND="
+	$(add_frameworks_dep kdelibs4support)
 	$(add_frameworks_dep kwidgetsaddons)
 	dev-qt/qtdbus:5"
-DEPEND="${RDEPEND}"
+RDEPEND="${DEPEND}"


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

* [gentoo-commits] proj/kde:master commit in: kde-apps/kdialog/
@ 2016-04-04 18:08 Johannes Huber
  0 siblings, 0 replies; 9+ messages in thread
From: Johannes Huber @ 2016-04-04 18:08 UTC (permalink / raw
  To: gentoo-commits

commit:     47ed47adfeeb4e35749b5ff322ab3ee403240e9e
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Mon Apr  4 17:59:36 2016 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Mon Apr  4 17:59:36 2016 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=47ed47ad

kde-apps/kdialog: EAPI 6

Package-Manager: portage-2.2.28

 kde-apps/kdialog/kdialog-15.12.3.ebuild       | 4 ++--
 kde-apps/kdialog/kdialog-16.04.49.9999.ebuild | 4 ++--
 kde-apps/kdialog/kdialog-5.9999.ebuild        | 7 ++++---
 kde-apps/kdialog/kdialog-9999.ebuild          | 4 ++--
 4 files changed, 10 insertions(+), 9 deletions(-)

diff --git a/kde-apps/kdialog/kdialog-15.12.3.ebuild b/kde-apps/kdialog/kdialog-15.12.3.ebuild
index f9bc4bf..588c3b4 100644
--- a/kde-apps/kdialog/kdialog-15.12.3.ebuild
+++ b/kde-apps/kdialog/kdialog-15.12.3.ebuild
@@ -2,11 +2,11 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 
 KMNAME="kde-baseapps"
 inherit kde4-meta
 
-DESCRIPTION="KDialog can be used to show nice dialog boxes from shell scripts"
+DESCRIPTION="Can be used to show nice dialog boxes from shell scripts"
 KEYWORDS=" ~amd64 ~x86"
 IUSE="debug"

diff --git a/kde-apps/kdialog/kdialog-16.04.49.9999.ebuild b/kde-apps/kdialog/kdialog-16.04.49.9999.ebuild
index a343a46..515d89c 100644
--- a/kde-apps/kdialog/kdialog-16.04.49.9999.ebuild
+++ b/kde-apps/kdialog/kdialog-16.04.49.9999.ebuild
@@ -2,11 +2,11 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 
 KMNAME="kde-baseapps"
 inherit kde4-meta
 
-DESCRIPTION="KDialog can be used to show nice dialog boxes from shell scripts"
+DESCRIPTION="Can be used to show nice dialog boxes from shell scripts"
 KEYWORDS=""
 IUSE="debug"

diff --git a/kde-apps/kdialog/kdialog-5.9999.ebuild b/kde-apps/kdialog/kdialog-5.9999.ebuild
index c250c03..089c2ac 100644
--- a/kde-apps/kdialog/kdialog-5.9999.ebuild
+++ b/kde-apps/kdialog/kdialog-5.9999.ebuild
@@ -2,13 +2,13 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 
 KMNAME="kde-baseapps"
 EGIT_BRANCH="frameworks"
 inherit kde5
 
-DESCRIPTION="KDialog can be used to show nice dialog boxes from shell scripts"
+DESCRIPTION="Can be used to show nice dialog boxes from shell scripts"
 KEYWORDS=""
 IUSE=""
 
@@ -17,5 +17,6 @@ S=${WORKDIR}/${P}/${PN}
 DEPEND="
 	$(add_frameworks_dep kdelibs4support)
 	$(add_frameworks_dep kwidgetsaddons)
-	$(add_qt_dep qtdbus)"
+	$(add_qt_dep qtdbus)
+"
 RDEPEND="${DEPEND}"

diff --git a/kde-apps/kdialog/kdialog-9999.ebuild b/kde-apps/kdialog/kdialog-9999.ebuild
index a343a46..515d89c 100644
--- a/kde-apps/kdialog/kdialog-9999.ebuild
+++ b/kde-apps/kdialog/kdialog-9999.ebuild
@@ -2,11 +2,11 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 
 KMNAME="kde-baseapps"
 inherit kde4-meta
 
-DESCRIPTION="KDialog can be used to show nice dialog boxes from shell scripts"
+DESCRIPTION="Can be used to show nice dialog boxes from shell scripts"
 KEYWORDS=""
 IUSE="debug"


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

* [gentoo-commits] proj/kde:master commit in: kde-apps/kdialog/
@ 2016-08-02 21:22 Johannes Huber
  0 siblings, 0 replies; 9+ messages in thread
From: Johannes Huber @ 2016-08-02 21:22 UTC (permalink / raw
  To: gentoo-commits

commit:     1dd801ca6c0af8354ffa311a87504edf4f99a1d5
Author:     Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
AuthorDate: Tue Aug  2 18:30:45 2016 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Tue Aug  2 21:21:52 2016 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=1dd801ca

kde-apps/kdialog: Frameworks merged to master

Package-Manager: portage-2.2.28

Signed-off-by: Johannes Huber <johu <AT> gentoo.org>

 kde-apps/kdialog/kdialog-5.9999.ebuild | 22 ----------------------
 kde-apps/kdialog/kdialog-9999.ebuild   | 31 +++++++++++++++++++++++++++++--
 2 files changed, 29 insertions(+), 24 deletions(-)

diff --git a/kde-apps/kdialog/kdialog-5.9999.ebuild b/kde-apps/kdialog/kdialog-5.9999.ebuild
deleted file mode 100644
index 089c2ac..0000000
--- a/kde-apps/kdialog/kdialog-5.9999.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-KMNAME="kde-baseapps"
-EGIT_BRANCH="frameworks"
-inherit kde5
-
-DESCRIPTION="Can be used to show nice dialog boxes from shell scripts"
-KEYWORDS=""
-IUSE=""
-
-S=${WORKDIR}/${P}/${PN}
-
-DEPEND="
-	$(add_frameworks_dep kdelibs4support)
-	$(add_frameworks_dep kwidgetsaddons)
-	$(add_qt_dep qtdbus)
-"
-RDEPEND="${DEPEND}"

diff --git a/kde-apps/kdialog/kdialog-9999.ebuild b/kde-apps/kdialog/kdialog-9999.ebuild
index 515d89c..0ec37bd 100644
--- a/kde-apps/kdialog/kdialog-9999.ebuild
+++ b/kde-apps/kdialog/kdialog-9999.ebuild
@@ -5,8 +5,35 @@
 EAPI=6
 
 KMNAME="kde-baseapps"
-inherit kde4-meta
+inherit kde5
 
 DESCRIPTION="Can be used to show nice dialog boxes from shell scripts"
 KEYWORDS=""
-IUSE="debug"
+IUSE="X"
+
+DEPEND="
+	$(add_frameworks_dep kcompletion)
+	$(add_frameworks_dep kconfig)
+	$(add_frameworks_dep kdelibs4support)
+	$(add_frameworks_dep ki18n)
+	$(add_frameworks_dep kiconthemes)
+	$(add_frameworks_dep kio)
+	$(add_frameworks_dep knotifications)
+	$(add_frameworks_dep ktextwidgets)
+	$(add_frameworks_dep kwidgetsaddons)
+	$(add_frameworks_dep kwindowsystem)
+	$(add_qt_dep qtdbus)
+	$(add_qt_dep qtgui)
+	$(add_qt_dep qtwidgets)
+	X? ( x11-libs/libX11 )
+"
+RDEPEND="${DEPEND}"
+
+S="${S}/${PN}"
+
+src_configure() {
+	local mycmakeargs=(
+		$(cmake-utils_use_find_package X X11)
+	)
+	kde5_src_configure
+}


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

* [gentoo-commits] proj/kde:master commit in: kde-apps/kdialog/
@ 2017-06-25 15:54 Andreas Sturmlechner
  0 siblings, 0 replies; 9+ messages in thread
From: Andreas Sturmlechner @ 2017-06-25 15:54 UTC (permalink / raw
  To: gentoo-commits

commit:     1416d0d2b5a5435420678ee16483572b4763fa0d
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 25 15:54:10 2017 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Jun 25 15:54:10 2017 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=1416d0d2

kde-apps/kdialog: Fix DEPENDs

Upstream commit fd50a04df49bac3ce3e95f3eef5e5aa38b4021e0

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 kde-apps/kdialog/kdialog-9999.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/kde-apps/kdialog/kdialog-9999.ebuild b/kde-apps/kdialog/kdialog-9999.ebuild
index 46aa0d7dbd..89519f88ab 100644
--- a/kde-apps/kdialog/kdialog-9999.ebuild
+++ b/kde-apps/kdialog/kdialog-9999.ebuild
@@ -10,9 +10,10 @@ KEYWORDS=""
 IUSE="X"
 
 DEPEND="
-	$(add_frameworks_dep kcompletion)
 	$(add_frameworks_dep kconfig)
-	$(add_frameworks_dep kdelibs4support)
+	$(add_frameworks_dep kcoreaddons)
+	$(add_frameworks_dep kdbusaddons)
+	$(add_frameworks_dep kguiaddons)
 	$(add_frameworks_dep ki18n)
 	$(add_frameworks_dep kiconthemes)
 	$(add_frameworks_dep kio)


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

* [gentoo-commits] proj/kde:master commit in: kde-apps/kdialog/
@ 2021-05-12  7:50 Andreas Sturmlechner
  0 siblings, 0 replies; 9+ messages in thread
From: Andreas Sturmlechner @ 2021-05-12  7:50 UTC (permalink / raw
  To: gentoo-commits

commit:     c9bd687fd9e53c11ce437aebe502dbe938f1cd63
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed May 12 07:36:05 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed May 12 07:36:05 2021 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=c9bd687f

kde-apps/kdialog: 21.04.1 version bump

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

 kde-apps/kdialog/kdialog-21.04.1.ebuild | 42 +++++++++++++++++++++++++++++++++
 1 file changed, 42 insertions(+)

diff --git a/kde-apps/kdialog/kdialog-21.04.1.ebuild b/kde-apps/kdialog/kdialog-21.04.1.ebuild
new file mode 100644
index 0000000000..a4d2d1c3cb
--- /dev/null
+++ b/kde-apps/kdialog/kdialog-21.04.1.ebuild
@@ -0,0 +1,42 @@
+# 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="Can be used to show nice dialog boxes from shell scripts"
+HOMEPAGE="https://apps.kde.org/en/kdialog"
+
+LICENSE="GPL-2" # TODO: CHECK
+SLOT="5"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+IUSE="X"
+
+DEPEND="
+	>=dev-qt/qtdbus-${QTMIN}:5
+	>=dev-qt/qtgui-${QTMIN}:5
+	>=dev-qt/qtwidgets-${QTMIN}:5
+	>=kde-frameworks/kconfig-${KFMIN}:5
+	>=kde-frameworks/kcoreaddons-${KFMIN}:5
+	>=kde-frameworks/kdbusaddons-${KFMIN}:5
+	>=kde-frameworks/kguiaddons-${KFMIN}:5
+	>=kde-frameworks/ki18n-${KFMIN}:5
+	>=kde-frameworks/kiconthemes-${KFMIN}:5
+	>=kde-frameworks/kio-${KFMIN}:5
+	>=kde-frameworks/knotifications-${KFMIN}:5
+	>=kde-frameworks/ktextwidgets-${KFMIN}:5
+	>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
+	>=kde-frameworks/kwindowsystem-${KFMIN}:5
+	X? ( x11-libs/libX11 )
+"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+	local mycmakeargs=(
+		$(cmake_use_find_package X X11)
+	)
+	ecm_src_configure
+}


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

* [gentoo-commits] proj/kde:master commit in: kde-apps/kdialog/
@ 2022-10-06  7:33 Andreas Sturmlechner
  0 siblings, 0 replies; 9+ messages in thread
From: Andreas Sturmlechner @ 2022-10-06  7:33 UTC (permalink / raw
  To: gentoo-commits

commit:     2cad4c6e9d8a2a788b083dfc119dd8b36e0a00d8
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Oct  6 07:24:25 2022 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Oct  6 07:33:19 2022 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=2cad4c6e

kde-apps/kdialog: Update HOMEPAGE

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

 kde-apps/kdialog/kdialog-22.08.49.9999.ebuild | 3 ++-
 kde-apps/kdialog/kdialog-9999.ebuild          | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/kde-apps/kdialog/kdialog-22.08.49.9999.ebuild b/kde-apps/kdialog/kdialog-22.08.49.9999.ebuild
index b1b8838c63..5a7a922506 100644
--- a/kde-apps/kdialog/kdialog-22.08.49.9999.ebuild
+++ b/kde-apps/kdialog/kdialog-22.08.49.9999.ebuild
@@ -8,7 +8,8 @@ QTMIN=5.15.5
 inherit ecm gear.kde.org
 
 DESCRIPTION="Can be used to show nice dialog boxes from shell scripts"
-HOMEPAGE="https://apps.kde.org/kdialog/"
+HOMEPAGE="https://userbase.kde.org/Kdialog
+https://develop.kde.org/deploy/kdialog/"
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"

diff --git a/kde-apps/kdialog/kdialog-9999.ebuild b/kde-apps/kdialog/kdialog-9999.ebuild
index d177ebb048..5707b6d035 100644
--- a/kde-apps/kdialog/kdialog-9999.ebuild
+++ b/kde-apps/kdialog/kdialog-9999.ebuild
@@ -8,7 +8,8 @@ QTMIN=5.15.5
 inherit ecm gear.kde.org
 
 DESCRIPTION="Can be used to show nice dialog boxes from shell scripts"
-HOMEPAGE="https://apps.kde.org/kdialog/"
+HOMEPAGE="https://userbase.kde.org/Kdialog
+https://develop.kde.org/deploy/kdialog/"
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"


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

* [gentoo-commits] proj/kde:master commit in: kde-apps/kdialog/
@ 2023-12-23 15:46 Andreas Sturmlechner
  0 siblings, 0 replies; 9+ messages in thread
From: Andreas Sturmlechner @ 2023-12-23 15:46 UTC (permalink / raw
  To: gentoo-commits

commit:     4842e25063a60b2426fbdd6e978e8f0b52786c7a
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Sat Dec 23 09:07:25 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Dec 23 15:46:15 2023 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=4842e250

kde-apps/kdialog: update HOMEPAGE

Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-apps/kdialog/kdialog-23.08.49.9999.ebuild | 6 ++++--
 kde-apps/kdialog/kdialog-9999.ebuild          | 6 ++++--
 2 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/kde-apps/kdialog/kdialog-23.08.49.9999.ebuild b/kde-apps/kdialog/kdialog-23.08.49.9999.ebuild
index 646be33052..b48fc35b5a 100644
--- a/kde-apps/kdialog/kdialog-23.08.49.9999.ebuild
+++ b/kde-apps/kdialog/kdialog-23.08.49.9999.ebuild
@@ -8,8 +8,10 @@ QTMIN=5.15.9
 inherit ecm gear.kde.org
 
 DESCRIPTION="Can be used to show nice dialog boxes from shell scripts"
-HOMEPAGE="https://userbase.kde.org/Kdialog
-https://develop.kde.org/deploy/kdialog/"
+HOMEPAGE="
+	https://develop.kde.org/docs/administration/kdialog/
+	https://invent.kde.org/utilities/kdialog
+"
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"

diff --git a/kde-apps/kdialog/kdialog-9999.ebuild b/kde-apps/kdialog/kdialog-9999.ebuild
index d5933968f3..129a7fd10e 100644
--- a/kde-apps/kdialog/kdialog-9999.ebuild
+++ b/kde-apps/kdialog/kdialog-9999.ebuild
@@ -8,8 +8,10 @@ QTMIN=6.6.0
 inherit ecm gear.kde.org
 
 DESCRIPTION="Can be used to show nice dialog boxes from shell scripts"
-HOMEPAGE="https://userbase.kde.org/Kdialog
-https://develop.kde.org/deploy/kdialog/"
+HOMEPAGE="
+	https://develop.kde.org/docs/administration/kdialog/
+	https://invent.kde.org/utilities/kdialog
+"
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="6"


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

* [gentoo-commits] proj/kde:master commit in: kde-apps/kdialog/
@ 2023-12-23 18:46 Andreas Sturmlechner
  0 siblings, 0 replies; 9+ messages in thread
From: Andreas Sturmlechner @ 2023-12-23 18:46 UTC (permalink / raw
  To: gentoo-commits

commit:     01b7ab1e518461fb2fc1899c9a79fe49460124bf
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 23 18:37:02 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Dec 23 18:37:02 2023 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=01b7ab1e

kde-apps/kdialog: add kde-invent upstream metadata

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

 kde-apps/kdialog/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/kde-apps/kdialog/metadata.xml b/kde-apps/kdialog/metadata.xml
index d925f24397..f6c6c95b16 100644
--- a/kde-apps/kdialog/metadata.xml
+++ b/kde-apps/kdialog/metadata.xml
@@ -7,5 +7,6 @@
 	</maintainer>
 	<upstream>
 		<bugs-to>https://bugs.kde.org/</bugs-to>
+		<remote-id type="kde-invent">utilities/kdialog</remote-id>
 	</upstream>
 </pkgmetadata>


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

end of thread, other threads:[~2023-12-23 18:46 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-23 15:46 [gentoo-commits] proj/kde:master commit in: kde-apps/kdialog/ Andreas Sturmlechner
  -- strict thread matches above, loose matches on Subject: below --
2023-12-23 18:46 Andreas Sturmlechner
2022-10-06  7:33 Andreas Sturmlechner
2021-05-12  7:50 Andreas Sturmlechner
2017-06-25 15:54 Andreas Sturmlechner
2016-08-02 21:22 Johannes Huber
2016-04-04 18:08 Johannes Huber
2015-02-08  9:29 Johannes Huber
2015-01-15 15:09 Manuel Rüger

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