* [gentoo-commits] proj/kde:master commit in: kde-misc/kcm-touchpad/
@ 2014-02-14 0:11 Manuel Rüger
0 siblings, 0 replies; 7+ messages in thread
From: Manuel Rüger @ 2014-02-14 0:11 UTC (permalink / raw
To: gentoo-commits
commit: 77625f6de62b72cace862bee74df092fc1c65f1a
Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 14 00:10:48 2014 +0000
Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Fri Feb 14 00:10:48 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=77625f6d
[kde-misc/kcm-touchpad] Initial ebuild.
Package-Manager: portage-2.2.8-r1
---
kde-misc/kcm-touchpad/kcm-touchpad-9999.ebuild | 19 +++++++++++++++++++
kde-misc/kcm-touchpad/metadata.xml | 5 +++++
2 files changed, 24 insertions(+)
diff --git a/kde-misc/kcm-touchpad/kcm-touchpad-9999.ebuild b/kde-misc/kcm-touchpad/kcm-touchpad-9999.ebuild
new file mode 100644
index 0000000..c57dbb6
--- /dev/null
+++ b/kde-misc/kcm-touchpad/kcm-touchpad-9999.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+inherit kde4-base
+
+DESCRIPTION="KCM, daemon and applet for touchpad"
+HOMEPAGE="https://projects.kde.org/projects/playground/utils/kcm-touchpad"
+KEYWORDS=""
+LICENSE="GPL-2+"
+SLOT="4"
+IUSE="debug"
+
+DEPEND="
+ x11-libs/libxcb
+ x11-drivers/xf86-input-synaptics"
+RDEPEND="${DEPEND}"
\ No newline at end of file
diff --git a/kde-misc/kcm-touchpad/metadata.xml b/kde-misc/kcm-touchpad/metadata.xml
new file mode 100644
index 0000000..8d36d5b
--- /dev/null
+++ b/kde-misc/kcm-touchpad/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>kde</herd>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-misc/kcm-touchpad/
@ 2014-02-14 13:41 Michael Palimaka
0 siblings, 0 replies; 7+ messages in thread
From: Michael Palimaka @ 2014-02-14 13:41 UTC (permalink / raw
To: gentoo-commits
commit: c0d1b2a51a5969b7823a833483367f00b7a7df5c
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 14 13:40:00 2014 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Fri Feb 14 13:40:45 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=c0d1b2a5
[kde-misc/kcm-touchpad] Cosmetics.
Package-Manager: portage-2.2.7
---
kde-misc/kcm-touchpad/kcm-touchpad-9999.ebuild | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)
diff --git a/kde-misc/kcm-touchpad/kcm-touchpad-9999.ebuild b/kde-misc/kcm-touchpad/kcm-touchpad-9999.ebuild
index c57dbb6..8a82831 100644
--- a/kde-misc/kcm-touchpad/kcm-touchpad-9999.ebuild
+++ b/kde-misc/kcm-touchpad/kcm-touchpad-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
@@ -8,12 +8,13 @@ inherit kde4-base
DESCRIPTION="KCM, daemon and applet for touchpad"
HOMEPAGE="https://projects.kde.org/projects/playground/utils/kcm-touchpad"
-KEYWORDS=""
+
LICENSE="GPL-2+"
SLOT="4"
+KEYWORDS=""
IUSE="debug"
-DEPEND="
+DEPEND="x11-drivers/xf86-input-synaptics
x11-libs/libxcb
- x11-drivers/xf86-input-synaptics"
-RDEPEND="${DEPEND}"
\ No newline at end of file
+"
+RDEPEND="${DEPEND}"
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-misc/kcm-touchpad/
@ 2014-05-23 22:09 Manuel Rüger
0 siblings, 0 replies; 7+ messages in thread
From: Manuel Rüger @ 2014-05-23 22:09 UTC (permalink / raw
To: gentoo-commits
commit: 41b6cb7d67df963aabc03b77956a3321dcafeaed
Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Fri May 23 22:08:56 2014 +0000
Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Fri May 23 22:08:56 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=41b6cb7d
[kde-misc/kcm-touchpad] Add release. Sync with live ebuild.
Package-Manager: portage-2.2.10
---
.../{kcm-touchpad-9999.ebuild => kcm-touchpad-1.1.ebuild} | 9 +++++++--
kde-misc/kcm-touchpad/kcm-touchpad-9999.ebuild | 9 +++++++--
2 files changed, 14 insertions(+), 4 deletions(-)
diff --git a/kde-misc/kcm-touchpad/kcm-touchpad-9999.ebuild b/kde-misc/kcm-touchpad/kcm-touchpad-1.1.ebuild
similarity index 68%
copy from kde-misc/kcm-touchpad/kcm-touchpad-9999.ebuild
copy to kde-misc/kcm-touchpad/kcm-touchpad-1.1.ebuild
index 8a82831..17483be 100644
--- a/kde-misc/kcm-touchpad/kcm-touchpad-9999.ebuild
+++ b/kde-misc/kcm-touchpad/kcm-touchpad-1.1.ebuild
@@ -8,10 +8,15 @@ inherit kde4-base
DESCRIPTION="KCM, daemon and applet for touchpad"
HOMEPAGE="https://projects.kde.org/projects/playground/utils/kcm-touchpad"
-
+if [[ "${PV}" == *9999 ]]; then
+ KEYWORDS=""
+else
+ SRC_URI="http://quickgit.kde.org/?p=kcm-touchpad.git&a=snapshot&t=v${PV} -> ${P}.tar.gz"
+ S=${WORKDIR}/${PN}
+ KEYWORDS="~amd64"
+fi
LICENSE="GPL-2+"
SLOT="4"
-KEYWORDS=""
IUSE="debug"
DEPEND="x11-drivers/xf86-input-synaptics
diff --git a/kde-misc/kcm-touchpad/kcm-touchpad-9999.ebuild b/kde-misc/kcm-touchpad/kcm-touchpad-9999.ebuild
index 8a82831..17483be 100644
--- a/kde-misc/kcm-touchpad/kcm-touchpad-9999.ebuild
+++ b/kde-misc/kcm-touchpad/kcm-touchpad-9999.ebuild
@@ -8,10 +8,15 @@ inherit kde4-base
DESCRIPTION="KCM, daemon and applet for touchpad"
HOMEPAGE="https://projects.kde.org/projects/playground/utils/kcm-touchpad"
-
+if [[ "${PV}" == *9999 ]]; then
+ KEYWORDS=""
+else
+ SRC_URI="http://quickgit.kde.org/?p=kcm-touchpad.git&a=snapshot&t=v${PV} -> ${P}.tar.gz"
+ S=${WORKDIR}/${PN}
+ KEYWORDS="~amd64"
+fi
LICENSE="GPL-2+"
SLOT="4"
-KEYWORDS=""
IUSE="debug"
DEPEND="x11-drivers/xf86-input-synaptics
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-misc/kcm-touchpad/
@ 2014-10-10 15:33 Michael Palimaka
0 siblings, 0 replies; 7+ messages in thread
From: Michael Palimaka @ 2014-10-10 15:33 UTC (permalink / raw
To: gentoo-commits
commit: 1e74343f939b7b49f80248b2e8a156dc919cc70b
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 10 15:33:09 2014 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Fri Oct 10 15:33:09 2014 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=1e74343f
[kde-misc/kcm-touchpad] KF5 version bump wrt bug #524926.
---
...hpad-9999.ebuild => kcm-touchpad-4.9999.ebuild} | 0
kde-misc/kcm-touchpad/kcm-touchpad-9999.ebuild | 53 ++++++++++++++++------
2 files changed, 38 insertions(+), 15 deletions(-)
diff --git a/kde-misc/kcm-touchpad/kcm-touchpad-9999.ebuild b/kde-misc/kcm-touchpad/kcm-touchpad-4.9999.ebuild
similarity index 100%
copy from kde-misc/kcm-touchpad/kcm-touchpad-9999.ebuild
copy to kde-misc/kcm-touchpad/kcm-touchpad-4.9999.ebuild
diff --git a/kde-misc/kcm-touchpad/kcm-touchpad-9999.ebuild b/kde-misc/kcm-touchpad/kcm-touchpad-9999.ebuild
index 17483be..2b9afe6 100644
--- a/kde-misc/kcm-touchpad/kcm-touchpad-9999.ebuild
+++ b/kde-misc/kcm-touchpad/kcm-touchpad-9999.ebuild
@@ -4,22 +4,45 @@
EAPI=5
-inherit kde4-base
+EGIT_BRANCH="frameworks"
+inherit kde5
-DESCRIPTION="KCM, daemon and applet for touchpad"
-HOMEPAGE="https://projects.kde.org/projects/playground/utils/kcm-touchpad"
-if [[ "${PV}" == *9999 ]]; then
- KEYWORDS=""
-else
- SRC_URI="http://quickgit.kde.org/?p=kcm-touchpad.git&a=snapshot&t=v${PV} -> ${P}.tar.gz"
- S=${WORKDIR}/${PN}
- KEYWORDS="~amd64"
-fi
-LICENSE="GPL-2+"
-SLOT="4"
-IUSE="debug"
+DESCRIPTION="KControl module for xf86-input-synaptics"
+HOMEPAGE="http://kde-apps.org/content/show.php/kcm_touchpad?content=113335"
-DEPEND="x11-drivers/xf86-input-synaptics
+LICENSE="GPL-2"
+SLOT="5"
+KEYWORDS=""
+IUSE=""
+
+RDEPEND="
+ $(add_frameworks_dep kinit)
+ $(add_frameworks_dep kcmutils)
+ $(add_frameworks_dep kcompletion)
+ $(add_frameworks_dep kconfig)
+ $(add_frameworks_dep kconfigwidgets)
+ $(add_frameworks_dep kcoreaddons)
+ $(add_frameworks_dep kdbusaddons)
+ $(add_frameworks_dep kglobalaccel)
+ $(add_frameworks_dep ki18n)
+ $(add_frameworks_dep knotifications)
+ $(add_frameworks_dep knotifyconfig)
+ $(add_frameworks_dep kservice)
+ $(add_frameworks_dep kwidgetsaddons)
+ $(add_frameworks_dep kxmlgui)
+ $(add_frameworks_dep plasma)
+ dev-qt/qtdbus:5
+ dev-qt/qtgui:5
+ dev-qt/qtwidgets:5
+ x11-libs/libX11
x11-libs/libxcb
+ x11-libs/libXi
+"
+DEPEND="${RDEPEND}
+ x11-base/xorg-server
+ x11-drivers/xf86-input-synaptics
+ >=x11-proto/inputproto-2.0
+ x11-proto/xproto
+ !kde-misc/kcm_touchpad
+ !kde-misc/kcm-touchpad:4
"
-RDEPEND="${DEPEND}"
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-misc/kcm-touchpad/
@ 2014-10-10 16:07 Michael Palimaka
0 siblings, 0 replies; 7+ messages in thread
From: Michael Palimaka @ 2014-10-10 16:07 UTC (permalink / raw
To: gentoo-commits
commit: 08644ce00e6a5a3051fa0b48ecc60a93c75fd47c
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 10 16:07:12 2014 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Fri Oct 10 16:07:12 2014 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=08644ce0
[kde-misc/kcm-touchpad] Restore HOMEPAGE.
Package-Manager: portage-2.2.12
---
kde-misc/kcm-touchpad/kcm-touchpad-9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kde-misc/kcm-touchpad/kcm-touchpad-9999.ebuild b/kde-misc/kcm-touchpad/kcm-touchpad-9999.ebuild
index 2b9afe6..e63955d 100644
--- a/kde-misc/kcm-touchpad/kcm-touchpad-9999.ebuild
+++ b/kde-misc/kcm-touchpad/kcm-touchpad-9999.ebuild
@@ -8,7 +8,7 @@ EGIT_BRANCH="frameworks"
inherit kde5
DESCRIPTION="KControl module for xf86-input-synaptics"
-HOMEPAGE="http://kde-apps.org/content/show.php/kcm_touchpad?content=113335"
+HOMEPAGE="https://projects.kde.org/projects/playground/utils/kcm-touchpad"
LICENSE="GPL-2"
SLOT="5"
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-misc/kcm-touchpad/
@ 2014-10-11 2:00 Manuel Rüger
0 siblings, 0 replies; 7+ messages in thread
From: Manuel Rüger @ 2014-10-11 2:00 UTC (permalink / raw
To: gentoo-commits
commit: 52a88cb9dccff1902bd2e1d9432a1cd4afa54fdc
Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 11 02:00:15 2014 +0000
Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Sat Oct 11 02:00:15 2014 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=52a88cb9
[kde-misc/kcm-touchpad] Moved to the tree.
Package-Manager: portage-2.2.14_rc1
---
kde-misc/kcm-touchpad/kcm-touchpad-1.1.ebuild | 25 -------------------------
1 file changed, 25 deletions(-)
diff --git a/kde-misc/kcm-touchpad/kcm-touchpad-1.1.ebuild b/kde-misc/kcm-touchpad/kcm-touchpad-1.1.ebuild
deleted file mode 100644
index 17483be..0000000
--- a/kde-misc/kcm-touchpad/kcm-touchpad-1.1.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-inherit kde4-base
-
-DESCRIPTION="KCM, daemon and applet for touchpad"
-HOMEPAGE="https://projects.kde.org/projects/playground/utils/kcm-touchpad"
-if [[ "${PV}" == *9999 ]]; then
- KEYWORDS=""
-else
- SRC_URI="http://quickgit.kde.org/?p=kcm-touchpad.git&a=snapshot&t=v${PV} -> ${P}.tar.gz"
- S=${WORKDIR}/${PN}
- KEYWORDS="~amd64"
-fi
-LICENSE="GPL-2+"
-SLOT="4"
-IUSE="debug"
-
-DEPEND="x11-drivers/xf86-input-synaptics
- x11-libs/libxcb
-"
-RDEPEND="${DEPEND}"
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-misc/kcm-touchpad/
@ 2015-01-11 2:50 Manuel Rüger
0 siblings, 0 replies; 7+ messages in thread
From: Manuel Rüger @ 2015-01-11 2:50 UTC (permalink / raw
To: gentoo-commits
commit: 2dddcbdfc5fb358d6737e83e99752a2a5a6698d8
Author: Manuel Rüger <manuel <AT> rueg <DOT> eu>
AuthorDate: Sun Jan 11 02:50:07 2015 +0000
Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Sun Jan 11 02:50:07 2015 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=2dddcbdf
[kde-misc/kcm-touchpad] Removed, has no kde4 branch in git anymore.
---
kde-misc/kcm-touchpad/kcm-touchpad-4.9999.ebuild | 27 ------------------------
kde-misc/kcm-touchpad/metadata.xml | 5 -----
2 files changed, 32 deletions(-)
diff --git a/kde-misc/kcm-touchpad/kcm-touchpad-4.9999.ebuild b/kde-misc/kcm-touchpad/kcm-touchpad-4.9999.ebuild
deleted file mode 100644
index 00f4246..0000000
--- a/kde-misc/kcm-touchpad/kcm-touchpad-4.9999.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-inherit kde4-base
-
-DESCRIPTION="KCM, daemon and applet for touchpad"
-HOMEPAGE="https://projects.kde.org/projects/playground/utils/kcm-touchpad"
-if [[ "${PV}" == *9999 ]]; then
- KEYWORDS=""
-else
- SRC_URI="http://quickgit.kde.org/?p=kcm-touchpad.git&a=snapshot&t=v${PV} -> ${P}.tar.gz"
- S=${WORKDIR}/${PN}
- KEYWORDS="~amd64"
-fi
-LICENSE="GPL-2+"
-SLOT="4"
-IUSE="debug"
-
-DEPEND="x11-drivers/xf86-input-synaptics
- x11-libs/libxcb
-"
-RDEPEND="${DEPEND}
- !kde-misc/kcm_touchpad
- !kde-plasma/kcm_touchpad"
diff --git a/kde-misc/kcm-touchpad/metadata.xml b/kde-misc/kcm-touchpad/metadata.xml
deleted file mode 100644
index a23f444..0000000
--- a/kde-misc/kcm-touchpad/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <herd>kde</herd>
-</pkgmetadata>
^ permalink raw reply related [flat|nested] 7+ messages in thread
end of thread, other threads:[~2015-01-11 2:50 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-11 2:00 [gentoo-commits] proj/kde:master commit in: kde-misc/kcm-touchpad/ Manuel Rüger
-- strict thread matches above, loose matches on Subject: below --
2015-01-11 2:50 Manuel Rüger
2014-10-10 16:07 Michael Palimaka
2014-10-10 15:33 Michael Palimaka
2014-05-23 22:09 Manuel Rüger
2014-02-14 13:41 Michael Palimaka
2014-02-14 0:11 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