* [gentoo-commits] proj/kde:master commit in: kde-apps/kpat/
@ 2015-01-25 20:56 Johannes Huber
0 siblings, 0 replies; 14+ messages in thread
From: Johannes Huber @ 2015-01-25 20:56 UTC (permalink / raw
To: gentoo-commits
commit: ec55f59e3e8d47c5ccc96c71edd7c0e83d84f6c8
Author: Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
AuthorDate: Sun Jan 25 14:16:58 2015 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Sun Jan 25 20:56:11 2015 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=ec55f59e
[kde-apps/kpat] Add kf5 ebuild
---
kde-apps/kpat/kpat-5.9999.ebuild | 52 ++++++++++++++++++++++++++++++++++++++++
1 file changed, 52 insertions(+)
diff --git a/kde-apps/kpat/kpat-5.9999.ebuild b/kde-apps/kpat/kpat-5.9999.ebuild
new file mode 100644
index 0000000..bb7af57
--- /dev/null
+++ b/kde-apps/kpat/kpat-5.9999.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+EGIT_BRANCH="frameworks"
+KDE_HANDBOOK="true"
+KDE_SELINUX_MODULE="games"
+inherit kde5
+
+DESCRIPTION="KDE patience game"
+HOMEPAGE="http://games.kde.org/game.php?game=kpat"
+KEYWORDS=""
+IUSE=""
+
+DEPEND="
+ $(add_frameworks_dep kcompletion)
+ $(add_frameworks_dep kconfig)
+ $(add_frameworks_dep kconfigwidgets)
+ $(add_frameworks_dep kcoreaddons)
+ $(add_frameworks_dep kdbusaddons)
+ $(add_frameworks_dep kdeclarative)
+ $(add_frameworks_dep kdelibs4support)
+ $(add_frameworks_dep kguiaddons)
+ $(add_frameworks_dep ki18n)
+ $(add_frameworks_dep kiconthemes)
+ $(add_frameworks_dep kio)
+ $(add_frameworks_dep kitemviews)
+ $(add_frameworks_dep knewstuff)
+ $(add_frameworks_dep knotifyconfig)
+ $(add_frameworks_dep ktextwidgets)
+ $(add_frameworks_dep kwidgetsaddons)
+ $(add_frameworks_dep kxmlgui)
+ $(add_kdeapps_dep libkdegames)
+ dev-qt/qtdeclarative:5[widgets]
+ dev-qt/qtgui:5
+ dev-qt/qtnetwork:5
+ dev-qt/qtsvg:5
+ dev-qt/qtwidgets:5
+ media-libs/phonon[qt5]
+ x11-misc/shared-mime-info
+"
+
+RDEPEND="${DEPEND}"
+
+src_prepare() {
+ # fix copy-paste (?) error, there are no tests
+ sed -i "/find_package(Qt5/ s/ Test//" CMakeLists.txt || die
+
+ kde5_src_prepare
+}
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-apps/kpat/
@ 2015-02-24 23:17 Johannes Huber
0 siblings, 0 replies; 14+ messages in thread
From: Johannes Huber @ 2015-02-24 23:17 UTC (permalink / raw
To: gentoo-commits
commit: d5a1410083864da8d2478d65f90e6641ea090290
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 24 23:16:47 2015 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Tue Feb 24 23:16:47 2015 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=d5a14100
[kde-apps/kpat] Frameworks merged to master
Package-Manager: portage-2.2.17
---
kde-apps/kpat/kpat-5.9999.ebuild | 52 ----------------------------------------
kde-apps/kpat/kpat-9999.ebuild | 43 +++++++++++++++++++++++++++++----
2 files changed, 39 insertions(+), 56 deletions(-)
diff --git a/kde-apps/kpat/kpat-5.9999.ebuild b/kde-apps/kpat/kpat-5.9999.ebuild
deleted file mode 100644
index bb7af57..0000000
--- a/kde-apps/kpat/kpat-5.9999.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-EGIT_BRANCH="frameworks"
-KDE_HANDBOOK="true"
-KDE_SELINUX_MODULE="games"
-inherit kde5
-
-DESCRIPTION="KDE patience game"
-HOMEPAGE="http://games.kde.org/game.php?game=kpat"
-KEYWORDS=""
-IUSE=""
-
-DEPEND="
- $(add_frameworks_dep kcompletion)
- $(add_frameworks_dep kconfig)
- $(add_frameworks_dep kconfigwidgets)
- $(add_frameworks_dep kcoreaddons)
- $(add_frameworks_dep kdbusaddons)
- $(add_frameworks_dep kdeclarative)
- $(add_frameworks_dep kdelibs4support)
- $(add_frameworks_dep kguiaddons)
- $(add_frameworks_dep ki18n)
- $(add_frameworks_dep kiconthemes)
- $(add_frameworks_dep kio)
- $(add_frameworks_dep kitemviews)
- $(add_frameworks_dep knewstuff)
- $(add_frameworks_dep knotifyconfig)
- $(add_frameworks_dep ktextwidgets)
- $(add_frameworks_dep kwidgetsaddons)
- $(add_frameworks_dep kxmlgui)
- $(add_kdeapps_dep libkdegames)
- dev-qt/qtdeclarative:5[widgets]
- dev-qt/qtgui:5
- dev-qt/qtnetwork:5
- dev-qt/qtsvg:5
- dev-qt/qtwidgets:5
- media-libs/phonon[qt5]
- x11-misc/shared-mime-info
-"
-
-RDEPEND="${DEPEND}"
-
-src_prepare() {
- # fix copy-paste (?) error, there are no tests
- sed -i "/find_package(Qt5/ s/ Test//" CMakeLists.txt || die
-
- kde5_src_prepare
-}
diff --git a/kde-apps/kpat/kpat-9999.ebuild b/kde-apps/kpat/kpat-9999.ebuild
index caa0af7..32d72ab 100644
--- a/kde-apps/kpat/kpat-9999.ebuild
+++ b/kde-apps/kpat/kpat-9999.ebuild
@@ -4,14 +4,49 @@
EAPI=5
-KDE_HANDBOOK="optional"
+KDE_HANDBOOK="true"
KDE_SELINUX_MODULE="games"
-inherit kde4-base
+inherit kde5
DESCRIPTION="KDE patience game"
HOMEPAGE="http://games.kde.org/game.php?game=kpat"
KEYWORDS=""
-IUSE="debug"
+IUSE=""
+
+# Dependencies needs upstream cleanup
+DEPEND="
+ $(add_frameworks_dep kcompletion)
+ $(add_frameworks_dep kconfig)
+ $(add_frameworks_dep kconfigwidgets)
+ $(add_frameworks_dep kcoreaddons)
+ $(add_frameworks_dep kdbusaddons)
+ $(add_frameworks_dep kdeclarative)
+ $(add_frameworks_dep kdelibs4support)
+ $(add_frameworks_dep kguiaddons)
+ $(add_frameworks_dep ki18n)
+ $(add_frameworks_dep kiconthemes)
+ $(add_frameworks_dep kio)
+ $(add_frameworks_dep kitemviews)
+ $(add_frameworks_dep knewstuff)
+ $(add_frameworks_dep knotifyconfig)
+ $(add_frameworks_dep ktextwidgets)
+ $(add_frameworks_dep kwidgetsaddons)
+ $(add_frameworks_dep kxmlgui)
+ $(add_kdeapps_dep libkdegames)
+ dev-qt/qtdeclarative:5[widgets]
+ dev-qt/qtgui:5
+ dev-qt/qtnetwork:5
+ dev-qt/qtsvg:5
+ dev-qt/qtwidgets:5
+ media-libs/phonon[qt5]
+ x11-misc/shared-mime-info
+"
-DEPEND="$(add_kdeapps_dep libkdegames)"
RDEPEND="${DEPEND}"
+
+src_prepare() {
+ # fix copy-paste (?) error, there are no tests
+ sed -i "/find_package(Qt5/ s/ Test//" CMakeLists.txt || die
+
+ kde5_src_prepare
+}
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-apps/kpat/
@ 2015-12-06 9:49 Michael Palimaka
0 siblings, 0 replies; 14+ messages in thread
From: Michael Palimaka @ 2015-12-06 9:49 UTC (permalink / raw
To: gentoo-commits
commit: 38a886632095a6e8c6489e962c88155e916da9a8
Author: Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
AuthorDate: Tue Dec 1 13:42:16 2015 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sun Dec 6 09:49:05 2015 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=38a88663
kde-apps/kpat: Manual quirk -> KDE_PUNT_BOGUS_DEPS
Package-Manager: portage-2.2.26
kde-apps/kpat/kpat-15.12.49.9999.ebuild | 10 ++--------
kde-apps/kpat/kpat-9999.ebuild | 10 ++--------
2 files changed, 4 insertions(+), 16 deletions(-)
diff --git a/kde-apps/kpat/kpat-15.12.49.9999.ebuild b/kde-apps/kpat/kpat-15.12.49.9999.ebuild
index a389a25..f8ac573 100644
--- a/kde-apps/kpat/kpat-15.12.49.9999.ebuild
+++ b/kde-apps/kpat/kpat-15.12.49.9999.ebuild
@@ -4,7 +4,8 @@
EAPI=5
-KDE_HANDBOOK="true"
+KDE_HANDBOOK="forceoptional"
+KDE_PUNT_BOGUS_DEPS="true"
KDE_SELINUX_MODULE="games"
inherit kde5
@@ -43,10 +44,3 @@ DEPEND="
"
RDEPEND="${DEPEND}"
-
-src_prepare() {
- # fix copy-paste (?) error, there are no tests
- sed -i "/find_package(Qt5/ s/ Test//" CMakeLists.txt || die
-
- kde5_src_prepare
-}
diff --git a/kde-apps/kpat/kpat-9999.ebuild b/kde-apps/kpat/kpat-9999.ebuild
index a389a25..f8ac573 100644
--- a/kde-apps/kpat/kpat-9999.ebuild
+++ b/kde-apps/kpat/kpat-9999.ebuild
@@ -4,7 +4,8 @@
EAPI=5
-KDE_HANDBOOK="true"
+KDE_HANDBOOK="forceoptional"
+KDE_PUNT_BOGUS_DEPS="true"
KDE_SELINUX_MODULE="games"
inherit kde5
@@ -43,10 +44,3 @@ DEPEND="
"
RDEPEND="${DEPEND}"
-
-src_prepare() {
- # fix copy-paste (?) error, there are no tests
- sed -i "/find_package(Qt5/ s/ Test//" CMakeLists.txt || die
-
- kde5_src_prepare
-}
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-apps/kpat/
@ 2016-11-19 10:47 Michael Palimaka
0 siblings, 0 replies; 14+ messages in thread
From: Michael Palimaka @ 2016-11-19 10:47 UTC (permalink / raw
To: gentoo-commits
commit: 8a058c4d005bc96e9934ede39c644260cea9a523
Author: Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
AuthorDate: Thu Nov 17 22:51:03 2016 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sat Nov 19 10:47:23 2016 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=8a058c4d
kde-apps/kpat: Fix DEPENDs
Upstream commit cf9f191a35c381185c7fc4d9fc5e0c349adb08db
Package-Manager: portage-2.3.0
kde-apps/kpat/kpat-9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kde-apps/kpat/kpat-9999.ebuild b/kde-apps/kpat/kpat-9999.ebuild
index 8632307..a0d23c1 100644
--- a/kde-apps/kpat/kpat-9999.ebuild
+++ b/kde-apps/kpat/kpat-9999.ebuild
@@ -20,9 +20,9 @@ DEPEND="
$(add_frameworks_dep kcoreaddons)
$(add_frameworks_dep kcrash)
$(add_frameworks_dep kdbusaddons)
- $(add_frameworks_dep kdelibs4support)
$(add_frameworks_dep kguiaddons)
$(add_frameworks_dep ki18n)
+ $(add_frameworks_dep kio)
$(add_frameworks_dep knewstuff)
$(add_frameworks_dep kwidgetsaddons)
$(add_frameworks_dep kxmlgui)
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-apps/kpat/
@ 2018-11-18 8:46 Andreas Sturmlechner
0 siblings, 0 replies; 14+ messages in thread
From: Andreas Sturmlechner @ 2018-11-18 8:46 UTC (permalink / raw
To: gentoo-commits
commit: b5f3658387fe52e7dfc858c0c13c4a09d27ccbfd
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 18 08:44:23 2018 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Nov 18 08:44:23 2018 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=b5f36583
kde-apps/kpat: Drop kpat 18.12.x
Should not have been bumped, dep not available.
Closes: https://bugs.gentoo.org/671398
Package-Manager: Portage-2.3.51, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-apps/kpat/kpat-18.11.80.ebuild | 34 ---------------------------------
kde-apps/kpat/kpat-18.12.49.9999.ebuild | 34 ---------------------------------
2 files changed, 68 deletions(-)
diff --git a/kde-apps/kpat/kpat-18.11.80.ebuild b/kde-apps/kpat/kpat-18.11.80.ebuild
deleted file mode 100644
index f48910899d..0000000000
--- a/kde-apps/kpat/kpat-18.11.80.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-KDE_HANDBOOK="forceoptional"
-KDE_SELINUX_MODULE="games"
-inherit kde5
-
-DESCRIPTION="KDE patience game"
-HOMEPAGE="https://games.kde.org/game.php?game=kpat"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="
- $(add_frameworks_dep kcompletion)
- $(add_frameworks_dep kconfig)
- $(add_frameworks_dep kconfigwidgets)
- $(add_frameworks_dep kcoreaddons)
- $(add_frameworks_dep kcrash)
- $(add_frameworks_dep kdbusaddons)
- $(add_frameworks_dep kguiaddons)
- $(add_frameworks_dep ki18n)
- $(add_frameworks_dep kio)
- $(add_frameworks_dep knewstuff)
- $(add_frameworks_dep kwidgetsaddons)
- $(add_frameworks_dep kxmlgui)
- $(add_kdeapps_dep libkdegames)
- $(add_qt_dep qtgui)
- $(add_qt_dep qtsvg)
- $(add_qt_dep qtwidgets)
- x11-misc/shared-mime-info
-"
-RDEPEND="${DEPEND}"
diff --git a/kde-apps/kpat/kpat-18.12.49.9999.ebuild b/kde-apps/kpat/kpat-18.12.49.9999.ebuild
deleted file mode 100644
index c17bc42007..0000000000
--- a/kde-apps/kpat/kpat-18.12.49.9999.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-KDE_HANDBOOK="forceoptional"
-KDE_SELINUX_MODULE="games"
-inherit kde5
-
-DESCRIPTION="KDE patience game"
-HOMEPAGE="https://games.kde.org/game.php?game=kpat"
-KEYWORDS=""
-IUSE=""
-
-DEPEND="
- $(add_frameworks_dep kcompletion)
- $(add_frameworks_dep kconfig)
- $(add_frameworks_dep kconfigwidgets)
- $(add_frameworks_dep kcoreaddons)
- $(add_frameworks_dep kcrash)
- $(add_frameworks_dep kdbusaddons)
- $(add_frameworks_dep kguiaddons)
- $(add_frameworks_dep ki18n)
- $(add_frameworks_dep kio)
- $(add_frameworks_dep knewstuff)
- $(add_frameworks_dep kwidgetsaddons)
- $(add_frameworks_dep kxmlgui)
- $(add_kdeapps_dep libkdegames)
- $(add_qt_dep qtgui)
- $(add_qt_dep qtsvg)
- $(add_qt_dep qtwidgets)
- x11-misc/shared-mime-info
-"
-RDEPEND="${DEPEND}"
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-apps/kpat/
@ 2019-04-12 14:33 Michael Palimaka
0 siblings, 0 replies; 14+ messages in thread
From: Michael Palimaka @ 2019-04-12 14:33 UTC (permalink / raw
To: gentoo-commits
commit: 53b68eb2e971cb83dd0934d8cdd2532afc55de3f
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 12 14:29:28 2019 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Fri Apr 12 14:33:05 2019 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=53b68eb2
kde-apps/kpat: restore ebuilds since freecell-solver is available
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Michael Palimaka <kensington <AT> gentoo.org>
kde-apps/kpat/{kpat-9999.ebuild => kpat-19.03.90.ebuild} | 3 ++-
kde-apps/kpat/{kpat-9999.ebuild => kpat-19.04.0.ebuild} | 3 ++-
kde-apps/kpat/{kpat-9999.ebuild => kpat-19.04.9999.ebuild} | 1 +
kde-apps/kpat/kpat-9999.ebuild | 1 +
4 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/kde-apps/kpat/kpat-9999.ebuild b/kde-apps/kpat/kpat-19.03.90.ebuild
similarity index 93%
copy from kde-apps/kpat/kpat-9999.ebuild
copy to kde-apps/kpat/kpat-19.03.90.ebuild
index 69682c1712..c11a050269 100644
--- a/kde-apps/kpat/kpat-9999.ebuild
+++ b/kde-apps/kpat/kpat-19.03.90.ebuild
@@ -9,7 +9,7 @@ inherit kde5
DESCRIPTION="KDE patience game"
HOMEPAGE="https://games.kde.org/game.php?game=kpat"
-KEYWORDS=""
+KEYWORDS="~amd64 ~arm64 ~x86"
IUSE=""
DEPEND="
@@ -29,5 +29,6 @@ DEPEND="
$(add_qt_dep qtgui)
$(add_qt_dep qtsvg)
$(add_qt_dep qtwidgets)
+ dev-games/freecell-solver
"
RDEPEND="${DEPEND}"
diff --git a/kde-apps/kpat/kpat-9999.ebuild b/kde-apps/kpat/kpat-19.04.0.ebuild
similarity index 93%
copy from kde-apps/kpat/kpat-9999.ebuild
copy to kde-apps/kpat/kpat-19.04.0.ebuild
index 69682c1712..c11a050269 100644
--- a/kde-apps/kpat/kpat-9999.ebuild
+++ b/kde-apps/kpat/kpat-19.04.0.ebuild
@@ -9,7 +9,7 @@ inherit kde5
DESCRIPTION="KDE patience game"
HOMEPAGE="https://games.kde.org/game.php?game=kpat"
-KEYWORDS=""
+KEYWORDS="~amd64 ~arm64 ~x86"
IUSE=""
DEPEND="
@@ -29,5 +29,6 @@ DEPEND="
$(add_qt_dep qtgui)
$(add_qt_dep qtsvg)
$(add_qt_dep qtwidgets)
+ dev-games/freecell-solver
"
RDEPEND="${DEPEND}"
diff --git a/kde-apps/kpat/kpat-9999.ebuild b/kde-apps/kpat/kpat-19.04.9999.ebuild
similarity index 96%
copy from kde-apps/kpat/kpat-9999.ebuild
copy to kde-apps/kpat/kpat-19.04.9999.ebuild
index 69682c1712..5cc8dcc740 100644
--- a/kde-apps/kpat/kpat-9999.ebuild
+++ b/kde-apps/kpat/kpat-19.04.9999.ebuild
@@ -29,5 +29,6 @@ DEPEND="
$(add_qt_dep qtgui)
$(add_qt_dep qtsvg)
$(add_qt_dep qtwidgets)
+ dev-games/freecell-solver
"
RDEPEND="${DEPEND}"
diff --git a/kde-apps/kpat/kpat-9999.ebuild b/kde-apps/kpat/kpat-9999.ebuild
index 69682c1712..5cc8dcc740 100644
--- a/kde-apps/kpat/kpat-9999.ebuild
+++ b/kde-apps/kpat/kpat-9999.ebuild
@@ -29,5 +29,6 @@ DEPEND="
$(add_qt_dep qtgui)
$(add_qt_dep qtsvg)
$(add_qt_dep qtwidgets)
+ dev-games/freecell-solver
"
RDEPEND="${DEPEND}"
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-apps/kpat/
@ 2019-05-08 6:09 Andreas Sturmlechner
0 siblings, 0 replies; 14+ messages in thread
From: Andreas Sturmlechner @ 2019-05-08 6:09 UTC (permalink / raw
To: gentoo-commits
commit: 25c68f8afa3fba20d004fd79d25eb457a4a69a55
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue May 7 08:56:26 2019 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue May 7 21:41:03 2019 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=25c68f8a
kde-apps/kpat: mv 19.04.9999 -> 19.04.49.9999
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-apps/kpat/kpat-19.04.49.9999.ebuild | 34 +++++++++++++++++++++++++++++++++
1 file changed, 34 insertions(+)
diff --git a/kde-apps/kpat/kpat-19.04.49.9999.ebuild b/kde-apps/kpat/kpat-19.04.49.9999.ebuild
new file mode 100644
index 0000000000..5cc8dcc740
--- /dev/null
+++ b/kde-apps/kpat/kpat-19.04.49.9999.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+KDE_HANDBOOK="forceoptional"
+KDE_SELINUX_MODULE="games"
+inherit kde5
+
+DESCRIPTION="KDE patience game"
+HOMEPAGE="https://games.kde.org/game.php?game=kpat"
+KEYWORDS=""
+IUSE=""
+
+DEPEND="
+ $(add_frameworks_dep kcompletion)
+ $(add_frameworks_dep kconfig)
+ $(add_frameworks_dep kconfigwidgets)
+ $(add_frameworks_dep kcoreaddons)
+ $(add_frameworks_dep kcrash)
+ $(add_frameworks_dep kdbusaddons)
+ $(add_frameworks_dep kguiaddons)
+ $(add_frameworks_dep ki18n)
+ $(add_frameworks_dep kio)
+ $(add_frameworks_dep knewstuff)
+ $(add_frameworks_dep kwidgetsaddons)
+ $(add_frameworks_dep kxmlgui)
+ $(add_kdeapps_dep libkdegames)
+ $(add_qt_dep qtgui)
+ $(add_qt_dep qtsvg)
+ $(add_qt_dep qtwidgets)
+ dev-games/freecell-solver
+"
+RDEPEND="${DEPEND}"
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-apps/kpat/
@ 2020-08-18 17:47 Andreas Sturmlechner
0 siblings, 0 replies; 14+ messages in thread
From: Andreas Sturmlechner @ 2020-08-18 17:47 UTC (permalink / raw
To: gentoo-commits
commit: b489701975f666a112195e13676adfe09fce1a0e
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 18 16:36:41 2020 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Aug 18 16:38:29 2020 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=b4897019
kde-apps/kpat: Disable WITH_BH_SOLVER
Introduced in upstream commit c13de9bc4ddcec8c8b66ffa06b2d26c38018df07
Enabled by default in upstream commit e9ceec479c482642b9d19209f4343a18d2309680
Reported-by: Duncan <1i5t5.duncan <AT> cox.net>
Closes: https://bugs.gentoo.org/733502
Package-Manager: Portage-3.0.3, Repoman-3.0.0
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-apps/kpat/kpat-9999.ebuild | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/kde-apps/kpat/kpat-9999.ebuild b/kde-apps/kpat/kpat-9999.ebuild
index bcc44c565d..1937e5fc0c 100644
--- a/kde-apps/kpat/kpat-9999.ebuild
+++ b/kde-apps/kpat/kpat-9999.ebuild
@@ -39,3 +39,11 @@ DEPEND="
>=kde-frameworks/kxmlgui-${KFMIN}:5
"
RDEPEND="${DEPEND}"
+
+src_configure() {
+ local mycmakeargs=(
+ -DWITH_BH_SOLVER=OFF # bug 733502, requires unpackaged dependency
+ )
+
+ ecm_src_configure
+}
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-apps/kpat/
@ 2020-10-10 21:39 Andreas Sturmlechner
0 siblings, 0 replies; 14+ messages in thread
From: Andreas Sturmlechner @ 2020-10-10 21:39 UTC (permalink / raw
To: gentoo-commits
commit: 95873df232536c99f896d4ece3496691734e1e50
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 10 17:19:02 2020 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Oct 10 17:19:02 2020 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=95873df2
kde-apps/kpat: Set ECM_TEST="forceoptional", update HOMEPAGE
Upstream commit e9efc23ff12b8bacc252eb05f2b1aceb8f8112a0
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-apps/kpat/kpat-20.08.49.9999.ebuild | 3 ++-
kde-apps/kpat/kpat-9999.ebuild | 3 ++-
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/kde-apps/kpat/kpat-20.08.49.9999.ebuild b/kde-apps/kpat/kpat-20.08.49.9999.ebuild
index 7868998730..56087a1cba 100644
--- a/kde-apps/kpat/kpat-20.08.49.9999.ebuild
+++ b/kde-apps/kpat/kpat-20.08.49.9999.ebuild
@@ -4,6 +4,7 @@
EAPI=7
ECM_HANDBOOK="forceoptional"
+ECM_TEST="forceoptional"
KDE_SELINUX_MODULE="games"
PVCUT=$(ver_cut 1-3)
KFMIN=5.72.0
@@ -11,7 +12,7 @@ QTMIN=5.14.2
inherit ecm kde.org
DESCRIPTION="KDE patience game"
-HOMEPAGE="https://kde.org/applications/games/org.kde.kpat
+HOMEPAGE="https://kde.org/applications/en/kpat
https://games.kde.org/game.php?game=kpat"
LICENSE="GPL-2" # TODO: CHECK
diff --git a/kde-apps/kpat/kpat-9999.ebuild b/kde-apps/kpat/kpat-9999.ebuild
index eaaf0c64cb..227486fb97 100644
--- a/kde-apps/kpat/kpat-9999.ebuild
+++ b/kde-apps/kpat/kpat-9999.ebuild
@@ -4,6 +4,7 @@
EAPI=7
ECM_HANDBOOK="forceoptional"
+ECM_TEST="forceoptional"
KDE_SELINUX_MODULE="games"
PVCUT=$(ver_cut 1-3)
KFMIN=5.74.0
@@ -11,7 +12,7 @@ QTMIN=5.14.2
inherit ecm kde.org
DESCRIPTION="KDE patience game"
-HOMEPAGE="https://kde.org/applications/games/org.kde.kpat
+HOMEPAGE="https://kde.org/applications/en/kpat
https://games.kde.org/game.php?game=kpat"
LICENSE="GPL-2" # TODO: CHECK
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-apps/kpat/
@ 2020-11-25 13:16 Andreas Sturmlechner
0 siblings, 0 replies; 14+ messages in thread
From: Andreas Sturmlechner @ 2020-11-25 13:16 UTC (permalink / raw
To: gentoo-commits
commit: bb87d8f84312ed8a8b888349ee066fffb4bea68c
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 25 13:05:07 2020 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Nov 25 13:07:33 2020 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=bb87d8f8
kde-apps/kpat: Set VIRTUALX_REQUIRED="test"
Reported-by: Frank Krömmelbein <kroemmelbein <AT> gmx.de>
Package-Manager: Portage-3.0.10, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-apps/kpat/kpat-20.12.49.9999.ebuild | 1 +
kde-apps/kpat/kpat-9999.ebuild | 1 +
2 files changed, 2 insertions(+)
diff --git a/kde-apps/kpat/kpat-20.12.49.9999.ebuild b/kde-apps/kpat/kpat-20.12.49.9999.ebuild
index dd089d68f0..011d56609e 100644
--- a/kde-apps/kpat/kpat-20.12.49.9999.ebuild
+++ b/kde-apps/kpat/kpat-20.12.49.9999.ebuild
@@ -9,6 +9,7 @@ KDE_SELINUX_MODULE="games"
PVCUT=$(ver_cut 1-3)
KFMIN=5.75.0
QTMIN=5.15.1
+VIRTUALX_REQUIRED="test"
inherit ecm kde.org
DESCRIPTION="KDE patience game"
diff --git a/kde-apps/kpat/kpat-9999.ebuild b/kde-apps/kpat/kpat-9999.ebuild
index dd089d68f0..011d56609e 100644
--- a/kde-apps/kpat/kpat-9999.ebuild
+++ b/kde-apps/kpat/kpat-9999.ebuild
@@ -9,6 +9,7 @@ KDE_SELINUX_MODULE="games"
PVCUT=$(ver_cut 1-3)
KFMIN=5.75.0
QTMIN=5.15.1
+VIRTUALX_REQUIRED="test"
inherit ecm kde.org
DESCRIPTION="KDE patience game"
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-apps/kpat/
@ 2021-02-15 14:39 Andreas Sturmlechner
0 siblings, 0 replies; 14+ messages in thread
From: Andreas Sturmlechner @ 2021-02-15 14:39 UTC (permalink / raw
To: gentoo-commits
commit: 0d036116dc28a0fe31115e01a212d770245c5e99
Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Sat Feb 13 10:00:23 2021 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Feb 15 14:12:37 2021 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=0d036116
kde-apps/kpat: fix HOMEPAGE
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-apps/kpat/kpat-20.12.49.9999.ebuild | 2 +-
kde-apps/kpat/kpat-9999.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/kde-apps/kpat/kpat-20.12.49.9999.ebuild b/kde-apps/kpat/kpat-20.12.49.9999.ebuild
index 7af120d1e4..36b44db513 100644
--- a/kde-apps/kpat/kpat-20.12.49.9999.ebuild
+++ b/kde-apps/kpat/kpat-20.12.49.9999.ebuild
@@ -14,7 +14,7 @@ inherit ecm kde.org
DESCRIPTION="KDE patience game"
HOMEPAGE="https://apps.kde.org/en/kpat
-https://games.kde.org/game.php?game=kpat"
+https://games.kde.org/games/kpat"
LICENSE="GPL-2" # TODO: CHECK
SLOT="5"
diff --git a/kde-apps/kpat/kpat-9999.ebuild b/kde-apps/kpat/kpat-9999.ebuild
index 7af120d1e4..36b44db513 100644
--- a/kde-apps/kpat/kpat-9999.ebuild
+++ b/kde-apps/kpat/kpat-9999.ebuild
@@ -14,7 +14,7 @@ inherit ecm kde.org
DESCRIPTION="KDE patience game"
HOMEPAGE="https://apps.kde.org/en/kpat
-https://games.kde.org/game.php?game=kpat"
+https://games.kde.org/games/kpat"
LICENSE="GPL-2" # TODO: CHECK
SLOT="5"
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-apps/kpat/
@ 2022-04-21 17:39 Andreas Sturmlechner
0 siblings, 0 replies; 14+ messages in thread
From: Andreas Sturmlechner @ 2022-04-21 17:39 UTC (permalink / raw
To: gentoo-commits
commit: 86eec2eb1bacb4f6ee95f81dbcbdbd2814dc0701
Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Mon Apr 18 14:14:13 2022 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Apr 21 17:37:55 2022 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=86eec2eb
kde-apps/kpat: update HOMEPAGE
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-apps/kpat/kpat-22.04.49.9999.ebuild | 3 +--
kde-apps/kpat/kpat-9999.ebuild | 3 +--
2 files changed, 2 insertions(+), 4 deletions(-)
diff --git a/kde-apps/kpat/kpat-22.04.49.9999.ebuild b/kde-apps/kpat/kpat-22.04.49.9999.ebuild
index ade5e34528..7f3c424ce8 100644
--- a/kde-apps/kpat/kpat-22.04.49.9999.ebuild
+++ b/kde-apps/kpat/kpat-22.04.49.9999.ebuild
@@ -13,8 +13,7 @@ VIRTUALX_REQUIRED="test"
inherit ecm kde.org
DESCRIPTION="KDE patience game"
-HOMEPAGE="https://apps.kde.org/kpat/
-https://games.kde.org/games/kpat/"
+HOMEPAGE="https://apps.kde.org/kpat/"
LICENSE="GPL-2" # TODO: CHECK
SLOT="5"
diff --git a/kde-apps/kpat/kpat-9999.ebuild b/kde-apps/kpat/kpat-9999.ebuild
index ade5e34528..7f3c424ce8 100644
--- a/kde-apps/kpat/kpat-9999.ebuild
+++ b/kde-apps/kpat/kpat-9999.ebuild
@@ -13,8 +13,7 @@ VIRTUALX_REQUIRED="test"
inherit ecm kde.org
DESCRIPTION="KDE patience game"
-HOMEPAGE="https://apps.kde.org/kpat/
-https://games.kde.org/games/kpat/"
+HOMEPAGE="https://apps.kde.org/kpat/"
LICENSE="GPL-2" # TODO: CHECK
SLOT="5"
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-apps/kpat/
@ 2023-09-14 21:18 Andreas Sturmlechner
0 siblings, 0 replies; 14+ messages in thread
From: Andreas Sturmlechner @ 2023-09-14 21:18 UTC (permalink / raw
To: gentoo-commits
commit: 5d1cb173dadfa3385c847d9d80ec8675291e7701
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 14 21:18:07 2023 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Sep 14 21:18:32 2023 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=5d1cb173
kde-apps/kpat: Add missing dependency
Closes: https://bugs.gentoo.org/914128
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-apps/kpat/kpat-23.08.49.9999.ebuild | 1 +
kde-apps/kpat/kpat-9999.ebuild | 1 +
2 files changed, 2 insertions(+)
diff --git a/kde-apps/kpat/kpat-23.08.49.9999.ebuild b/kde-apps/kpat/kpat-23.08.49.9999.ebuild
index fa38792933..ab95839925 100644
--- a/kde-apps/kpat/kpat-23.08.49.9999.ebuild
+++ b/kde-apps/kpat/kpat-23.08.49.9999.ebuild
@@ -24,6 +24,7 @@ DEPEND="
>=dev-qt/qtgui-${QTMIN}:5
>=dev-qt/qtsvg-${QTMIN}:5
>=dev-qt/qtwidgets-${QTMIN}:5
+ >=dev-qt/qtxml-${QTMIN}:5
>=kde-apps/libkdegames-${PVCUT}:5
>=kde-frameworks/kcompletion-${KFMIN}:5
>=kde-frameworks/kconfig-${KFMIN}:5
diff --git a/kde-apps/kpat/kpat-9999.ebuild b/kde-apps/kpat/kpat-9999.ebuild
index fa38792933..ab95839925 100644
--- a/kde-apps/kpat/kpat-9999.ebuild
+++ b/kde-apps/kpat/kpat-9999.ebuild
@@ -24,6 +24,7 @@ DEPEND="
>=dev-qt/qtgui-${QTMIN}:5
>=dev-qt/qtsvg-${QTMIN}:5
>=dev-qt/qtwidgets-${QTMIN}:5
+ >=dev-qt/qtxml-${QTMIN}:5
>=kde-apps/libkdegames-${PVCUT}:5
>=kde-frameworks/kcompletion-${KFMIN}:5
>=kde-frameworks/kconfig-${KFMIN}:5
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-apps/kpat/
@ 2024-02-25 17:49 Sam James
0 siblings, 0 replies; 14+ messages in thread
From: Sam James @ 2024-02-25 17:49 UTC (permalink / raw
To: gentoo-commits
commit: ecc1aa52f961b3493b1870503fee400a56ecbd7b
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 25 17:43:59 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Feb 25 17:43:59 2024 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=ecc1aa52
kde-apps/kpat: refresh deps
This one made the release. Upstream commit 4382176c0540dfac044d25d694eebcad78b6ee61.
Signed-off-by: Sam James <sam <AT> gentoo.org>
kde-apps/kpat/kpat-24.02.0.ebuild | 2 ++
kde-apps/kpat/kpat-24.02.49.9999.ebuild | 2 ++
kde-apps/kpat/kpat-9999.ebuild | 2 ++
3 files changed, 6 insertions(+)
diff --git a/kde-apps/kpat/kpat-24.02.0.ebuild b/kde-apps/kpat/kpat-24.02.0.ebuild
index 5cc2da428b..36dccb75b7 100644
--- a/kde-apps/kpat/kpat-24.02.0.ebuild
+++ b/kde-apps/kpat/kpat-24.02.0.ebuild
@@ -38,6 +38,8 @@ DEPEND="
>=kde-frameworks/kxmlgui-${KFMIN}:6
"
RDEPEND="${DEPEND}"
+# TODO: || ( 7zip gzip )
+BDEPEND="app-alternatives/gzip"
src_configure() {
local mycmakeargs=(
diff --git a/kde-apps/kpat/kpat-24.02.49.9999.ebuild b/kde-apps/kpat/kpat-24.02.49.9999.ebuild
index 2ac5e9ca8d..8e89fada49 100644
--- a/kde-apps/kpat/kpat-24.02.49.9999.ebuild
+++ b/kde-apps/kpat/kpat-24.02.49.9999.ebuild
@@ -38,6 +38,8 @@ DEPEND="
>=kde-frameworks/kxmlgui-${KFMIN}:6
"
RDEPEND="${DEPEND}"
+# TODO: || ( 7zip gzip )
+BDEPEND="app-alternatives/gzip"
src_configure() {
local mycmakeargs=(
diff --git a/kde-apps/kpat/kpat-9999.ebuild b/kde-apps/kpat/kpat-9999.ebuild
index 2ac5e9ca8d..8e89fada49 100644
--- a/kde-apps/kpat/kpat-9999.ebuild
+++ b/kde-apps/kpat/kpat-9999.ebuild
@@ -38,6 +38,8 @@ DEPEND="
>=kde-frameworks/kxmlgui-${KFMIN}:6
"
RDEPEND="${DEPEND}"
+# TODO: || ( 7zip gzip )
+BDEPEND="app-alternatives/gzip"
src_configure() {
local mycmakeargs=(
^ permalink raw reply related [flat|nested] 14+ messages in thread
end of thread, other threads:[~2024-02-25 17:49 UTC | newest]
Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-11-25 13:16 [gentoo-commits] proj/kde:master commit in: kde-apps/kpat/ Andreas Sturmlechner
-- strict thread matches above, loose matches on Subject: below --
2024-02-25 17:49 Sam James
2023-09-14 21:18 Andreas Sturmlechner
2022-04-21 17:39 Andreas Sturmlechner
2021-02-15 14:39 Andreas Sturmlechner
2020-10-10 21:39 Andreas Sturmlechner
2020-08-18 17:47 Andreas Sturmlechner
2019-05-08 6:09 Andreas Sturmlechner
2019-04-12 14:33 Michael Palimaka
2018-11-18 8:46 Andreas Sturmlechner
2016-11-19 10:47 Michael Palimaka
2015-12-06 9:49 Michael Palimaka
2015-02-24 23:17 Johannes Huber
2015-01-25 20:56 Johannes Huber
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox