* [gentoo-commits] proj/kde:master commit in: kde-base/krunner/
@ 2011-03-07 23:17 Tomas Chvatal
0 siblings, 0 replies; 5+ messages in thread
From: Tomas Chvatal @ 2011-03-07 23:17 UTC (permalink / raw
To: gentoo-commits
commit: 18ac698a321cdd9f591529377b60a35c0f5fa31f
Author: Tomas Chvatal <scarabeus <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 7 23:13:32 2011 +0000
Commit: Tomas Chvatal <scarabeus <AT> gentoo <DOT> org>
CommitDate: Mon Mar 7 23:13:32 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=18ac698a
[kde-base/krunner] sync with main tree. (drop xf86misc dep)
---
kde-base/krunner/krunner-4.6.9999.ebuild | 2 --
kde-base/krunner/krunner-9999.ebuild | 2 --
2 files changed, 0 insertions(+), 4 deletions(-)
diff --git a/kde-base/krunner/krunner-4.6.9999.ebuild b/kde-base/krunner/krunner-4.6.9999.ebuild
index 57f49f9..a438095 100644
--- a/kde-base/krunner/krunner-4.6.9999.ebuild
+++ b/kde-base/krunner/krunner-4.6.9999.ebuild
@@ -20,7 +20,6 @@ COMMONDEPEND="
$(add_kdebase_dep libkworkspace)
$(add_kdebase_dep libplasmagenericshell)
!aqua? (
- x11-libs/libXxf86misc
x11-libs/libXcursor
x11-libs/libXScrnSaver
)
@@ -28,7 +27,6 @@ COMMONDEPEND="
DEPEND="${COMMONDEPEND}
!aqua? (
x11-libs/libXcursor
- x11-proto/xf86miscproto
x11-proto/scrnsaverproto
)
"
diff --git a/kde-base/krunner/krunner-9999.ebuild b/kde-base/krunner/krunner-9999.ebuild
index 57f49f9..a438095 100644
--- a/kde-base/krunner/krunner-9999.ebuild
+++ b/kde-base/krunner/krunner-9999.ebuild
@@ -20,7 +20,6 @@ COMMONDEPEND="
$(add_kdebase_dep libkworkspace)
$(add_kdebase_dep libplasmagenericshell)
!aqua? (
- x11-libs/libXxf86misc
x11-libs/libXcursor
x11-libs/libXScrnSaver
)
@@ -28,7 +27,6 @@ COMMONDEPEND="
DEPEND="${COMMONDEPEND}
!aqua? (
x11-libs/libXcursor
- x11-proto/xf86miscproto
x11-proto/scrnsaverproto
)
"
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-base/krunner/
@ 2011-05-24 5:57 Jorge Manuel B. S. Vicetto
0 siblings, 0 replies; 5+ messages in thread
From: Jorge Manuel B. S. Vicetto @ 2011-05-24 5:57 UTC (permalink / raw
To: gentoo-commits
commit: 09217b6b2480cddfc2d81b7d05a5d34daacf4f52
Author: Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto <AT> gentoo <DOT> org>
AuthorDate: Tue May 24 05:17:48 2011 +0000
Commit: Jorge Manuel B. S. Vicetto <jmbsvicetto <AT> gentoo <DOT> org>
CommitDate: Tue May 24 05:17:48 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=09217b6b
[kde-base/krunner] 4.6.80 version bump.
(Portage version: 2.2.0_alpha34/git/Linux x86_64, signed Manifest commit with key BB0E6E98)
---
kde-base/krunner/krunner-4.6.80.ebuild | 57 ++++++++++++++++++++++++++++++++
1 files changed, 57 insertions(+), 0 deletions(-)
diff --git a/kde-base/krunner/krunner-4.6.80.ebuild b/kde-base/krunner/krunner-4.6.80.ebuild
new file mode 100644
index 0000000..2d1cd18
--- /dev/null
+++ b/kde-base/krunner/krunner-4.6.80.ebuild
@@ -0,0 +1,57 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="4"
+
+KMNAME="kde-workspace"
+OPENGL_REQUIRED="optional"
+inherit kde4-meta
+
+DESCRIPTION="KDE Command Runner"
+IUSE="debug"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+
+COMMONDEPEND="
+ $(add_kdebase_dep kcheckpass)
+ $(add_kdebase_dep kephal)
+ $(add_kdebase_dep ksmserver)
+ $(add_kdebase_dep ksysguard)
+ $(add_kdebase_dep libkworkspace)
+ $(add_kdebase_dep libplasmagenericshell)
+ !aqua? (
+ x11-libs/libXcursor
+ x11-libs/libXScrnSaver
+ )
+"
+DEPEND="${COMMONDEPEND}
+ !aqua? (
+ x11-libs/libXcursor
+ x11-proto/scrnsaverproto
+ )
+"
+RDEPEND="${COMMONDEPEND}"
+
+PATCHES=( "${FILESDIR}/${PN}"-4.6.2-noxf86misc.patch )
+
+KMEXTRACTONLY="
+ libs/kdm/
+ libs/kephal/
+ libs/ksysguard/
+ libs/kworkspace/
+ libs/plasmagenericshell/
+ kcheckpass/
+ ksmserver/org.kde.KSMServerInterface.xml
+ ksysguard/
+ plasma/screensaver/shell/org.kde.plasma-overlay.App.xml
+"
+
+KMLOADLIBS="libkworkspace"
+
+src_configure() {
+ mycmakeargs=(
+ $(cmake-utils_use_with opengl OpenGL)
+ )
+
+ kde4-meta_src_configure
+}
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-base/krunner/
@ 2012-09-24 11:57 Johannes Huber
0 siblings, 0 replies; 5+ messages in thread
From: Johannes Huber @ 2012-09-24 11:57 UTC (permalink / raw
To: gentoo-commits
commit: cf45220353d96a8e8851f0c08cd359bd97af6cdd
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 24 11:57:02 2012 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Mon Sep 24 11:57:11 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=cf452203
[kde-base/krunner] Remove failing patch wrt bug #436056.
(Portage version: 2.2.0_alpha130/git/Linux x86_64, unsigned Manifest commit)
---
kde-base/krunner/krunner-9999.ebuild | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/kde-base/krunner/krunner-9999.ebuild b/kde-base/krunner/krunner-9999.ebuild
index b6ff64f..170ce8e 100644
--- a/kde-base/krunner/krunner-9999.ebuild
+++ b/kde-base/krunner/krunner-9999.ebuild
@@ -32,8 +32,6 @@ DEPEND="${COMMONDEPEND}
"
RDEPEND="${COMMONDEPEND}"
-PATCHES=( "${FILESDIR}/${PN}"-4.6.2-noxf86misc.patch )
-
KMEXTRACTONLY="
libs/kdm/
libs/kephal/
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-base/krunner/
@ 2013-03-27 15:38 Michael Palimaka
0 siblings, 0 replies; 5+ messages in thread
From: Michael Palimaka @ 2013-03-27 15:38 UTC (permalink / raw
To: gentoo-commits
commit: 1b4c30e22109fc2930f0754c389a91c4ac2ecc78
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 27 15:37:53 2013 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Wed Mar 27 15:37:53 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=1b4c30e2
[kde-base/krunner] Update dependencies.
Package-Manager: portage-2.1.11.58
---
kde-base/krunner/krunner-4.10.49.9999.ebuild | 13 ++++---------
kde-base/krunner/krunner-9999.ebuild | 13 ++++---------
2 files changed, 8 insertions(+), 18 deletions(-)
diff --git a/kde-base/krunner/krunner-4.10.49.9999.ebuild b/kde-base/krunner/krunner-4.10.49.9999.ebuild
index 6a74779..cb3238e 100644
--- a/kde-base/krunner/krunner-4.10.49.9999.ebuild
+++ b/kde-base/krunner/krunner-4.10.49.9999.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="KDE Command Runner"
IUSE="debug"
KEYWORDS=""
-COMMONDEPEND="
+DEPEND="
$(add_kdebase_dep kcheckpass)
$(add_kdebase_dep kephal)
$(add_kdebase_dep ksmserver)
@@ -20,17 +20,12 @@ COMMONDEPEND="
$(add_kdebase_dep libkworkspace)
$(add_kdebase_dep libplasmagenericshell)
!aqua? (
+ x11-libs/libX11
x11-libs/libXcursor
- x11-libs/libXScrnSaver
+ x11-libs/libXext
)
"
-DEPEND="${COMMONDEPEND}
- !aqua? (
- x11-libs/libXcursor
- x11-proto/scrnsaverproto
- )
-"
-RDEPEND="${COMMONDEPEND}"
+RDEPEND="${DEPEND}"
KMEXTRACTONLY="
libs/kdm/
diff --git a/kde-base/krunner/krunner-9999.ebuild b/kde-base/krunner/krunner-9999.ebuild
index 6a74779..cb3238e 100644
--- a/kde-base/krunner/krunner-9999.ebuild
+++ b/kde-base/krunner/krunner-9999.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="KDE Command Runner"
IUSE="debug"
KEYWORDS=""
-COMMONDEPEND="
+DEPEND="
$(add_kdebase_dep kcheckpass)
$(add_kdebase_dep kephal)
$(add_kdebase_dep ksmserver)
@@ -20,17 +20,12 @@ COMMONDEPEND="
$(add_kdebase_dep libkworkspace)
$(add_kdebase_dep libplasmagenericshell)
!aqua? (
+ x11-libs/libX11
x11-libs/libXcursor
- x11-libs/libXScrnSaver
+ x11-libs/libXext
)
"
-DEPEND="${COMMONDEPEND}
- !aqua? (
- x11-libs/libXcursor
- x11-proto/scrnsaverproto
- )
-"
-RDEPEND="${COMMONDEPEND}"
+RDEPEND="${DEPEND}"
KMEXTRACTONLY="
libs/kdm/
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-base/krunner/
@ 2013-08-29 13:29 Michael Palimaka
0 siblings, 0 replies; 5+ messages in thread
From: Michael Palimaka @ 2013-08-29 13:29 UTC (permalink / raw
To: gentoo-commits
commit: 4b8c571544881bcd6ad07b1013d7e6c3e942c9f3
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 29 13:26:34 2013 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Aug 29 13:26:34 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=4b8c5715
[kde-base/krunner] Update HOMEPAGE wrt bug #479176.
Package-Manager: portage-2.2.1
---
kde-base/krunner/krunner-4.11.49.9999.ebuild | 1 +
kde-base/krunner/krunner-9999.ebuild | 1 +
2 files changed, 2 insertions(+)
diff --git a/kde-base/krunner/krunner-4.11.49.9999.ebuild b/kde-base/krunner/krunner-4.11.49.9999.ebuild
index cb3238e..0881ea0 100644
--- a/kde-base/krunner/krunner-4.11.49.9999.ebuild
+++ b/kde-base/krunner/krunner-4.11.49.9999.ebuild
@@ -9,6 +9,7 @@ OPENGL_REQUIRED="optional"
inherit kde4-meta
DESCRIPTION="KDE Command Runner"
+HOMEPAGE+=" http://userbase.kde.org/Plasma/Krunner"
IUSE="debug"
KEYWORDS=""
diff --git a/kde-base/krunner/krunner-9999.ebuild b/kde-base/krunner/krunner-9999.ebuild
index cb3238e..0881ea0 100644
--- a/kde-base/krunner/krunner-9999.ebuild
+++ b/kde-base/krunner/krunner-9999.ebuild
@@ -9,6 +9,7 @@ OPENGL_REQUIRED="optional"
inherit kde4-meta
DESCRIPTION="KDE Command Runner"
+HOMEPAGE+=" http://userbase.kde.org/Plasma/Krunner"
IUSE="debug"
KEYWORDS=""
^ permalink raw reply related [flat|nested] 5+ messages in thread
end of thread, other threads:[~2013-08-29 13:29 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-07 23:17 [gentoo-commits] proj/kde:master commit in: kde-base/krunner/ Tomas Chvatal
-- strict thread matches above, loose matches on Subject: below --
2011-05-24 5:57 Jorge Manuel B. S. Vicetto
2012-09-24 11:57 Johannes Huber
2013-03-27 15:38 Michael Palimaka
2013-08-29 13:29 Michael Palimaka
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox