public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: kde-plasma/kmenuedit/
@ 2017-02-01 12:08 Michael Palimaka
  0 siblings, 0 replies; 10+ messages in thread
From: Michael Palimaka @ 2017-02-01 12:08 UTC (permalink / raw
  To: gentoo-commits

commit:     3d772e8445d513ead1f8d50b2a72f80d7736be6d
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Wed Feb  1 12:07:38 2017 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Wed Feb  1 12:08:25 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d772e84

kde-plasma/kmenuedit: restore khotkeys

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 .../kmenuedit/{kmenuedit-5.9.0.ebuild => kmenuedit-5.9.0-r1.ebuild}  | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/kde-plasma/kmenuedit/kmenuedit-5.9.0.ebuild b/kde-plasma/kmenuedit/kmenuedit-5.9.0-r1.ebuild
similarity index 88%
rename from kde-plasma/kmenuedit/kmenuedit-5.9.0.ebuild
rename to kde-plasma/kmenuedit/kmenuedit-5.9.0-r1.ebuild
index 6b08f06..4b4eedb 100644
--- a/kde-plasma/kmenuedit/kmenuedit-5.9.0.ebuild
+++ b/kde-plasma/kmenuedit/kmenuedit-5.9.0-r1.ebuild
@@ -10,7 +10,7 @@ inherit kde5
 DESCRIPTION="KDE Plasma menu editor"
 HOMEPAGE="https://projects.kde.org/projects/kde/workspace/kmenuedit"
 KEYWORDS="~amd64 ~arm ~x86"
-IUSE=""
+IUSE="+hotkeys"
 
 DEPEND="
 	$(add_frameworks_dep kcompletion)
@@ -30,6 +30,7 @@ DEPEND="
 	$(add_qt_dep qtgui)
 	$(add_qt_dep qtwidgets)
 	$(add_qt_dep qtxml)
+	hotkeys? ( $(add_plasma_dep khotkeys) )
 "
 RDEPEND="${DEPEND}
 	!kde-plasma/kmenuedit:4
@@ -37,7 +38,7 @@ RDEPEND="${DEPEND}
 
 src_configure() {
 	local mycmakeargs=(
-		-DCMAKE_DISABLE_FIND_PACKAGE_KHotKeysDBusInterface=ON
+		$(cmake-utils_use_find_package hotkeys KHotKeysDBusInterface)
 	)
 
 	kde5_src_configure


^ permalink raw reply related	[flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-plasma/kmenuedit/
@ 2024-03-04 23:15 Andreas Sturmlechner
  0 siblings, 0 replies; 10+ messages in thread
From: Andreas Sturmlechner @ 2024-03-04 23:15 UTC (permalink / raw
  To: gentoo-commits

commit:     3c162c6c385ae82488fea27bf386a010a448d123
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Mar  4 23:03:06 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Mar  4 23:14:51 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c162c6c

kde-plasma/kmenuedit: add kde-invent upstream metadata

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

 kde-plasma/kmenuedit/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/kde-plasma/kmenuedit/metadata.xml b/kde-plasma/kmenuedit/metadata.xml
index d925f2439758..7fe5ace1f983 100644
--- a/kde-plasma/kmenuedit/metadata.xml
+++ b/kde-plasma/kmenuedit/metadata.xml
@@ -7,5 +7,6 @@
 	</maintainer>
 	<upstream>
 		<bugs-to>https://bugs.kde.org/</bugs-to>
+		<remote-id type="kde-invent">plasma/kmenuedit</remote-id>
 	</upstream>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-plasma/kmenuedit/
@ 2022-08-07  5:12 Sam James
  0 siblings, 0 replies; 10+ messages in thread
From: Sam James @ 2022-08-07  5:12 UTC (permalink / raw
  To: gentoo-commits

commit:     6b26bf4b7393489fa5ac55cf73edc2ca13f9cbd0
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Aug  7 05:12:09 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Aug  7 05:12:09 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b26bf4b

kde-plasma/kmenuedit: Stabilize 5.24.6 arm64, #857882

Signed-off-by: Sam James <sam <AT> gentoo.org>

 kde-plasma/kmenuedit/kmenuedit-5.24.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/kmenuedit/kmenuedit-5.24.6.ebuild b/kde-plasma/kmenuedit/kmenuedit-5.24.6.ebuild
index 2f604a1bcf23..40da1e9117e7 100644
--- a/kde-plasma/kmenuedit/kmenuedit-5.24.6.ebuild
+++ b/kde-plasma/kmenuedit/kmenuedit-5.24.6.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="https://invent.kde.org/plasma/kmenuedit"
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"
-KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv x86"
+KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86"
 IUSE=""
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-plasma/kmenuedit/
@ 2021-12-13 23:04 Sam James
  0 siblings, 0 replies; 10+ messages in thread
From: Sam James @ 2021-12-13 23:04 UTC (permalink / raw
  To: gentoo-commits

commit:     f2c23df55b8f9d4128210ba6c523ff1c393e6e9c
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 13 23:01:29 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Dec 13 23:03:47 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2c23df5

kde-plasma/kmenuedit: Stabilize 5.23.4 arm64, #826898

Signed-off-by: Sam James <sam <AT> gentoo.org>

 kde-plasma/kmenuedit/kmenuedit-5.23.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/kmenuedit/kmenuedit-5.23.4.ebuild b/kde-plasma/kmenuedit/kmenuedit-5.23.4.ebuild
index a43a1a7b638a..d919dd508b3d 100644
--- a/kde-plasma/kmenuedit/kmenuedit-5.23.4.ebuild
+++ b/kde-plasma/kmenuedit/kmenuedit-5.23.4.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="https://invent.kde.org/plasma/kmenuedit"
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86"
+KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86"
 IUSE=""
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-plasma/kmenuedit/
@ 2021-06-10 18:05 Georgy Yakovlev
  0 siblings, 0 replies; 10+ messages in thread
From: Georgy Yakovlev @ 2021-06-10 18:05 UTC (permalink / raw
  To: gentoo-commits

commit:     247fca11b047941edea7a04eaaa5ed70b76e7c3c
Author:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 10 17:50:51 2021 +0000
Commit:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Thu Jun 10 18:04:40 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=247fca11

kde-plasma/kmenuedit: keyword 5.22.0 for ~ppc64

Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>

 kde-plasma/kmenuedit/kmenuedit-5.22.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/kmenuedit/kmenuedit-5.22.0.ebuild b/kde-plasma/kmenuedit/kmenuedit-5.22.0.ebuild
index ecc7c5d6463..b71bd4e8c8a 100644
--- a/kde-plasma/kmenuedit/kmenuedit-5.22.0.ebuild
+++ b/kde-plasma/kmenuedit/kmenuedit-5.22.0.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="https://invent.kde.org/plasma/kmenuedit"
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~ppc64"
 IUSE=""
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-plasma/kmenuedit/
@ 2021-05-14 15:43 Andreas Sturmlechner
  0 siblings, 0 replies; 10+ messages in thread
From: Andreas Sturmlechner @ 2021-05-14 15:43 UTC (permalink / raw
  To: gentoo-commits

commit:     3952089765cc0b7175ff381cd8ed388b73a7f631
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu May 13 18:49:16 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri May 14 15:43:33 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39520897

kde-plasma/kmenuedit: Drop unused DEPEND

Upstream commit fcbae4cbadd52d8db1fa3524b42a1f8f29382ea5

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

 kde-plasma/kmenuedit/kmenuedit-5.21.5.ebuild | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/kde-plasma/kmenuedit/kmenuedit-5.21.5.ebuild b/kde-plasma/kmenuedit/kmenuedit-5.21.5.ebuild
index 5a1b40c7493..b295b218730 100644
--- a/kde-plasma/kmenuedit/kmenuedit-5.21.5.ebuild
+++ b/kde-plasma/kmenuedit/kmenuedit-5.21.5.ebuild
@@ -36,6 +36,4 @@ RDEPEND="
 	>=kde-frameworks/kxmlgui-${KFMIN}:5
 	>=kde-frameworks/sonnet-${KFMIN}:5
 "
-DEPEND="${RDEPEND}
-	>=kde-frameworks/kinit-${KFMIN}:5
-"
+DEPEND="${RDEPEND}"


^ permalink raw reply related	[flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-plasma/kmenuedit/
@ 2018-10-16 16:54 Mikle Kolyada
  0 siblings, 0 replies; 10+ messages in thread
From: Mikle Kolyada @ 2018-10-16 16:54 UTC (permalink / raw
  To: gentoo-commits

commit:     09eab5d1bf019811e799cf1b0f8ee15f78f2c0d6
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 16 16:44:43 2018 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Tue Oct 16 16:54:11 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09eab5d1

kde-plasma/kmenuedit: amd64 stable wrt bug #665244

Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11

 kde-plasma/kmenuedit/kmenuedit-5.13.5.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/kde-plasma/kmenuedit/kmenuedit-5.13.5.ebuild b/kde-plasma/kmenuedit/kmenuedit-5.13.5.ebuild
index b504d5a6e14..58c51a1af69 100644
--- a/kde-plasma/kmenuedit/kmenuedit-5.13.5.ebuild
+++ b/kde-plasma/kmenuedit/kmenuedit-5.13.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -8,7 +8,7 @@ inherit kde5
 
 DESCRIPTION="KDE Plasma menu editor"
 HOMEPAGE="https://cgit.kde.org/kmenuedit.git"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="amd64 ~arm ~x86"
 IUSE="+hotkeys"
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-plasma/kmenuedit/
@ 2018-05-26  0:52 Thomas Deutschmann
  0 siblings, 0 replies; 10+ messages in thread
From: Thomas Deutschmann @ 2018-05-26  0:52 UTC (permalink / raw
  To: gentoo-commits

commit:     d657309e89f07c69eaab6464c293b842f14b17f3
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Sat May 26 00:44:43 2018 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Sat May 26 00:51:54 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d657309e

kde-plasma/kmenuedit: x86 stable (bug #654740)

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 kde-plasma/kmenuedit/kmenuedit-5.12.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/kmenuedit/kmenuedit-5.12.5.ebuild b/kde-plasma/kmenuedit/kmenuedit-5.12.5.ebuild
index b47a90c0a25..f8a9158860f 100644
--- a/kde-plasma/kmenuedit/kmenuedit-5.12.5.ebuild
+++ b/kde-plasma/kmenuedit/kmenuedit-5.12.5.ebuild
@@ -8,7 +8,7 @@ inherit kde5
 
 DESCRIPTION="KDE Plasma menu editor"
 HOMEPAGE="https://cgit.kde.org/kmenuedit.git"
-KEYWORDS="amd64 ~arm ~x86"
+KEYWORDS="amd64 ~arm x86"
 IUSE="+hotkeys"
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-plasma/kmenuedit/
@ 2018-05-22  7:49 Mikle Kolyada
  0 siblings, 0 replies; 10+ messages in thread
From: Mikle Kolyada @ 2018-05-22  7:49 UTC (permalink / raw
  To: gentoo-commits

commit:     3d5b8cd4b0c36c808392728e10559ee63037b4c0
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Tue May 22 07:44:53 2018 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Tue May 22 07:48:59 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d5b8cd4

kde-plasma/kmenuedit: amd64 stable wrt bug #654740

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 kde-plasma/kmenuedit/kmenuedit-5.12.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/kmenuedit/kmenuedit-5.12.5.ebuild b/kde-plasma/kmenuedit/kmenuedit-5.12.5.ebuild
index b504d5a6e14..b47a90c0a25 100644
--- a/kde-plasma/kmenuedit/kmenuedit-5.12.5.ebuild
+++ b/kde-plasma/kmenuedit/kmenuedit-5.12.5.ebuild
@@ -8,7 +8,7 @@ inherit kde5
 
 DESCRIPTION="KDE Plasma menu editor"
 HOMEPAGE="https://cgit.kde.org/kmenuedit.git"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="amd64 ~arm ~x86"
 IUSE="+hotkeys"
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-plasma/kmenuedit/
@ 2016-04-07 13:27 Mikle Kolyada
  0 siblings, 0 replies; 10+ messages in thread
From: Mikle Kolyada @ 2016-04-07 13:27 UTC (permalink / raw
  To: gentoo-commits

commit:     c2ab6ed632b3eef3310fb0f5be0691bf3a82c3a7
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Thu Apr  7 12:28:44 2016 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Thu Apr  7 13:23:37 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2ab6ed6

kde-plasma/kmenuedit: amd64 stable wrt bug #429204

Package-Manager: portage-2.2.26

 kde-plasma/kmenuedit/kmenuedit-5.5.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/kmenuedit/kmenuedit-5.5.5.ebuild b/kde-plasma/kmenuedit/kmenuedit-5.5.5.ebuild
index cdea103..1cb04aa 100644
--- a/kde-plasma/kmenuedit/kmenuedit-5.5.5.ebuild
+++ b/kde-plasma/kmenuedit/kmenuedit-5.5.5.ebuild
@@ -9,7 +9,7 @@ inherit kde5
 
 DESCRIPTION="KDE menu editor"
 HOMEPAGE="https://projects.kde.org/projects/kde/workspace/kmenuedit"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="amd64 ~arm ~x86"
 IUSE="+hotkeys"
 
 DEPEND="


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

end of thread, other threads:[~2024-03-04 23:15 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-02-01 12:08 [gentoo-commits] repo/gentoo:master commit in: kde-plasma/kmenuedit/ Michael Palimaka
  -- strict thread matches above, loose matches on Subject: below --
2024-03-04 23:15 Andreas Sturmlechner
2022-08-07  5:12 Sam James
2021-12-13 23:04 Sam James
2021-06-10 18:05 Georgy Yakovlev
2021-05-14 15:43 Andreas Sturmlechner
2018-10-16 16:54 Mikle Kolyada
2018-05-26  0:52 Thomas Deutschmann
2018-05-22  7:49 Mikle Kolyada
2016-04-07 13:27 Mikle Kolyada

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