* [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-browser-integration/
@ 2020-09-19 8:12 Andreas Sturmlechner
0 siblings, 0 replies; 65+ messages in thread
From: Andreas Sturmlechner @ 2020-09-19 8:12 UTC (permalink / raw
To: gentoo-commits
commit: d8f2804a8456006e06f1453d9654255b0177db6e
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 19 03:04:46 2020 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Sep 19 03:04:46 2020 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=d8f2804a
kde-plasma/plasma-browser-integration: 5.19.90 version bump
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
.../plasma-browser-integration-5.19.90.ebuild | 41 ++++++++++++++++++++++
1 file changed, 41 insertions(+)
diff --git a/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.19.90.ebuild b/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.19.90.ebuild
new file mode 100644
index 0000000000..fe67af649f
--- /dev/null
+++ b/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.19.90.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+KFMIN=5.74.0
+PVCUT=$(ver_cut 1-3)
+QTMIN=5.15.0
+inherit ecm kde.org
+
+DESCRIPTION="Integrate Chrome/Firefox better into Plasma through browser extensions"
+
+LICENSE="GPL-3+"
+SLOT="5"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+IUSE=""
+
+DEPEND="
+ >=dev-qt/qtdbus-${QTMIN}:5
+ >=dev-qt/qtgui-${QTMIN}:5
+ >=dev-qt/qtwidgets-${QTMIN}:5
+ >=kde-frameworks/kactivities-${KFMIN}:5
+ >=kde-frameworks/kconfig-${KFMIN}:5
+ >=kde-frameworks/kcoreaddons-${KFMIN}:5
+ >=kde-frameworks/kdbusaddons-${KFMIN}:5
+ >=kde-frameworks/kfilemetadata-${KFMIN}:5
+ >=kde-frameworks/ki18n-${KFMIN}:5
+ >=kde-frameworks/kio-${KFMIN}:5
+ >=kde-frameworks/knotifications-${KFMIN}:5
+ >=kde-frameworks/krunner-${KFMIN}:5
+ >=kde-frameworks/purpose-${KFMIN}:5
+"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+ local mycmakeargs=(
+ -DMOZILLA_DIR="${EPREFIX}/usr/$(get_libdir)/mozilla"
+ )
+
+ ecm_src_configure
+}
^ permalink raw reply related [flat|nested] 65+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-browser-integration/
@ 2024-10-10 23:00 Andreas Sturmlechner
0 siblings, 0 replies; 65+ messages in thread
From: Andreas Sturmlechner @ 2024-10-10 23:00 UTC (permalink / raw
To: gentoo-commits
commit: f0b1805839f37e65ea8d713e3834bea9b2f02aff
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 10 22:58:04 2024 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Oct 10 22:58:04 2024 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=f0b18058
kde-plasma/plasma-browser-integration: drop 6.2.0
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
.../plasma-browser-integration-6.2.0.ebuild | 46 ----------------------
1 file changed, 46 deletions(-)
diff --git a/kde-plasma/plasma-browser-integration/plasma-browser-integration-6.2.0.ebuild b/kde-plasma/plasma-browser-integration/plasma-browser-integration-6.2.0.ebuild
deleted file mode 100644
index 81814cfcdc..0000000000
--- a/kde-plasma/plasma-browser-integration/plasma-browser-integration-6.2.0.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KFMIN=6.6.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=6.7.2
-inherit ecm plasma.kde.org
-
-DESCRIPTION="Integrate Chrome/Firefox better into Plasma through browser extensions"
-HOMEPAGE+=" https://community.kde.org/Plasma/Browser_Integration"
-
-LICENSE="GPL-3+"
-SLOT="6"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
-IUSE=""
-
-RDEPEND="
- >=dev-qt/qtbase-${QTMIN}:6[dbus,gui,widgets]
- >=kde-frameworks/kconfig-${KFMIN}:6
- >=kde-frameworks/kcoreaddons-${KFMIN}:6
- >=kde-frameworks/kcrash-${KFMIN}:6
- >=kde-frameworks/kdbusaddons-${KFMIN}:6
- >=kde-frameworks/kfilemetadata-${KFMIN}:6
- >=kde-frameworks/ki18n-${KFMIN}:6
- >=kde-frameworks/kio-${KFMIN}:6
- >=kde-frameworks/kjobwidgets-${KFMIN}:6
- >=kde-frameworks/knotifications-${KFMIN}:6
- >=kde-frameworks/kservice-${KFMIN}:6
- >=kde-frameworks/kstatusnotifieritem-${KFMIN}:6
- >=kde-frameworks/purpose-${KFMIN}:6
- >=kde-plasma/plasma-activities-${PVCUT}:6
- >=kde-plasma/plasma-workspace-${PVCUT}:6
-"
-DEPEND="${RDEPEND}
- >=kde-frameworks/krunner-${KFMIN}:6
-"
-
-src_configure() {
- local mycmakeargs=(
- -DMOZILLA_DIR="${EPREFIX}/usr/$(get_libdir)/mozilla"
- )
-
- ecm_src_configure
-}
^ permalink raw reply related [flat|nested] 65+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-browser-integration/
@ 2024-06-18 20:03 Andreas Sturmlechner
0 siblings, 0 replies; 65+ messages in thread
From: Andreas Sturmlechner @ 2024-06-18 20:03 UTC (permalink / raw
To: gentoo-commits
commit: 1550056f90e0a3639738fc314ef9d7fd85d40d0e
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 18 19:59:28 2024 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Jun 18 19:59:28 2024 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=1550056f
kde-plasma/plasma-browser-integration: drop 6.1.0
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
.../plasma-browser-integration-6.1.0.ebuild | 46 ----------------------
1 file changed, 46 deletions(-)
diff --git a/kde-plasma/plasma-browser-integration/plasma-browser-integration-6.1.0.ebuild b/kde-plasma/plasma-browser-integration/plasma-browser-integration-6.1.0.ebuild
deleted file mode 100644
index c16f891a35..0000000000
--- a/kde-plasma/plasma-browser-integration/plasma-browser-integration-6.1.0.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KFMIN=6.3.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=6.7.1
-inherit ecm plasma.kde.org
-
-DESCRIPTION="Integrate Chrome/Firefox better into Plasma through browser extensions"
-HOMEPAGE+=" https://community.kde.org/Plasma/Browser_Integration"
-
-LICENSE="GPL-3+"
-SLOT="6"
-KEYWORDS="~amd64"
-IUSE=""
-
-RDEPEND="
- >=dev-qt/qtbase-${QTMIN}:6[dbus,gui,widgets]
- >=kde-frameworks/kconfig-${KFMIN}:6
- >=kde-frameworks/kcoreaddons-${KFMIN}:6
- >=kde-frameworks/kcrash-${KFMIN}:6
- >=kde-frameworks/kdbusaddons-${KFMIN}:6
- >=kde-frameworks/kfilemetadata-${KFMIN}:6
- >=kde-frameworks/ki18n-${KFMIN}:6
- >=kde-frameworks/kio-${KFMIN}:6
- >=kde-frameworks/kjobwidgets-${KFMIN}:6
- >=kde-frameworks/knotifications-${KFMIN}:6
- >=kde-frameworks/kservice-${KFMIN}:6
- >=kde-frameworks/kstatusnotifieritem-${KFMIN}:6
- >=kde-frameworks/purpose-${KFMIN}:6
- >=kde-plasma/plasma-activities-${PVCUT}:6
- >=kde-plasma/plasma-workspace-${PVCUT}:6
-"
-DEPEND="${RDEPEND}
- >=kde-frameworks/krunner-${KFMIN}:6
-"
-
-src_configure() {
- local mycmakeargs=(
- -DMOZILLA_DIR="${EPREFIX}/usr/$(get_libdir)/mozilla"
- )
-
- ecm_src_configure
-}
^ permalink raw reply related [flat|nested] 65+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-browser-integration/
@ 2024-05-24 19:49 Andreas Sturmlechner
0 siblings, 0 replies; 65+ messages in thread
From: Andreas Sturmlechner @ 2024-05-24 19:49 UTC (permalink / raw
To: gentoo-commits
commit: e88def93e07680417d8dccc96f2ab1ffd55d3e82
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri May 24 18:55:52 2024 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri May 24 19:26:15 2024 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=e88def93
kde-plasma/plasma-browser-integration: 6.0.90 version bump
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
.../plasma-browser-integration-6.0.90.ebuild | 46 ++++++++++++++++++++++
1 file changed, 46 insertions(+)
diff --git a/kde-plasma/plasma-browser-integration/plasma-browser-integration-6.0.90.ebuild b/kde-plasma/plasma-browser-integration/plasma-browser-integration-6.0.90.ebuild
new file mode 100644
index 0000000000..8e821558f0
--- /dev/null
+++ b/kde-plasma/plasma-browser-integration/plasma-browser-integration-6.0.90.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+KFMIN=6.2.0
+PVCUT=$(ver_cut 1-3)
+QTMIN=6.7.1
+inherit ecm plasma.kde.org
+
+DESCRIPTION="Integrate Chrome/Firefox better into Plasma through browser extensions"
+HOMEPAGE+=" https://community.kde.org/Plasma/Browser_Integration"
+
+LICENSE="GPL-3+"
+SLOT="6"
+KEYWORDS="~amd64"
+IUSE=""
+
+RDEPEND="
+ >=dev-qt/qtbase-${QTMIN}:6[dbus,gui,widgets]
+ >=kde-frameworks/kconfig-${KFMIN}:6
+ >=kde-frameworks/kcoreaddons-${KFMIN}:6
+ >=kde-frameworks/kcrash-${KFMIN}:6
+ >=kde-frameworks/kdbusaddons-${KFMIN}:6
+ >=kde-frameworks/kfilemetadata-${KFMIN}:6
+ >=kde-frameworks/ki18n-${KFMIN}:6
+ >=kde-frameworks/kio-${KFMIN}:6
+ >=kde-frameworks/kjobwidgets-${KFMIN}:6
+ >=kde-frameworks/knotifications-${KFMIN}:6
+ >=kde-frameworks/kservice-${KFMIN}:6
+ >=kde-frameworks/kstatusnotifieritem-${KFMIN}:6
+ >=kde-frameworks/purpose-${KFMIN}:6
+ >=kde-plasma/plasma-activities-${PVCUT}:6
+ >=kde-plasma/plasma-workspace-${PVCUT}:6
+"
+DEPEND="${RDEPEND}
+ >=kde-frameworks/krunner-${KFMIN}:6
+"
+
+src_configure() {
+ local mycmakeargs=(
+ -DMOZILLA_DIR="${EPREFIX}/usr/$(get_libdir)/mozilla"
+ )
+
+ ecm_src_configure
+}
^ permalink raw reply related [flat|nested] 65+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-browser-integration/
@ 2024-01-16 15:28 Andreas Sturmlechner
0 siblings, 0 replies; 65+ messages in thread
From: Andreas Sturmlechner @ 2024-01-16 15:28 UTC (permalink / raw
To: gentoo-commits
commit: 2abe746446fa3daf331fa62cca8a9e08329ad571
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 16 14:32:17 2024 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Jan 16 15:26:45 2024 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=2abe7464
kde-plasma/plasma-browser-integration: drop 5.27.49.9999
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
.../plasma-browser-integration-5.27.49.9999.ebuild | 47 ----------------------
1 file changed, 47 deletions(-)
diff --git a/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.27.49.9999.ebuild b/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.27.49.9999.ebuild
deleted file mode 100644
index 2caf7ce2c0..0000000000
--- a/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.27.49.9999.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KFMIN=5.106.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.9
-inherit ecm plasma.kde.org
-
-DESCRIPTION="Integrate Chrome/Firefox better into Plasma through browser extensions"
-HOMEPAGE+=" https://community.kde.org/Plasma/Browser_Integration"
-
-LICENSE="GPL-3+"
-SLOT="5"
-KEYWORDS=""
-IUSE=""
-
-RDEPEND="
- >=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/kcrash-${KFMIN}:5
- >=kde-frameworks/kdbusaddons-${KFMIN}:5
- >=kde-frameworks/kfilemetadata-${KFMIN}:5
- >=kde-frameworks/ki18n-${KFMIN}:5
- >=kde-frameworks/kio-${KFMIN}:5
- >=kde-frameworks/kjobwidgets-${KFMIN}:5
- >=kde-frameworks/knotifications-${KFMIN}:5
- >=kde-frameworks/kservice-${KFMIN}:5
- >=kde-frameworks/purpose-${KFMIN}:5
- >=kde-plasma/plasma-activities-${KFMIN}:5
- >=kde-plasma/plasma-workspace-${PVCUT}:5
-"
-DEPEND="${RDEPEND}
- >=kde-frameworks/krunner-${KFMIN}:5
-"
-
-src_configure() {
- local mycmakeargs=(
- -DMOZILLA_DIR="${EPREFIX}/usr/$(get_libdir)/mozilla"
- )
-
- ecm_src_configure
-}
^ permalink raw reply related [flat|nested] 65+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-browser-integration/
@ 2024-01-10 16:47 Andreas Sturmlechner
0 siblings, 0 replies; 65+ messages in thread
From: Andreas Sturmlechner @ 2024-01-10 16:47 UTC (permalink / raw
To: gentoo-commits
commit: 2bab3cea3d1abfcdfe93aec2fed6acae0ab9d879
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 10 13:28:13 2024 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Jan 10 16:46:12 2024 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=2bab3cea
kde-plasma/plasma-browser-integration: 5.92.0 version bump
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
.../plasma-browser-integration-5.92.0.ebuild | 46 ++++++++++++++++++++++
1 file changed, 46 insertions(+)
diff --git a/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.92.0.ebuild b/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.92.0.ebuild
new file mode 100644
index 0000000000..85f3b77b66
--- /dev/null
+++ b/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.92.0.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+KFMIN=9999
+PVCUT=$(ver_cut 1-3)
+QTMIN=6.6.0
+inherit ecm plasma.kde.org
+
+DESCRIPTION="Integrate Chrome/Firefox better into Plasma through browser extensions"
+HOMEPAGE+=" https://community.kde.org/Plasma/Browser_Integration"
+
+LICENSE="GPL-3+"
+SLOT="6"
+KEYWORDS="~amd64"
+IUSE=""
+
+RDEPEND="
+ >=dev-qt/qtbase-${QTMIN}:6[dbus,gui,widgets]
+ >=kde-frameworks/kconfig-${KFMIN}:6
+ >=kde-frameworks/kcoreaddons-${KFMIN}:6
+ >=kde-frameworks/kcrash-${KFMIN}:6
+ >=kde-frameworks/kdbusaddons-${KFMIN}:6
+ >=kde-frameworks/kfilemetadata-${KFMIN}:6
+ >=kde-frameworks/ki18n-${KFMIN}:6
+ >=kde-frameworks/kio-${KFMIN}:6
+ >=kde-frameworks/kjobwidgets-${KFMIN}:6
+ >=kde-frameworks/knotifications-${KFMIN}:6
+ >=kde-frameworks/kservice-${KFMIN}:6
+ >=kde-frameworks/kstatusnotifieritem-${KFMIN}:6
+ >=kde-frameworks/purpose-${KFMIN}:6
+ >=kde-plasma/plasma-activities-${PVCUT}:6
+ >=kde-plasma/plasma-workspace-${PVCUT}:6
+"
+DEPEND="${RDEPEND}
+ >=kde-frameworks/krunner-${KFMIN}:6
+"
+
+src_configure() {
+ local mycmakeargs=(
+ -DMOZILLA_DIR="${EPREFIX}/usr/$(get_libdir)/mozilla"
+ )
+
+ ecm_src_configure
+}
^ permalink raw reply related [flat|nested] 65+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-browser-integration/
@ 2023-12-20 23:02 Andreas Sturmlechner
0 siblings, 0 replies; 65+ messages in thread
From: Andreas Sturmlechner @ 2023-12-20 23:02 UTC (permalink / raw
To: gentoo-commits
commit: c6cb117d78a05362496c1dc6227458fc3e6c2924
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 20 16:38:58 2023 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Dec 20 23:01:10 2023 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=c6cb117d
kde-plasma/plasma-browser-integration: 5.91.0 version bump
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
.../plasma-browser-integration-5.91.0.ebuild | 46 ++++++++++++++++++++++
1 file changed, 46 insertions(+)
diff --git a/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.91.0.ebuild b/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.91.0.ebuild
new file mode 100644
index 0000000000..4224b0ba42
--- /dev/null
+++ b/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.91.0.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+KFMIN=5.247.0
+PVCUT=$(ver_cut 1-3)
+QTMIN=6.6.0
+inherit ecm plasma.kde.org
+
+DESCRIPTION="Integrate Chrome/Firefox better into Plasma through browser extensions"
+HOMEPAGE+=" https://community.kde.org/Plasma/Browser_Integration"
+
+LICENSE="GPL-3+"
+SLOT="6"
+KEYWORDS="~amd64"
+IUSE=""
+
+RDEPEND="
+ >=dev-qt/qtbase-${QTMIN}:6[dbus,gui,widgets]
+ >=kde-frameworks/kconfig-${KFMIN}:6
+ >=kde-frameworks/kcoreaddons-${KFMIN}:6
+ >=kde-frameworks/kcrash-${KFMIN}:6
+ >=kde-frameworks/kdbusaddons-${KFMIN}:6
+ >=kde-frameworks/kfilemetadata-${KFMIN}:6
+ >=kde-frameworks/ki18n-${KFMIN}:6
+ >=kde-frameworks/kio-${KFMIN}:6
+ >=kde-frameworks/kjobwidgets-${KFMIN}:6
+ >=kde-frameworks/knotifications-${KFMIN}:6
+ >=kde-frameworks/kservice-${KFMIN}:6
+ >=kde-frameworks/kstatusnotifieritem-${KFMIN}:6
+ >=kde-frameworks/purpose-${KFMIN}:6
+ >=kde-plasma/plasma-activities-${PVCUT}:6
+ >=kde-plasma/plasma-workspace-${PVCUT}:6
+"
+DEPEND="${RDEPEND}
+ >=kde-frameworks/krunner-${KFMIN}:6
+"
+
+src_configure() {
+ local mycmakeargs=(
+ -DMOZILLA_DIR="${EPREFIX}/usr/$(get_libdir)/mozilla"
+ )
+
+ ecm_src_configure
+}
^ permalink raw reply related [flat|nested] 65+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-browser-integration/
@ 2023-12-15 22:25 Andreas Sturmlechner
0 siblings, 0 replies; 65+ messages in thread
From: Andreas Sturmlechner @ 2023-12-15 22:25 UTC (permalink / raw
To: gentoo-commits
commit: 1bea8737d4f4481a2c689bb385b694f62a935c90
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 15 21:10:18 2023 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Dec 15 21:11:41 2023 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=1bea8737
kde-plasma/plasma-browser-integration: Add new dependency
Upstream commit 79e7a0102e08811a8833d7b610c6b7cbecf9fc50
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
.../plasma-browser-integration/plasma-browser-integration-9999.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/kde-plasma/plasma-browser-integration/plasma-browser-integration-9999.ebuild b/kde-plasma/plasma-browser-integration/plasma-browser-integration-9999.ebuild
index a34afde348..a28c5bd4ad 100644
--- a/kde-plasma/plasma-browser-integration/plasma-browser-integration-9999.ebuild
+++ b/kde-plasma/plasma-browser-integration/plasma-browser-integration-9999.ebuild
@@ -28,6 +28,7 @@ RDEPEND="
>=kde-frameworks/kjobwidgets-${KFMIN}:6
>=kde-frameworks/knotifications-${KFMIN}:6
>=kde-frameworks/kservice-${KFMIN}:6
+ >=kde-frameworks/kstatusnotifieritem-${KFMIN}:6
>=kde-frameworks/purpose-${KFMIN}:6
>=kde-plasma/plasma-activities-${PVCUT}:6
>=kde-plasma/plasma-workspace-${PVCUT}:6
^ permalink raw reply related [flat|nested] 65+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-browser-integration/
@ 2023-10-25 7:42 Andreas Sturmlechner
0 siblings, 0 replies; 65+ messages in thread
From: Andreas Sturmlechner @ 2023-10-25 7:42 UTC (permalink / raw
To: gentoo-commits
commit: 96cd3f2d4d3c0c2653353b3288def1c5a8589aba
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 25 07:37:16 2023 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Oct 25 07:37:16 2023 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=96cd3f2d
kde-plasma/plasma-browser-integration: drop 5.27.9
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
.../plasma-browser-integration-5.27.9.ebuild | 47 ----------------------
1 file changed, 47 deletions(-)
diff --git a/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.27.9.ebuild b/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.27.9.ebuild
deleted file mode 100644
index d7200be9f0..0000000000
--- a/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.27.9.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KFMIN=5.106.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.9
-inherit ecm plasma.kde.org
-
-DESCRIPTION="Integrate Chrome/Firefox better into Plasma through browser extensions"
-HOMEPAGE+=" https://community.kde.org/Plasma/Browser_Integration"
-
-LICENSE="GPL-3+"
-SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
-IUSE=""
-
-RDEPEND="
- >=dev-qt/qtdbus-${QTMIN}:5
- >=dev-qt/qtgui-${QTMIN}:5
- >=dev-qt/qtwidgets-${QTMIN}:5
- >=kde-frameworks/kactivities-${KFMIN}:5
- >=kde-frameworks/kconfig-${KFMIN}:5
- >=kde-frameworks/kcoreaddons-${KFMIN}:5
- >=kde-frameworks/kcrash-${KFMIN}:5
- >=kde-frameworks/kdbusaddons-${KFMIN}:5
- >=kde-frameworks/kfilemetadata-${KFMIN}:5
- >=kde-frameworks/ki18n-${KFMIN}:5
- >=kde-frameworks/kio-${KFMIN}:5
- >=kde-frameworks/kjobwidgets-${KFMIN}:5
- >=kde-frameworks/knotifications-${KFMIN}:5
- >=kde-frameworks/kservice-${KFMIN}:5
- >=kde-frameworks/purpose-${KFMIN}:5
- >=kde-plasma/plasma-workspace-${PVCUT}:5
-"
-DEPEND="${RDEPEND}
- >=kde-frameworks/krunner-${KFMIN}:5
-"
-
-src_configure() {
- local mycmakeargs=(
- -DMOZILLA_DIR="${EPREFIX}/usr/$(get_libdir)/mozilla"
- )
-
- ecm_src_configure
-}
^ permalink raw reply related [flat|nested] 65+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-browser-integration/
@ 2023-10-24 18:39 Andreas Sturmlechner
0 siblings, 0 replies; 65+ messages in thread
From: Andreas Sturmlechner @ 2023-10-24 18:39 UTC (permalink / raw
To: gentoo-commits
commit: 9118d13055512e4fc3be652e6da51dff7020356f
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 24 18:06:45 2023 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Oct 24 18:39:18 2023 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=9118d130
kde-plasma/plasma-browser-integration: 5.27.9 version bump
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
.../plasma-browser-integration-5.27.9.ebuild | 47 ++++++++++++++++++++++
1 file changed, 47 insertions(+)
diff --git a/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.27.9.ebuild b/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.27.9.ebuild
new file mode 100644
index 0000000000..d7200be9f0
--- /dev/null
+++ b/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.27.9.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+KFMIN=5.106.0
+PVCUT=$(ver_cut 1-3)
+QTMIN=5.15.9
+inherit ecm plasma.kde.org
+
+DESCRIPTION="Integrate Chrome/Firefox better into Plasma through browser extensions"
+HOMEPAGE+=" https://community.kde.org/Plasma/Browser_Integration"
+
+LICENSE="GPL-3+"
+SLOT="5"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+IUSE=""
+
+RDEPEND="
+ >=dev-qt/qtdbus-${QTMIN}:5
+ >=dev-qt/qtgui-${QTMIN}:5
+ >=dev-qt/qtwidgets-${QTMIN}:5
+ >=kde-frameworks/kactivities-${KFMIN}:5
+ >=kde-frameworks/kconfig-${KFMIN}:5
+ >=kde-frameworks/kcoreaddons-${KFMIN}:5
+ >=kde-frameworks/kcrash-${KFMIN}:5
+ >=kde-frameworks/kdbusaddons-${KFMIN}:5
+ >=kde-frameworks/kfilemetadata-${KFMIN}:5
+ >=kde-frameworks/ki18n-${KFMIN}:5
+ >=kde-frameworks/kio-${KFMIN}:5
+ >=kde-frameworks/kjobwidgets-${KFMIN}:5
+ >=kde-frameworks/knotifications-${KFMIN}:5
+ >=kde-frameworks/kservice-${KFMIN}:5
+ >=kde-frameworks/purpose-${KFMIN}:5
+ >=kde-plasma/plasma-workspace-${PVCUT}:5
+"
+DEPEND="${RDEPEND}
+ >=kde-frameworks/krunner-${KFMIN}:5
+"
+
+src_configure() {
+ local mycmakeargs=(
+ -DMOZILLA_DIR="${EPREFIX}/usr/$(get_libdir)/mozilla"
+ )
+
+ ecm_src_configure
+}
^ permalink raw reply related [flat|nested] 65+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-browser-integration/
@ 2023-09-16 16:53 Andreas Sturmlechner
0 siblings, 0 replies; 65+ messages in thread
From: Andreas Sturmlechner @ 2023-09-16 16:53 UTC (permalink / raw
To: gentoo-commits
commit: 7517292f3a0a1e64182bb4747302bb617faddae5
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 16 15:28:27 2023 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Sep 16 15:32:02 2023 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=7517292f
kde-plasma/plasma-browser-integration: Update dependencies
Bug: https://bugs.gentoo.org/914146
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
.../plasma-browser-integration-5.27.49.9999.ebuild | 8 +++++---
.../plasma-browser-integration-9999.ebuild | 8 +++++---
2 files changed, 10 insertions(+), 6 deletions(-)
diff --git a/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.27.49.9999.ebuild b/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.27.49.9999.ebuild
index 42eac8c5b0..26006a771a 100644
--- a/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.27.49.9999.ebuild
+++ b/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.27.49.9999.ebuild
@@ -16,7 +16,7 @@ SLOT="5"
KEYWORDS=""
IUSE=""
-DEPEND="
+RDEPEND="
>=dev-qt/qtdbus-${QTMIN}:5
>=dev-qt/qtgui-${QTMIN}:5
>=dev-qt/qtwidgets-${QTMIN}:5
@@ -30,11 +30,13 @@ DEPEND="
>=kde-frameworks/kio-${KFMIN}:5
>=kde-frameworks/kjobwidgets-${KFMIN}:5
>=kde-frameworks/knotifications-${KFMIN}:5
- >=kde-frameworks/krunner-${KFMIN}:5
+ >=kde-frameworks/kservice-${KFMIN}:5
>=kde-frameworks/purpose-${KFMIN}:5
>=kde-plasma/plasma-workspace-${PVCUT}:5
"
-RDEPEND="${DEPEND}"
+DEPEND="${RDEPEND}
+ >=kde-frameworks/krunner-${KFMIN}:5
+"
src_configure() {
local mycmakeargs=(
diff --git a/kde-plasma/plasma-browser-integration/plasma-browser-integration-9999.ebuild b/kde-plasma/plasma-browser-integration/plasma-browser-integration-9999.ebuild
index 42eac8c5b0..26006a771a 100644
--- a/kde-plasma/plasma-browser-integration/plasma-browser-integration-9999.ebuild
+++ b/kde-plasma/plasma-browser-integration/plasma-browser-integration-9999.ebuild
@@ -16,7 +16,7 @@ SLOT="5"
KEYWORDS=""
IUSE=""
-DEPEND="
+RDEPEND="
>=dev-qt/qtdbus-${QTMIN}:5
>=dev-qt/qtgui-${QTMIN}:5
>=dev-qt/qtwidgets-${QTMIN}:5
@@ -30,11 +30,13 @@ DEPEND="
>=kde-frameworks/kio-${KFMIN}:5
>=kde-frameworks/kjobwidgets-${KFMIN}:5
>=kde-frameworks/knotifications-${KFMIN}:5
- >=kde-frameworks/krunner-${KFMIN}:5
+ >=kde-frameworks/kservice-${KFMIN}:5
>=kde-frameworks/purpose-${KFMIN}:5
>=kde-plasma/plasma-workspace-${PVCUT}:5
"
-RDEPEND="${DEPEND}"
+DEPEND="${RDEPEND}
+ >=kde-frameworks/krunner-${KFMIN}:5
+"
src_configure() {
local mycmakeargs=(
^ permalink raw reply related [flat|nested] 65+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-browser-integration/
@ 2023-06-27 20:44 Andreas Sturmlechner
0 siblings, 0 replies; 65+ messages in thread
From: Andreas Sturmlechner @ 2023-06-27 20:44 UTC (permalink / raw
To: gentoo-commits
commit: fb841c848b30a1ef8cde0a5e63d20f16d7d576e9
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 27 20:43:11 2023 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Jun 27 20:43:11 2023 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=fb841c84
kde-plasma/plasma-browser-integration: drop 5.27.6
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
.../plasma-browser-integration-5.27.6.ebuild | 45 ----------------------
1 file changed, 45 deletions(-)
diff --git a/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.27.6.ebuild b/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.27.6.ebuild
deleted file mode 100644
index 2586b595a0..0000000000
--- a/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.27.6.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KFMIN=5.106.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.9
-inherit ecm plasma.kde.org
-
-DESCRIPTION="Integrate Chrome/Firefox better into Plasma through browser extensions"
-HOMEPAGE+=" https://community.kde.org/Plasma/Browser_Integration"
-
-LICENSE="GPL-3+"
-SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
-IUSE=""
-
-DEPEND="
- >=dev-qt/qtdbus-${QTMIN}:5
- >=dev-qt/qtgui-${QTMIN}:5
- >=dev-qt/qtwidgets-${QTMIN}:5
- >=kde-frameworks/kactivities-${KFMIN}:5
- >=kde-frameworks/kconfig-${KFMIN}:5
- >=kde-frameworks/kcoreaddons-${KFMIN}:5
- >=kde-frameworks/kcrash-${KFMIN}:5
- >=kde-frameworks/kdbusaddons-${KFMIN}:5
- >=kde-frameworks/kfilemetadata-${KFMIN}:5
- >=kde-frameworks/ki18n-${KFMIN}:5
- >=kde-frameworks/kio-${KFMIN}:5
- >=kde-frameworks/kjobwidgets-${KFMIN}:5
- >=kde-frameworks/knotifications-${KFMIN}:5
- >=kde-frameworks/krunner-${KFMIN}:5
- >=kde-frameworks/purpose-${KFMIN}:5
- >=kde-plasma/plasma-workspace-${PVCUT}:5
-"
-RDEPEND="${DEPEND}"
-
-src_configure() {
- local mycmakeargs=(
- -DMOZILLA_DIR="${EPREFIX}/usr/$(get_libdir)/mozilla"
- )
-
- ecm_src_configure
-}
^ permalink raw reply related [flat|nested] 65+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-browser-integration/
@ 2023-06-27 20:40 Andreas Sturmlechner
0 siblings, 0 replies; 65+ messages in thread
From: Andreas Sturmlechner @ 2023-06-27 20:40 UTC (permalink / raw
To: gentoo-commits
commit: e79ff23330d9ee2acd13fb0d731e616261e51bb2
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 20 14:56:15 2023 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Jun 22 20:26:45 2023 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=e79ff233
kde-plasma/plasma-browser-integration: 5.27.6 version bump
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
.../plasma-browser-integration-5.27.6.ebuild | 45 ++++++++++++++++++++++
1 file changed, 45 insertions(+)
diff --git a/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.27.6.ebuild b/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.27.6.ebuild
new file mode 100644
index 0000000000..2586b595a0
--- /dev/null
+++ b/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.27.6.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+KFMIN=5.106.0
+PVCUT=$(ver_cut 1-3)
+QTMIN=5.15.9
+inherit ecm plasma.kde.org
+
+DESCRIPTION="Integrate Chrome/Firefox better into Plasma through browser extensions"
+HOMEPAGE+=" https://community.kde.org/Plasma/Browser_Integration"
+
+LICENSE="GPL-3+"
+SLOT="5"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+IUSE=""
+
+DEPEND="
+ >=dev-qt/qtdbus-${QTMIN}:5
+ >=dev-qt/qtgui-${QTMIN}:5
+ >=dev-qt/qtwidgets-${QTMIN}:5
+ >=kde-frameworks/kactivities-${KFMIN}:5
+ >=kde-frameworks/kconfig-${KFMIN}:5
+ >=kde-frameworks/kcoreaddons-${KFMIN}:5
+ >=kde-frameworks/kcrash-${KFMIN}:5
+ >=kde-frameworks/kdbusaddons-${KFMIN}:5
+ >=kde-frameworks/kfilemetadata-${KFMIN}:5
+ >=kde-frameworks/ki18n-${KFMIN}:5
+ >=kde-frameworks/kio-${KFMIN}:5
+ >=kde-frameworks/kjobwidgets-${KFMIN}:5
+ >=kde-frameworks/knotifications-${KFMIN}:5
+ >=kde-frameworks/krunner-${KFMIN}:5
+ >=kde-frameworks/purpose-${KFMIN}:5
+ >=kde-plasma/plasma-workspace-${PVCUT}:5
+"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+ local mycmakeargs=(
+ -DMOZILLA_DIR="${EPREFIX}/usr/$(get_libdir)/mozilla"
+ )
+
+ ecm_src_configure
+}
^ permalink raw reply related [flat|nested] 65+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-browser-integration/
@ 2023-03-14 20:21 Andreas Sturmlechner
0 siblings, 0 replies; 65+ messages in thread
From: Andreas Sturmlechner @ 2023-03-14 20:21 UTC (permalink / raw
To: gentoo-commits
commit: 389c2c87f50f5760b73a3f74a90605c9525124a9
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 14 20:15:47 2023 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Mar 14 20:15:47 2023 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=389c2c87
kde-plasma/plasma-browser-integration: drop 5.27.3
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
.../plasma-browser-integration-5.27.3.ebuild | 45 ----------------------
1 file changed, 45 deletions(-)
diff --git a/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.27.3.ebuild b/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.27.3.ebuild
deleted file mode 100644
index afe6b9ac41..0000000000
--- a/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.27.3.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KFMIN=5.102.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.7
-inherit ecm plasma.kde.org
-
-DESCRIPTION="Integrate Chrome/Firefox better into Plasma through browser extensions"
-HOMEPAGE+=" https://community.kde.org/Plasma/Browser_Integration"
-
-LICENSE="GPL-3+"
-SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
-IUSE=""
-
-DEPEND="
- >=dev-qt/qtdbus-${QTMIN}:5
- >=dev-qt/qtgui-${QTMIN}:5
- >=dev-qt/qtwidgets-${QTMIN}:5
- >=kde-frameworks/kactivities-${KFMIN}:5
- >=kde-frameworks/kconfig-${KFMIN}:5
- >=kde-frameworks/kcoreaddons-${KFMIN}:5
- >=kde-frameworks/kcrash-${KFMIN}:5
- >=kde-frameworks/kdbusaddons-${KFMIN}:5
- >=kde-frameworks/kfilemetadata-${KFMIN}:5
- >=kde-frameworks/ki18n-${KFMIN}:5
- >=kde-frameworks/kio-${KFMIN}:5
- >=kde-frameworks/kjobwidgets-${KFMIN}:5
- >=kde-frameworks/knotifications-${KFMIN}:5
- >=kde-frameworks/krunner-${KFMIN}:5
- >=kde-frameworks/purpose-${KFMIN}:5
- >=kde-plasma/plasma-workspace-${PVCUT}:5
-"
-RDEPEND="${DEPEND}"
-
-src_configure() {
- local mycmakeargs=(
- -DMOZILLA_DIR="${EPREFIX}/usr/$(get_libdir)/mozilla"
- )
-
- ecm_src_configure
-}
^ permalink raw reply related [flat|nested] 65+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-browser-integration/
@ 2023-03-14 14:47 Andreas Sturmlechner
0 siblings, 0 replies; 65+ messages in thread
From: Andreas Sturmlechner @ 2023-03-14 14:47 UTC (permalink / raw
To: gentoo-commits
commit: df88d9945bae2de5debc12decc6890f841e39290
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 14 14:42:12 2023 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Mar 14 14:42:12 2023 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=df88d994
kde-plasma/plasma-browser-integration: 5.27.3 version bump
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
.../plasma-browser-integration-5.27.3.ebuild | 45 ++++++++++++++++++++++
1 file changed, 45 insertions(+)
diff --git a/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.27.3.ebuild b/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.27.3.ebuild
new file mode 100644
index 0000000000..afe6b9ac41
--- /dev/null
+++ b/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.27.3.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+KFMIN=5.102.0
+PVCUT=$(ver_cut 1-3)
+QTMIN=5.15.7
+inherit ecm plasma.kde.org
+
+DESCRIPTION="Integrate Chrome/Firefox better into Plasma through browser extensions"
+HOMEPAGE+=" https://community.kde.org/Plasma/Browser_Integration"
+
+LICENSE="GPL-3+"
+SLOT="5"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+IUSE=""
+
+DEPEND="
+ >=dev-qt/qtdbus-${QTMIN}:5
+ >=dev-qt/qtgui-${QTMIN}:5
+ >=dev-qt/qtwidgets-${QTMIN}:5
+ >=kde-frameworks/kactivities-${KFMIN}:5
+ >=kde-frameworks/kconfig-${KFMIN}:5
+ >=kde-frameworks/kcoreaddons-${KFMIN}:5
+ >=kde-frameworks/kcrash-${KFMIN}:5
+ >=kde-frameworks/kdbusaddons-${KFMIN}:5
+ >=kde-frameworks/kfilemetadata-${KFMIN}:5
+ >=kde-frameworks/ki18n-${KFMIN}:5
+ >=kde-frameworks/kio-${KFMIN}:5
+ >=kde-frameworks/kjobwidgets-${KFMIN}:5
+ >=kde-frameworks/knotifications-${KFMIN}:5
+ >=kde-frameworks/krunner-${KFMIN}:5
+ >=kde-frameworks/purpose-${KFMIN}:5
+ >=kde-plasma/plasma-workspace-${PVCUT}:5
+"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+ local mycmakeargs=(
+ -DMOZILLA_DIR="${EPREFIX}/usr/$(get_libdir)/mozilla"
+ )
+
+ ecm_src_configure
+}
^ permalink raw reply related [flat|nested] 65+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-browser-integration/
@ 2023-02-22 11:59 Andreas Sturmlechner
0 siblings, 0 replies; 65+ messages in thread
From: Andreas Sturmlechner @ 2023-02-22 11:59 UTC (permalink / raw
To: gentoo-commits
commit: 31131a40207318368f653c30f8793953410eefe6
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 22 10:50:52 2023 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Feb 22 10:50:52 2023 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=31131a40
kde-plasma/plasma-browser-integration: drop 5.27.1
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
.../plasma-browser-integration-5.27.1.ebuild | 45 ----------------------
1 file changed, 45 deletions(-)
diff --git a/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.27.1.ebuild b/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.27.1.ebuild
deleted file mode 100644
index afe6b9ac41..0000000000
--- a/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.27.1.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KFMIN=5.102.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.7
-inherit ecm plasma.kde.org
-
-DESCRIPTION="Integrate Chrome/Firefox better into Plasma through browser extensions"
-HOMEPAGE+=" https://community.kde.org/Plasma/Browser_Integration"
-
-LICENSE="GPL-3+"
-SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
-IUSE=""
-
-DEPEND="
- >=dev-qt/qtdbus-${QTMIN}:5
- >=dev-qt/qtgui-${QTMIN}:5
- >=dev-qt/qtwidgets-${QTMIN}:5
- >=kde-frameworks/kactivities-${KFMIN}:5
- >=kde-frameworks/kconfig-${KFMIN}:5
- >=kde-frameworks/kcoreaddons-${KFMIN}:5
- >=kde-frameworks/kcrash-${KFMIN}:5
- >=kde-frameworks/kdbusaddons-${KFMIN}:5
- >=kde-frameworks/kfilemetadata-${KFMIN}:5
- >=kde-frameworks/ki18n-${KFMIN}:5
- >=kde-frameworks/kio-${KFMIN}:5
- >=kde-frameworks/kjobwidgets-${KFMIN}:5
- >=kde-frameworks/knotifications-${KFMIN}:5
- >=kde-frameworks/krunner-${KFMIN}:5
- >=kde-frameworks/purpose-${KFMIN}:5
- >=kde-plasma/plasma-workspace-${PVCUT}:5
-"
-RDEPEND="${DEPEND}"
-
-src_configure() {
- local mycmakeargs=(
- -DMOZILLA_DIR="${EPREFIX}/usr/$(get_libdir)/mozilla"
- )
-
- ecm_src_configure
-}
^ permalink raw reply related [flat|nested] 65+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-browser-integration/
@ 2023-02-21 14:02 Andreas Sturmlechner
0 siblings, 0 replies; 65+ messages in thread
From: Andreas Sturmlechner @ 2023-02-21 14:02 UTC (permalink / raw
To: gentoo-commits
commit: 57710ebc59b026a27680dee37aff92b36bce92a0
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 21 13:26:48 2023 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Feb 21 13:26:48 2023 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=57710ebc
kde-plasma/plasma-browser-integration: 5.27.1 version bump
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
.../plasma-browser-integration-5.27.1.ebuild | 45 ++++++++++++++++++++++
1 file changed, 45 insertions(+)
diff --git a/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.27.1.ebuild b/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.27.1.ebuild
new file mode 100644
index 0000000000..afe6b9ac41
--- /dev/null
+++ b/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.27.1.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+KFMIN=5.102.0
+PVCUT=$(ver_cut 1-3)
+QTMIN=5.15.7
+inherit ecm plasma.kde.org
+
+DESCRIPTION="Integrate Chrome/Firefox better into Plasma through browser extensions"
+HOMEPAGE+=" https://community.kde.org/Plasma/Browser_Integration"
+
+LICENSE="GPL-3+"
+SLOT="5"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+IUSE=""
+
+DEPEND="
+ >=dev-qt/qtdbus-${QTMIN}:5
+ >=dev-qt/qtgui-${QTMIN}:5
+ >=dev-qt/qtwidgets-${QTMIN}:5
+ >=kde-frameworks/kactivities-${KFMIN}:5
+ >=kde-frameworks/kconfig-${KFMIN}:5
+ >=kde-frameworks/kcoreaddons-${KFMIN}:5
+ >=kde-frameworks/kcrash-${KFMIN}:5
+ >=kde-frameworks/kdbusaddons-${KFMIN}:5
+ >=kde-frameworks/kfilemetadata-${KFMIN}:5
+ >=kde-frameworks/ki18n-${KFMIN}:5
+ >=kde-frameworks/kio-${KFMIN}:5
+ >=kde-frameworks/kjobwidgets-${KFMIN}:5
+ >=kde-frameworks/knotifications-${KFMIN}:5
+ >=kde-frameworks/krunner-${KFMIN}:5
+ >=kde-frameworks/purpose-${KFMIN}:5
+ >=kde-plasma/plasma-workspace-${PVCUT}:5
+"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+ local mycmakeargs=(
+ -DMOZILLA_DIR="${EPREFIX}/usr/$(get_libdir)/mozilla"
+ )
+
+ ecm_src_configure
+}
^ permalink raw reply related [flat|nested] 65+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-browser-integration/
@ 2023-02-14 11:27 Andreas Sturmlechner
0 siblings, 0 replies; 65+ messages in thread
From: Andreas Sturmlechner @ 2023-02-14 11:27 UTC (permalink / raw
To: gentoo-commits
commit: 923c13eb6142321182141244859875022ae59763
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 13 10:47:19 2023 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Feb 13 10:47:19 2023 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=923c13eb
kde-plasma/plasma-browser-integration: drop 5.27.0
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
.../plasma-browser-integration-5.27.0.ebuild | 45 ----------------------
1 file changed, 45 deletions(-)
diff --git a/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.27.0.ebuild b/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.27.0.ebuild
deleted file mode 100644
index afe6b9ac41..0000000000
--- a/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.27.0.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KFMIN=5.102.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.7
-inherit ecm plasma.kde.org
-
-DESCRIPTION="Integrate Chrome/Firefox better into Plasma through browser extensions"
-HOMEPAGE+=" https://community.kde.org/Plasma/Browser_Integration"
-
-LICENSE="GPL-3+"
-SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
-IUSE=""
-
-DEPEND="
- >=dev-qt/qtdbus-${QTMIN}:5
- >=dev-qt/qtgui-${QTMIN}:5
- >=dev-qt/qtwidgets-${QTMIN}:5
- >=kde-frameworks/kactivities-${KFMIN}:5
- >=kde-frameworks/kconfig-${KFMIN}:5
- >=kde-frameworks/kcoreaddons-${KFMIN}:5
- >=kde-frameworks/kcrash-${KFMIN}:5
- >=kde-frameworks/kdbusaddons-${KFMIN}:5
- >=kde-frameworks/kfilemetadata-${KFMIN}:5
- >=kde-frameworks/ki18n-${KFMIN}:5
- >=kde-frameworks/kio-${KFMIN}:5
- >=kde-frameworks/kjobwidgets-${KFMIN}:5
- >=kde-frameworks/knotifications-${KFMIN}:5
- >=kde-frameworks/krunner-${KFMIN}:5
- >=kde-frameworks/purpose-${KFMIN}:5
- >=kde-plasma/plasma-workspace-${PVCUT}:5
-"
-RDEPEND="${DEPEND}"
-
-src_configure() {
- local mycmakeargs=(
- -DMOZILLA_DIR="${EPREFIX}/usr/$(get_libdir)/mozilla"
- )
-
- ecm_src_configure
-}
^ permalink raw reply related [flat|nested] 65+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-browser-integration/
@ 2023-02-09 13:26 Andreas Sturmlechner
0 siblings, 0 replies; 65+ messages in thread
From: Andreas Sturmlechner @ 2023-02-09 13:26 UTC (permalink / raw
To: gentoo-commits
commit: 8bc233b907b85f66e585420302a65ecf9c62f207
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 9 12:59:50 2023 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Feb 9 13:19:55 2023 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=8bc233b9
kde-plasma/plasma-browser-integration: 5.27.0 version bump
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
.../plasma-browser-integration-5.27.0.ebuild | 45 ++++++++++++++++++++++
1 file changed, 45 insertions(+)
diff --git a/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.27.0.ebuild b/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.27.0.ebuild
new file mode 100644
index 0000000000..afe6b9ac41
--- /dev/null
+++ b/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.27.0.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+KFMIN=5.102.0
+PVCUT=$(ver_cut 1-3)
+QTMIN=5.15.7
+inherit ecm plasma.kde.org
+
+DESCRIPTION="Integrate Chrome/Firefox better into Plasma through browser extensions"
+HOMEPAGE+=" https://community.kde.org/Plasma/Browser_Integration"
+
+LICENSE="GPL-3+"
+SLOT="5"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+IUSE=""
+
+DEPEND="
+ >=dev-qt/qtdbus-${QTMIN}:5
+ >=dev-qt/qtgui-${QTMIN}:5
+ >=dev-qt/qtwidgets-${QTMIN}:5
+ >=kde-frameworks/kactivities-${KFMIN}:5
+ >=kde-frameworks/kconfig-${KFMIN}:5
+ >=kde-frameworks/kcoreaddons-${KFMIN}:5
+ >=kde-frameworks/kcrash-${KFMIN}:5
+ >=kde-frameworks/kdbusaddons-${KFMIN}:5
+ >=kde-frameworks/kfilemetadata-${KFMIN}:5
+ >=kde-frameworks/ki18n-${KFMIN}:5
+ >=kde-frameworks/kio-${KFMIN}:5
+ >=kde-frameworks/kjobwidgets-${KFMIN}:5
+ >=kde-frameworks/knotifications-${KFMIN}:5
+ >=kde-frameworks/krunner-${KFMIN}:5
+ >=kde-frameworks/purpose-${KFMIN}:5
+ >=kde-plasma/plasma-workspace-${PVCUT}:5
+"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+ local mycmakeargs=(
+ -DMOZILLA_DIR="${EPREFIX}/usr/$(get_libdir)/mozilla"
+ )
+
+ ecm_src_configure
+}
^ permalink raw reply related [flat|nested] 65+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-browser-integration/
@ 2023-01-20 13:59 Andreas Sturmlechner
0 siblings, 0 replies; 65+ messages in thread
From: Andreas Sturmlechner @ 2023-01-20 13:59 UTC (permalink / raw
To: gentoo-commits
commit: 7882c8de3d8a007c13dc2958e954c9aa68c2ab95
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 20 13:48:52 2023 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Jan 20 13:48:52 2023 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=7882c8de
kde-plasma/plasma-browser-integration: drop 5.26.90
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
.../plasma-browser-integration-5.26.90.ebuild | 45 ----------------------
1 file changed, 45 deletions(-)
diff --git a/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.26.90.ebuild b/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.26.90.ebuild
deleted file mode 100644
index 5815316737..0000000000
--- a/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.26.90.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KFMIN=5.102.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.7
-inherit ecm plasma.kde.org
-
-DESCRIPTION="Integrate Chrome/Firefox better into Plasma through browser extensions"
-HOMEPAGE+=" https://community.kde.org/Plasma/Browser_Integration"
-
-LICENSE="GPL-3+"
-SLOT="5"
-KEYWORDS="~amd64"
-IUSE=""
-
-DEPEND="
- >=dev-qt/qtdbus-${QTMIN}:5
- >=dev-qt/qtgui-${QTMIN}:5
- >=dev-qt/qtwidgets-${QTMIN}:5
- >=kde-frameworks/kactivities-${KFMIN}:5
- >=kde-frameworks/kconfig-${KFMIN}:5
- >=kde-frameworks/kcoreaddons-${KFMIN}:5
- >=kde-frameworks/kcrash-${KFMIN}:5
- >=kde-frameworks/kdbusaddons-${KFMIN}:5
- >=kde-frameworks/kfilemetadata-${KFMIN}:5
- >=kde-frameworks/ki18n-${KFMIN}:5
- >=kde-frameworks/kio-${KFMIN}:5
- >=kde-frameworks/kjobwidgets-${KFMIN}:5
- >=kde-frameworks/knotifications-${KFMIN}:5
- >=kde-frameworks/krunner-${KFMIN}:5
- >=kde-frameworks/purpose-${KFMIN}:5
- >=kde-plasma/plasma-workspace-${PVCUT}:5
-"
-RDEPEND="${DEPEND}"
-
-src_configure() {
- local mycmakeargs=(
- -DMOZILLA_DIR="${EPREFIX}/usr/$(get_libdir)/mozilla"
- )
-
- ecm_src_configure
-}
^ permalink raw reply related [flat|nested] 65+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-browser-integration/
@ 2023-01-20 10:40 Andreas Sturmlechner
0 siblings, 0 replies; 65+ messages in thread
From: Andreas Sturmlechner @ 2023-01-20 10:40 UTC (permalink / raw
To: gentoo-commits
commit: b25c15344fb37749315336958026db5aa45efbb1
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 20 09:30:27 2023 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Jan 20 10:14:21 2023 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=b25c1534
kde-plasma/plasma-browser-integration: 5.26.90 version bump
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
.../plasma-browser-integration-5.26.90.ebuild | 45 ++++++++++++++++++++++
1 file changed, 45 insertions(+)
diff --git a/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.26.90.ebuild b/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.26.90.ebuild
new file mode 100644
index 0000000000..5815316737
--- /dev/null
+++ b/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.26.90.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+KFMIN=5.102.0
+PVCUT=$(ver_cut 1-3)
+QTMIN=5.15.7
+inherit ecm plasma.kde.org
+
+DESCRIPTION="Integrate Chrome/Firefox better into Plasma through browser extensions"
+HOMEPAGE+=" https://community.kde.org/Plasma/Browser_Integration"
+
+LICENSE="GPL-3+"
+SLOT="5"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND="
+ >=dev-qt/qtdbus-${QTMIN}:5
+ >=dev-qt/qtgui-${QTMIN}:5
+ >=dev-qt/qtwidgets-${QTMIN}:5
+ >=kde-frameworks/kactivities-${KFMIN}:5
+ >=kde-frameworks/kconfig-${KFMIN}:5
+ >=kde-frameworks/kcoreaddons-${KFMIN}:5
+ >=kde-frameworks/kcrash-${KFMIN}:5
+ >=kde-frameworks/kdbusaddons-${KFMIN}:5
+ >=kde-frameworks/kfilemetadata-${KFMIN}:5
+ >=kde-frameworks/ki18n-${KFMIN}:5
+ >=kde-frameworks/kio-${KFMIN}:5
+ >=kde-frameworks/kjobwidgets-${KFMIN}:5
+ >=kde-frameworks/knotifications-${KFMIN}:5
+ >=kde-frameworks/krunner-${KFMIN}:5
+ >=kde-frameworks/purpose-${KFMIN}:5
+ >=kde-plasma/plasma-workspace-${PVCUT}:5
+"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+ local mycmakeargs=(
+ -DMOZILLA_DIR="${EPREFIX}/usr/$(get_libdir)/mozilla"
+ )
+
+ ecm_src_configure
+}
^ permalink raw reply related [flat|nested] 65+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-browser-integration/
@ 2023-01-04 15:21 Andreas Sturmlechner
0 siblings, 0 replies; 65+ messages in thread
From: Andreas Sturmlechner @ 2023-01-04 15:21 UTC (permalink / raw
To: gentoo-commits
commit: bbb0771991047bc3191c652e6f53acd5748f3a40
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 4 10:10:30 2023 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Jan 4 10:10:30 2023 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=bbb07719
kde-plasma/plasma-browser-integration: drop 5.26.49.9999
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
.../plasma-browser-integration-5.26.49.9999.ebuild | 45 ----------------------
1 file changed, 45 deletions(-)
diff --git a/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.26.49.9999.ebuild b/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.26.49.9999.ebuild
deleted file mode 100644
index 5f6f846d43..0000000000
--- a/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.26.49.9999.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KFMIN=5.99.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.5
-inherit ecm plasma.kde.org
-
-DESCRIPTION="Integrate Chrome/Firefox better into Plasma through browser extensions"
-HOMEPAGE+=" https://community.kde.org/Plasma/Browser_Integration"
-
-LICENSE="GPL-3+"
-SLOT="5"
-KEYWORDS=""
-IUSE=""
-
-DEPEND="
- >=dev-qt/qtdbus-${QTMIN}:5
- >=dev-qt/qtgui-${QTMIN}:5
- >=dev-qt/qtwidgets-${QTMIN}:5
- >=kde-frameworks/kactivities-${KFMIN}:5
- >=kde-frameworks/kconfig-${KFMIN}:5
- >=kde-frameworks/kcoreaddons-${KFMIN}:5
- >=kde-frameworks/kcrash-${KFMIN}:5
- >=kde-frameworks/kdbusaddons-${KFMIN}:5
- >=kde-frameworks/kfilemetadata-${KFMIN}:5
- >=kde-frameworks/ki18n-${KFMIN}:5
- >=kde-frameworks/kio-${KFMIN}:5
- >=kde-frameworks/kjobwidgets-${KFMIN}:5
- >=kde-frameworks/knotifications-${KFMIN}:5
- >=kde-frameworks/krunner-${KFMIN}:5
- >=kde-frameworks/purpose-${KFMIN}:5
- >=kde-plasma/plasma-workspace-${PVCUT}:5
-"
-RDEPEND="${DEPEND}"
-
-src_configure() {
- local mycmakeargs=(
- -DMOZILLA_DIR="${EPREFIX}/usr/$(get_libdir)/mozilla"
- )
-
- ecm_src_configure
-}
^ permalink raw reply related [flat|nested] 65+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-browser-integration/
@ 2022-10-11 12:51 Andreas Sturmlechner
0 siblings, 0 replies; 65+ messages in thread
From: Andreas Sturmlechner @ 2022-10-11 12:51 UTC (permalink / raw
To: gentoo-commits
commit: d42f9856dfac12135ecabf4ad92c24d9ac617603
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 11 12:44:36 2022 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Oct 11 12:51:19 2022 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=d42f9856
kde-plasma/plasma-browser-integration: drop 5.26.0
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
.../plasma-browser-integration-5.26.0.ebuild | 45 ----------------------
1 file changed, 45 deletions(-)
diff --git a/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.26.0.ebuild b/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.26.0.ebuild
deleted file mode 100644
index d297c8c43e..0000000000
--- a/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.26.0.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KFMIN=5.99.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.5
-inherit ecm plasma.kde.org
-
-DESCRIPTION="Integrate Chrome/Firefox better into Plasma through browser extensions"
-HOMEPAGE+=" https://community.kde.org/Plasma/Browser_Integration"
-
-LICENSE="GPL-3+"
-SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
-IUSE=""
-
-DEPEND="
- >=dev-qt/qtdbus-${QTMIN}:5
- >=dev-qt/qtgui-${QTMIN}:5
- >=dev-qt/qtwidgets-${QTMIN}:5
- >=kde-frameworks/kactivities-${KFMIN}:5
- >=kde-frameworks/kconfig-${KFMIN}:5
- >=kde-frameworks/kcoreaddons-${KFMIN}:5
- >=kde-frameworks/kcrash-${KFMIN}:5
- >=kde-frameworks/kdbusaddons-${KFMIN}:5
- >=kde-frameworks/kfilemetadata-${KFMIN}:5
- >=kde-frameworks/ki18n-${KFMIN}:5
- >=kde-frameworks/kio-${KFMIN}:5
- >=kde-frameworks/kjobwidgets-${KFMIN}:5
- >=kde-frameworks/knotifications-${KFMIN}:5
- >=kde-frameworks/krunner-${KFMIN}:5
- >=kde-frameworks/purpose-${KFMIN}:5
- >=kde-plasma/plasma-workspace-${PVCUT}:5
-"
-RDEPEND="${DEPEND}"
-
-src_configure() {
- local mycmakeargs=(
- -DMOZILLA_DIR="${EPREFIX}/usr/$(get_libdir)/mozilla"
- )
-
- ecm_src_configure
-}
^ permalink raw reply related [flat|nested] 65+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-browser-integration/
@ 2022-10-11 12:37 Andreas Sturmlechner
0 siblings, 0 replies; 65+ messages in thread
From: Andreas Sturmlechner @ 2022-10-11 12:37 UTC (permalink / raw
To: gentoo-commits
commit: 2fb4da6c34bd950f4bdc99531ad7568ff440f3f3
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 10 09:37:14 2022 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Oct 10 14:30:02 2022 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=2fb4da6c
kde-plasma/plasma-browser-integration: drop 5.25.90
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
.../plasma-browser-integration-5.25.90.ebuild | 45 ----------------------
1 file changed, 45 deletions(-)
diff --git a/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.25.90.ebuild b/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.25.90.ebuild
deleted file mode 100644
index 28103fcf18..0000000000
--- a/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.25.90.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KFMIN=5.98.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.5
-inherit ecm plasma.kde.org
-
-DESCRIPTION="Integrate Chrome/Firefox better into Plasma through browser extensions"
-HOMEPAGE+=" https://community.kde.org/Plasma/Browser_Integration"
-
-LICENSE="GPL-3+"
-SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
-IUSE=""
-
-DEPEND="
- >=dev-qt/qtdbus-${QTMIN}:5
- >=dev-qt/qtgui-${QTMIN}:5
- >=dev-qt/qtwidgets-${QTMIN}:5
- >=kde-frameworks/kactivities-${KFMIN}:5
- >=kde-frameworks/kconfig-${KFMIN}:5
- >=kde-frameworks/kcoreaddons-${KFMIN}:5
- >=kde-frameworks/kcrash-${KFMIN}:5
- >=kde-frameworks/kdbusaddons-${KFMIN}:5
- >=kde-frameworks/kfilemetadata-${KFMIN}:5
- >=kde-frameworks/ki18n-${KFMIN}:5
- >=kde-frameworks/kio-${KFMIN}:5
- >=kde-frameworks/kjobwidgets-${KFMIN}:5
- >=kde-frameworks/knotifications-${KFMIN}:5
- >=kde-frameworks/krunner-${KFMIN}:5
- >=kde-frameworks/purpose-${KFMIN}:5
- >=kde-plasma/plasma-workspace-${PVCUT}:5
-"
-RDEPEND="${DEPEND}"
-
-src_configure() {
- local mycmakeargs=(
- -DMOZILLA_DIR="${EPREFIX}/usr/$(get_libdir)/mozilla"
- )
-
- ecm_src_configure
-}
^ permalink raw reply related [flat|nested] 65+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-browser-integration/
@ 2022-10-06 14:48 Andreas Sturmlechner
0 siblings, 0 replies; 65+ messages in thread
From: Andreas Sturmlechner @ 2022-10-06 14:48 UTC (permalink / raw
To: gentoo-commits
commit: 703bfdc35b5f8e020a259d8c46a58459a573f1d8
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 6 13:53:12 2022 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Oct 6 14:48:06 2022 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=703bfdc3
kde-plasma/plasma-browser-integration: 5.26.0 version bump
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
.../plasma-browser-integration-5.26.0.ebuild | 45 ++++++++++++++++++++++
1 file changed, 45 insertions(+)
diff --git a/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.26.0.ebuild b/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.26.0.ebuild
new file mode 100644
index 0000000000..28103fcf18
--- /dev/null
+++ b/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.26.0.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+KFMIN=5.98.0
+PVCUT=$(ver_cut 1-3)
+QTMIN=5.15.5
+inherit ecm plasma.kde.org
+
+DESCRIPTION="Integrate Chrome/Firefox better into Plasma through browser extensions"
+HOMEPAGE+=" https://community.kde.org/Plasma/Browser_Integration"
+
+LICENSE="GPL-3+"
+SLOT="5"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+IUSE=""
+
+DEPEND="
+ >=dev-qt/qtdbus-${QTMIN}:5
+ >=dev-qt/qtgui-${QTMIN}:5
+ >=dev-qt/qtwidgets-${QTMIN}:5
+ >=kde-frameworks/kactivities-${KFMIN}:5
+ >=kde-frameworks/kconfig-${KFMIN}:5
+ >=kde-frameworks/kcoreaddons-${KFMIN}:5
+ >=kde-frameworks/kcrash-${KFMIN}:5
+ >=kde-frameworks/kdbusaddons-${KFMIN}:5
+ >=kde-frameworks/kfilemetadata-${KFMIN}:5
+ >=kde-frameworks/ki18n-${KFMIN}:5
+ >=kde-frameworks/kio-${KFMIN}:5
+ >=kde-frameworks/kjobwidgets-${KFMIN}:5
+ >=kde-frameworks/knotifications-${KFMIN}:5
+ >=kde-frameworks/krunner-${KFMIN}:5
+ >=kde-frameworks/purpose-${KFMIN}:5
+ >=kde-plasma/plasma-workspace-${PVCUT}:5
+"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+ local mycmakeargs=(
+ -DMOZILLA_DIR="${EPREFIX}/usr/$(get_libdir)/mozilla"
+ )
+
+ ecm_src_configure
+}
^ permalink raw reply related [flat|nested] 65+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-browser-integration/
@ 2022-09-15 21:41 Andreas Sturmlechner
0 siblings, 0 replies; 65+ messages in thread
From: Andreas Sturmlechner @ 2022-09-15 21:41 UTC (permalink / raw
To: gentoo-commits
commit: 732f461c5c0b9ad53625685f25ce5ea9261fef50
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 15 21:36:24 2022 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Sep 15 21:41:11 2022 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=732f461c
kde-plasma/plasma-browser-integration: 5.25.90 version bump
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
.../plasma-browser-integration-5.25.90.ebuild | 45 ++++++++++++++++++++++
1 file changed, 45 insertions(+)
diff --git a/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.25.90.ebuild b/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.25.90.ebuild
new file mode 100644
index 0000000000..28103fcf18
--- /dev/null
+++ b/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.25.90.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+KFMIN=5.98.0
+PVCUT=$(ver_cut 1-3)
+QTMIN=5.15.5
+inherit ecm plasma.kde.org
+
+DESCRIPTION="Integrate Chrome/Firefox better into Plasma through browser extensions"
+HOMEPAGE+=" https://community.kde.org/Plasma/Browser_Integration"
+
+LICENSE="GPL-3+"
+SLOT="5"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+IUSE=""
+
+DEPEND="
+ >=dev-qt/qtdbus-${QTMIN}:5
+ >=dev-qt/qtgui-${QTMIN}:5
+ >=dev-qt/qtwidgets-${QTMIN}:5
+ >=kde-frameworks/kactivities-${KFMIN}:5
+ >=kde-frameworks/kconfig-${KFMIN}:5
+ >=kde-frameworks/kcoreaddons-${KFMIN}:5
+ >=kde-frameworks/kcrash-${KFMIN}:5
+ >=kde-frameworks/kdbusaddons-${KFMIN}:5
+ >=kde-frameworks/kfilemetadata-${KFMIN}:5
+ >=kde-frameworks/ki18n-${KFMIN}:5
+ >=kde-frameworks/kio-${KFMIN}:5
+ >=kde-frameworks/kjobwidgets-${KFMIN}:5
+ >=kde-frameworks/knotifications-${KFMIN}:5
+ >=kde-frameworks/krunner-${KFMIN}:5
+ >=kde-frameworks/purpose-${KFMIN}:5
+ >=kde-plasma/plasma-workspace-${PVCUT}:5
+"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+ local mycmakeargs=(
+ -DMOZILLA_DIR="${EPREFIX}/usr/$(get_libdir)/mozilla"
+ )
+
+ ecm_src_configure
+}
^ permalink raw reply related [flat|nested] 65+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-browser-integration/
@ 2022-09-15 20:57 Andreas Sturmlechner
0 siblings, 0 replies; 65+ messages in thread
From: Andreas Sturmlechner @ 2022-09-15 20:57 UTC (permalink / raw
To: gentoo-commits
commit: 839e2e7f2d152628e16aef2eccad8d0fe73dd9cb
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 15 20:54:49 2022 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Sep 15 20:57:04 2022 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=839e2e7f
kde-plasma/plasma-browser-integration: 5.26.49.9999 version bump
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
.../plasma-browser-integration-5.26.49.9999.ebuild | 45 ++++++++++++++++++++++
1 file changed, 45 insertions(+)
diff --git a/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.26.49.9999.ebuild b/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.26.49.9999.ebuild
new file mode 100644
index 0000000000..fdff13dbbc
--- /dev/null
+++ b/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.26.49.9999.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+KFMIN=5.98.0
+PVCUT=$(ver_cut 1-3)
+QTMIN=5.15.5
+inherit ecm plasma.kde.org
+
+DESCRIPTION="Integrate Chrome/Firefox better into Plasma through browser extensions"
+HOMEPAGE+=" https://community.kde.org/Plasma/Browser_Integration"
+
+LICENSE="GPL-3+"
+SLOT="5"
+KEYWORDS=""
+IUSE=""
+
+DEPEND="
+ >=dev-qt/qtdbus-${QTMIN}:5
+ >=dev-qt/qtgui-${QTMIN}:5
+ >=dev-qt/qtwidgets-${QTMIN}:5
+ >=kde-frameworks/kactivities-${KFMIN}:5
+ >=kde-frameworks/kconfig-${KFMIN}:5
+ >=kde-frameworks/kcoreaddons-${KFMIN}:5
+ >=kde-frameworks/kcrash-${KFMIN}:5
+ >=kde-frameworks/kdbusaddons-${KFMIN}:5
+ >=kde-frameworks/kfilemetadata-${KFMIN}:5
+ >=kde-frameworks/ki18n-${KFMIN}:5
+ >=kde-frameworks/kio-${KFMIN}:5
+ >=kde-frameworks/kjobwidgets-${KFMIN}:5
+ >=kde-frameworks/knotifications-${KFMIN}:5
+ >=kde-frameworks/krunner-${KFMIN}:5
+ >=kde-frameworks/purpose-${KFMIN}:5
+ >=kde-plasma/plasma-workspace-${PVCUT}:5
+"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+ local mycmakeargs=(
+ -DMOZILLA_DIR="${EPREFIX}/usr/$(get_libdir)/mozilla"
+ )
+
+ ecm_src_configure
+}
^ permalink raw reply related [flat|nested] 65+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-browser-integration/
@ 2022-09-06 19:16 Andreas Sturmlechner
0 siblings, 0 replies; 65+ messages in thread
From: Andreas Sturmlechner @ 2022-09-06 19:16 UTC (permalink / raw
To: gentoo-commits
commit: 7364c19a796f86c5c77434fcc23a35e321d8d28a
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 6 18:22:51 2022 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Sep 6 19:01:06 2022 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=7364c19a
kde-plasma/plasma-browser-integration: drop 5.25.49.9999
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
.../plasma-browser-integration-5.25.49.9999.ebuild | 45 ----------------------
1 file changed, 45 deletions(-)
diff --git a/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.25.49.9999.ebuild b/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.25.49.9999.ebuild
deleted file mode 100644
index 2cd31bba2c..0000000000
--- a/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.25.49.9999.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KFMIN=5.95.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.5
-inherit ecm plasma.kde.org
-
-DESCRIPTION="Integrate Chrome/Firefox better into Plasma through browser extensions"
-HOMEPAGE+=" https://community.kde.org/Plasma/Browser_Integration"
-
-LICENSE="GPL-3+"
-SLOT="5"
-KEYWORDS=""
-IUSE=""
-
-DEPEND="
- >=dev-qt/qtdbus-${QTMIN}:5
- >=dev-qt/qtgui-${QTMIN}:5
- >=dev-qt/qtwidgets-${QTMIN}:5
- >=kde-frameworks/kactivities-${KFMIN}:5
- >=kde-frameworks/kconfig-${KFMIN}:5
- >=kde-frameworks/kcoreaddons-${KFMIN}:5
- >=kde-frameworks/kcrash-${KFMIN}:5
- >=kde-frameworks/kdbusaddons-${KFMIN}:5
- >=kde-frameworks/kfilemetadata-${KFMIN}:5
- >=kde-frameworks/ki18n-${KFMIN}:5
- >=kde-frameworks/kio-${KFMIN}:5
- >=kde-frameworks/kjobwidgets-${KFMIN}:5
- >=kde-frameworks/knotifications-${KFMIN}:5
- >=kde-frameworks/krunner-${KFMIN}:5
- >=kde-frameworks/purpose-${KFMIN}:5
- >=kde-plasma/plasma-workspace-${PVCUT}:5
-"
-RDEPEND="${DEPEND}"
-
-src_configure() {
- local mycmakeargs=(
- -DMOZILLA_DIR="${EPREFIX}/usr/$(get_libdir)/mozilla"
- )
-
- ecm_src_configure
-}
^ permalink raw reply related [flat|nested] 65+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-browser-integration/
@ 2022-07-13 9:18 Andreas Sturmlechner
0 siblings, 0 replies; 65+ messages in thread
From: Andreas Sturmlechner @ 2022-07-13 9:18 UTC (permalink / raw
To: gentoo-commits
commit: 5dea1f7a6ef2d9593cc22ec218c1a48104bd9b77
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 13 08:52:28 2022 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Jul 13 08:52:28 2022 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=5dea1f7a
kde-plasma/plasma-browser-integration: drop 5.25.3*
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
.../plasma-browser-integration-5.25.3.ebuild | 45 ----------------------
1 file changed, 45 deletions(-)
diff --git a/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.25.3.ebuild b/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.25.3.ebuild
deleted file mode 100644
index 485271ded3..0000000000
--- a/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.25.3.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KFMIN=5.95.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.5
-inherit ecm plasma.kde.org
-
-DESCRIPTION="Integrate Chrome/Firefox better into Plasma through browser extensions"
-HOMEPAGE+=" https://community.kde.org/Plasma/Browser_Integration"
-
-LICENSE="GPL-3+"
-SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
-IUSE=""
-
-DEPEND="
- >=dev-qt/qtdbus-${QTMIN}:5
- >=dev-qt/qtgui-${QTMIN}:5
- >=dev-qt/qtwidgets-${QTMIN}:5
- >=kde-frameworks/kactivities-${KFMIN}:5
- >=kde-frameworks/kconfig-${KFMIN}:5
- >=kde-frameworks/kcoreaddons-${KFMIN}:5
- >=kde-frameworks/kcrash-${KFMIN}:5
- >=kde-frameworks/kdbusaddons-${KFMIN}:5
- >=kde-frameworks/kfilemetadata-${KFMIN}:5
- >=kde-frameworks/ki18n-${KFMIN}:5
- >=kde-frameworks/kio-${KFMIN}:5
- >=kde-frameworks/kjobwidgets-${KFMIN}:5
- >=kde-frameworks/knotifications-${KFMIN}:5
- >=kde-frameworks/krunner-${KFMIN}:5
- >=kde-frameworks/purpose-${KFMIN}:5
- >=kde-plasma/plasma-workspace-${PVCUT}:5
-"
-RDEPEND="${DEPEND}"
-
-src_configure() {
- local mycmakeargs=(
- -DMOZILLA_DIR="${EPREFIX}/usr/$(get_libdir)/mozilla"
- )
-
- ecm_src_configure
-}
^ permalink raw reply related [flat|nested] 65+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-browser-integration/
@ 2022-07-12 13:50 Andreas Sturmlechner
0 siblings, 0 replies; 65+ messages in thread
From: Andreas Sturmlechner @ 2022-07-12 13:50 UTC (permalink / raw
To: gentoo-commits
commit: 091171d0fefc60d7be0cd0f883da79a6da77d1d1
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 12 11:24:33 2022 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Jul 12 11:24:33 2022 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=091171d0
kde-plasma/plasma-browser-integration: 5.25.3 version bump
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
.../plasma-browser-integration-5.25.3.ebuild | 45 ++++++++++++++++++++++
1 file changed, 45 insertions(+)
diff --git a/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.25.3.ebuild b/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.25.3.ebuild
new file mode 100644
index 0000000000..485271ded3
--- /dev/null
+++ b/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.25.3.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+KFMIN=5.95.0
+PVCUT=$(ver_cut 1-3)
+QTMIN=5.15.5
+inherit ecm plasma.kde.org
+
+DESCRIPTION="Integrate Chrome/Firefox better into Plasma through browser extensions"
+HOMEPAGE+=" https://community.kde.org/Plasma/Browser_Integration"
+
+LICENSE="GPL-3+"
+SLOT="5"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+IUSE=""
+
+DEPEND="
+ >=dev-qt/qtdbus-${QTMIN}:5
+ >=dev-qt/qtgui-${QTMIN}:5
+ >=dev-qt/qtwidgets-${QTMIN}:5
+ >=kde-frameworks/kactivities-${KFMIN}:5
+ >=kde-frameworks/kconfig-${KFMIN}:5
+ >=kde-frameworks/kcoreaddons-${KFMIN}:5
+ >=kde-frameworks/kcrash-${KFMIN}:5
+ >=kde-frameworks/kdbusaddons-${KFMIN}:5
+ >=kde-frameworks/kfilemetadata-${KFMIN}:5
+ >=kde-frameworks/ki18n-${KFMIN}:5
+ >=kde-frameworks/kio-${KFMIN}:5
+ >=kde-frameworks/kjobwidgets-${KFMIN}:5
+ >=kde-frameworks/knotifications-${KFMIN}:5
+ >=kde-frameworks/krunner-${KFMIN}:5
+ >=kde-frameworks/purpose-${KFMIN}:5
+ >=kde-plasma/plasma-workspace-${PVCUT}:5
+"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+ local mycmakeargs=(
+ -DMOZILLA_DIR="${EPREFIX}/usr/$(get_libdir)/mozilla"
+ )
+
+ ecm_src_configure
+}
^ permalink raw reply related [flat|nested] 65+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-browser-integration/
@ 2022-06-14 12:47 Andreas Sturmlechner
0 siblings, 0 replies; 65+ messages in thread
From: Andreas Sturmlechner @ 2022-06-14 12:47 UTC (permalink / raw
To: gentoo-commits
commit: 840ba6eafedd908153c039a3c923e40ac03baa12
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 14 12:46:41 2022 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Jun 14 12:46:41 2022 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=840ba6ea
kde-plasma/plasma-browser-integration: drop 5.25.0*
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
.../plasma-browser-integration-5.25.0.ebuild | 45 ----------------------
1 file changed, 45 deletions(-)
diff --git a/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.25.0.ebuild b/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.25.0.ebuild
deleted file mode 100644
index b10d06cbbd..0000000000
--- a/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.25.0.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KFMIN=5.94.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.3
-inherit ecm kde.org
-
-DESCRIPTION="Integrate Chrome/Firefox better into Plasma through browser extensions"
-HOMEPAGE+=" https://community.kde.org/Plasma/Browser_Integration"
-
-LICENSE="GPL-3+"
-SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
-IUSE=""
-
-DEPEND="
- >=dev-qt/qtdbus-${QTMIN}:5
- >=dev-qt/qtgui-${QTMIN}:5
- >=dev-qt/qtwidgets-${QTMIN}:5
- >=kde-frameworks/kactivities-${KFMIN}:5
- >=kde-frameworks/kconfig-${KFMIN}:5
- >=kde-frameworks/kcoreaddons-${KFMIN}:5
- >=kde-frameworks/kcrash-${KFMIN}:5
- >=kde-frameworks/kdbusaddons-${KFMIN}:5
- >=kde-frameworks/kfilemetadata-${KFMIN}:5
- >=kde-frameworks/ki18n-${KFMIN}:5
- >=kde-frameworks/kio-${KFMIN}:5
- >=kde-frameworks/kjobwidgets-${KFMIN}:5
- >=kde-frameworks/knotifications-${KFMIN}:5
- >=kde-frameworks/krunner-${KFMIN}:5
- >=kde-frameworks/purpose-${KFMIN}:5
- >=kde-plasma/plasma-workspace-${PVCUT}:5
-"
-RDEPEND="${DEPEND}"
-
-src_configure() {
- local mycmakeargs=(
- -DMOZILLA_DIR="${EPREFIX}/usr/$(get_libdir)/mozilla"
- )
-
- ecm_src_configure
-}
^ permalink raw reply related [flat|nested] 65+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-browser-integration/
@ 2022-06-09 11:29 Andreas Sturmlechner
0 siblings, 0 replies; 65+ messages in thread
From: Andreas Sturmlechner @ 2022-06-09 11:29 UTC (permalink / raw
To: gentoo-commits
commit: 6f75d8e4edb4896e1759875089313a46302baae6
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 9 11:16:20 2022 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Jun 9 11:20:49 2022 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=6f75d8e4
kde-plasma/plasma-browser-integration: 5.25.0 version bump
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
.../plasma-browser-integration-5.25.0.ebuild | 45 ++++++++++++++++++++++
1 file changed, 45 insertions(+)
diff --git a/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.25.0.ebuild b/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.25.0.ebuild
new file mode 100644
index 0000000000..b10d06cbbd
--- /dev/null
+++ b/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.25.0.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+KFMIN=5.94.0
+PVCUT=$(ver_cut 1-3)
+QTMIN=5.15.3
+inherit ecm kde.org
+
+DESCRIPTION="Integrate Chrome/Firefox better into Plasma through browser extensions"
+HOMEPAGE+=" https://community.kde.org/Plasma/Browser_Integration"
+
+LICENSE="GPL-3+"
+SLOT="5"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+IUSE=""
+
+DEPEND="
+ >=dev-qt/qtdbus-${QTMIN}:5
+ >=dev-qt/qtgui-${QTMIN}:5
+ >=dev-qt/qtwidgets-${QTMIN}:5
+ >=kde-frameworks/kactivities-${KFMIN}:5
+ >=kde-frameworks/kconfig-${KFMIN}:5
+ >=kde-frameworks/kcoreaddons-${KFMIN}:5
+ >=kde-frameworks/kcrash-${KFMIN}:5
+ >=kde-frameworks/kdbusaddons-${KFMIN}:5
+ >=kde-frameworks/kfilemetadata-${KFMIN}:5
+ >=kde-frameworks/ki18n-${KFMIN}:5
+ >=kde-frameworks/kio-${KFMIN}:5
+ >=kde-frameworks/kjobwidgets-${KFMIN}:5
+ >=kde-frameworks/knotifications-${KFMIN}:5
+ >=kde-frameworks/krunner-${KFMIN}:5
+ >=kde-frameworks/purpose-${KFMIN}:5
+ >=kde-plasma/plasma-workspace-${PVCUT}:5
+"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+ local mycmakeargs=(
+ -DMOZILLA_DIR="${EPREFIX}/usr/$(get_libdir)/mozilla"
+ )
+
+ ecm_src_configure
+}
^ permalink raw reply related [flat|nested] 65+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-browser-integration/
@ 2022-06-08 9:22 Andreas Sturmlechner
0 siblings, 0 replies; 65+ messages in thread
From: Andreas Sturmlechner @ 2022-06-08 9:22 UTC (permalink / raw
To: gentoo-commits
commit: 6e7df4c4ac6996dbd0e851bc75301bbf4586431a
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 8 09:18:06 2022 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Jun 8 09:18:06 2022 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=6e7df4c4
kde-plasma/plasma-browser-integration: 5.25.49.9999 version bump
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
.../plasma-browser-integration-5.25.49.9999.ebuild | 45 ++++++++++++++++++++++
1 file changed, 45 insertions(+)
diff --git a/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.25.49.9999.ebuild b/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.25.49.9999.ebuild
new file mode 100644
index 0000000000..ed991e62a3
--- /dev/null
+++ b/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.25.49.9999.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+KFMIN=9999
+PVCUT=$(ver_cut 1-3)
+QTMIN=5.15.3
+inherit ecm kde.org
+
+DESCRIPTION="Integrate Chrome/Firefox better into Plasma through browser extensions"
+HOMEPAGE+=" https://community.kde.org/Plasma/Browser_Integration"
+
+LICENSE="GPL-3+"
+SLOT="5"
+KEYWORDS=""
+IUSE=""
+
+DEPEND="
+ >=dev-qt/qtdbus-${QTMIN}:5
+ >=dev-qt/qtgui-${QTMIN}:5
+ >=dev-qt/qtwidgets-${QTMIN}:5
+ >=kde-frameworks/kactivities-${KFMIN}:5
+ >=kde-frameworks/kconfig-${KFMIN}:5
+ >=kde-frameworks/kcoreaddons-${KFMIN}:5
+ >=kde-frameworks/kcrash-${KFMIN}:5
+ >=kde-frameworks/kdbusaddons-${KFMIN}:5
+ >=kde-frameworks/kfilemetadata-${KFMIN}:5
+ >=kde-frameworks/ki18n-${KFMIN}:5
+ >=kde-frameworks/kio-${KFMIN}:5
+ >=kde-frameworks/kjobwidgets-${KFMIN}:5
+ >=kde-frameworks/knotifications-${KFMIN}:5
+ >=kde-frameworks/krunner-${KFMIN}:5
+ >=kde-frameworks/purpose-${KFMIN}:5
+ >=kde-plasma/plasma-workspace-${PVCUT}:5
+"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+ local mycmakeargs=(
+ -DMOZILLA_DIR="${EPREFIX}/usr/$(get_libdir)/mozilla"
+ )
+
+ ecm_src_configure
+}
^ permalink raw reply related [flat|nested] 65+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-browser-integration/
@ 2022-04-21 22:38 Sam James
0 siblings, 0 replies; 65+ messages in thread
From: Sam James @ 2022-04-21 22:38 UTC (permalink / raw
To: gentoo-commits
commit: 37fbb6ab63a9d8b2198d283942018a9baab683c0
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 21 22:28:28 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Apr 21 22:28:28 2022 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=37fbb6ab
kde-plasma/plasma-browser-integration: add kde-frameworks/kcrash dep
Signed-off-by: Sam James <sam <AT> gentoo.org>
.../plasma-browser-integration-5.24.49.9999.ebuild | 1 +
.../plasma-browser-integration/plasma-browser-integration-9999.ebuild | 1 +
2 files changed, 2 insertions(+)
diff --git a/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.24.49.9999.ebuild b/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.24.49.9999.ebuild
index 6a7bdc35c3..8cf1740bc0 100644
--- a/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.24.49.9999.ebuild
+++ b/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.24.49.9999.ebuild
@@ -23,6 +23,7 @@ DEPEND="
>=kde-frameworks/kactivities-${KFMIN}:5
>=kde-frameworks/kconfig-${KFMIN}:5
>=kde-frameworks/kcoreaddons-${KFMIN}:5
+ >=kde-frameworks/kcrash-${KFMIN}:5
>=kde-frameworks/kdbusaddons-${KFMIN}:5
>=kde-frameworks/kfilemetadata-${KFMIN}:5
>=kde-frameworks/ki18n-${KFMIN}:5
diff --git a/kde-plasma/plasma-browser-integration/plasma-browser-integration-9999.ebuild b/kde-plasma/plasma-browser-integration/plasma-browser-integration-9999.ebuild
index 981d6fa318..ed991e62a3 100644
--- a/kde-plasma/plasma-browser-integration/plasma-browser-integration-9999.ebuild
+++ b/kde-plasma/plasma-browser-integration/plasma-browser-integration-9999.ebuild
@@ -23,6 +23,7 @@ DEPEND="
>=kde-frameworks/kactivities-${KFMIN}:5
>=kde-frameworks/kconfig-${KFMIN}:5
>=kde-frameworks/kcoreaddons-${KFMIN}:5
+ >=kde-frameworks/kcrash-${KFMIN}:5
>=kde-frameworks/kdbusaddons-${KFMIN}:5
>=kde-frameworks/kfilemetadata-${KFMIN}:5
>=kde-frameworks/ki18n-${KFMIN}:5
^ permalink raw reply related [flat|nested] 65+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-browser-integration/
@ 2022-03-21 19:03 Andreas Sturmlechner
0 siblings, 0 replies; 65+ messages in thread
From: Andreas Sturmlechner @ 2022-03-21 19:03 UTC (permalink / raw
To: gentoo-commits
commit: 32dafe824d5045f992d11b262647c3628ef11fe8
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 21 18:58:17 2022 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Mar 21 19:02:32 2022 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=32dafe82
kde-plasma/plasma-browser-integration: Set QTMIN to 5.15.3
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
.../plasma-browser-integration/plasma-browser-integration-9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kde-plasma/plasma-browser-integration/plasma-browser-integration-9999.ebuild b/kde-plasma/plasma-browser-integration/plasma-browser-integration-9999.ebuild
index 0deae91ca3..981d6fa318 100644
--- a/kde-plasma/plasma-browser-integration/plasma-browser-integration-9999.ebuild
+++ b/kde-plasma/plasma-browser-integration/plasma-browser-integration-9999.ebuild
@@ -5,7 +5,7 @@ EAPI=8
KFMIN=9999
PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.2
+QTMIN=5.15.3
inherit ecm kde.org
DESCRIPTION="Integrate Chrome/Firefox better into Plasma through browser extensions"
^ permalink raw reply related [flat|nested] 65+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-browser-integration/
@ 2022-02-08 13:17 Andreas Sturmlechner
0 siblings, 0 replies; 65+ messages in thread
From: Andreas Sturmlechner @ 2022-02-08 13:17 UTC (permalink / raw
To: gentoo-commits
commit: 2a931ede4db7145f7f84324423008406d3313c1b
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 8 12:59:53 2022 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Feb 8 12:59:53 2022 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=2a931ede
kde-plasma/plasma-browser-integration: drop 5.24.0*
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
.../plasma-browser-integration-5.24.0.ebuild | 44 ----------------------
1 file changed, 44 deletions(-)
diff --git a/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.24.0.ebuild b/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.24.0.ebuild
deleted file mode 100644
index 4ac08ec941..0000000000
--- a/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.24.0.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KFMIN=5.90.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.2
-inherit ecm kde.org
-
-DESCRIPTION="Integrate Chrome/Firefox better into Plasma through browser extensions"
-HOMEPAGE+=" https://community.kde.org/Plasma/Browser_Integration"
-
-LICENSE="GPL-3+"
-SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
-IUSE=""
-
-DEPEND="
- >=dev-qt/qtdbus-${QTMIN}:5
- >=dev-qt/qtgui-${QTMIN}:5
- >=dev-qt/qtwidgets-${QTMIN}:5
- >=kde-frameworks/kactivities-${KFMIN}:5
- >=kde-frameworks/kconfig-${KFMIN}:5
- >=kde-frameworks/kcoreaddons-${KFMIN}:5
- >=kde-frameworks/kdbusaddons-${KFMIN}:5
- >=kde-frameworks/kfilemetadata-${KFMIN}:5
- >=kde-frameworks/ki18n-${KFMIN}:5
- >=kde-frameworks/kio-${KFMIN}:5
- >=kde-frameworks/kjobwidgets-${KFMIN}:5
- >=kde-frameworks/knotifications-${KFMIN}:5
- >=kde-frameworks/krunner-${KFMIN}:5
- >=kde-frameworks/purpose-${KFMIN}:5
- >=kde-plasma/plasma-workspace-${PVCUT}:5
-"
-RDEPEND="${DEPEND}"
-
-src_configure() {
- local mycmakeargs=(
- -DMOZILLA_DIR="${EPREFIX}/usr/$(get_libdir)/mozilla"
- )
-
- ecm_src_configure
-}
^ permalink raw reply related [flat|nested] 65+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-browser-integration/
@ 2022-02-03 20:10 Andreas Sturmlechner
0 siblings, 0 replies; 65+ messages in thread
From: Andreas Sturmlechner @ 2022-02-03 20:10 UTC (permalink / raw
To: gentoo-commits
commit: c5e61b9f3901ee57f692f257457d52d8ea363a72
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 3 20:03:30 2022 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Feb 3 20:03:30 2022 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=c5e61b9f
kde-plasma/plasma-browser-integration: 5.24.0 version bump
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
.../plasma-browser-integration-5.24.0.ebuild | 44 ++++++++++++++++++++++
1 file changed, 44 insertions(+)
diff --git a/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.24.0.ebuild b/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.24.0.ebuild
new file mode 100644
index 0000000000..4ac08ec941
--- /dev/null
+++ b/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.24.0.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+KFMIN=5.90.0
+PVCUT=$(ver_cut 1-3)
+QTMIN=5.15.2
+inherit ecm kde.org
+
+DESCRIPTION="Integrate Chrome/Firefox better into Plasma through browser extensions"
+HOMEPAGE+=" https://community.kde.org/Plasma/Browser_Integration"
+
+LICENSE="GPL-3+"
+SLOT="5"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+IUSE=""
+
+DEPEND="
+ >=dev-qt/qtdbus-${QTMIN}:5
+ >=dev-qt/qtgui-${QTMIN}:5
+ >=dev-qt/qtwidgets-${QTMIN}:5
+ >=kde-frameworks/kactivities-${KFMIN}:5
+ >=kde-frameworks/kconfig-${KFMIN}:5
+ >=kde-frameworks/kcoreaddons-${KFMIN}:5
+ >=kde-frameworks/kdbusaddons-${KFMIN}:5
+ >=kde-frameworks/kfilemetadata-${KFMIN}:5
+ >=kde-frameworks/ki18n-${KFMIN}:5
+ >=kde-frameworks/kio-${KFMIN}:5
+ >=kde-frameworks/kjobwidgets-${KFMIN}:5
+ >=kde-frameworks/knotifications-${KFMIN}:5
+ >=kde-frameworks/krunner-${KFMIN}:5
+ >=kde-frameworks/purpose-${KFMIN}:5
+ >=kde-plasma/plasma-workspace-${PVCUT}:5
+"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+ local mycmakeargs=(
+ -DMOZILLA_DIR="${EPREFIX}/usr/$(get_libdir)/mozilla"
+ )
+
+ ecm_src_configure
+}
^ permalink raw reply related [flat|nested] 65+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-browser-integration/
@ 2022-01-18 17:41 Andreas Sturmlechner
0 siblings, 0 replies; 65+ messages in thread
From: Andreas Sturmlechner @ 2022-01-18 17:41 UTC (permalink / raw
To: gentoo-commits
commit: 6f93c5583b05bf86c9920fc689dffc773b289343
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 18 17:38:46 2022 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Jan 18 17:38:46 2022 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=6f93c558
kde-plasma/plasma-browser-integration: drop 5.23.90*
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
.../plasma-browser-integration-5.23.90.ebuild | 44 ----------------------
1 file changed, 44 deletions(-)
diff --git a/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.23.90.ebuild b/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.23.90.ebuild
deleted file mode 100644
index 4ac08ec941..0000000000
--- a/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.23.90.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KFMIN=5.90.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.2
-inherit ecm kde.org
-
-DESCRIPTION="Integrate Chrome/Firefox better into Plasma through browser extensions"
-HOMEPAGE+=" https://community.kde.org/Plasma/Browser_Integration"
-
-LICENSE="GPL-3+"
-SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
-IUSE=""
-
-DEPEND="
- >=dev-qt/qtdbus-${QTMIN}:5
- >=dev-qt/qtgui-${QTMIN}:5
- >=dev-qt/qtwidgets-${QTMIN}:5
- >=kde-frameworks/kactivities-${KFMIN}:5
- >=kde-frameworks/kconfig-${KFMIN}:5
- >=kde-frameworks/kcoreaddons-${KFMIN}:5
- >=kde-frameworks/kdbusaddons-${KFMIN}:5
- >=kde-frameworks/kfilemetadata-${KFMIN}:5
- >=kde-frameworks/ki18n-${KFMIN}:5
- >=kde-frameworks/kio-${KFMIN}:5
- >=kde-frameworks/kjobwidgets-${KFMIN}:5
- >=kde-frameworks/knotifications-${KFMIN}:5
- >=kde-frameworks/krunner-${KFMIN}:5
- >=kde-frameworks/purpose-${KFMIN}:5
- >=kde-plasma/plasma-workspace-${PVCUT}:5
-"
-RDEPEND="${DEPEND}"
-
-src_configure() {
- local mycmakeargs=(
- -DMOZILLA_DIR="${EPREFIX}/usr/$(get_libdir)/mozilla"
- )
-
- ecm_src_configure
-}
^ permalink raw reply related [flat|nested] 65+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-browser-integration/
@ 2022-01-17 17:49 Andreas Sturmlechner
0 siblings, 0 replies; 65+ messages in thread
From: Andreas Sturmlechner @ 2022-01-17 17:49 UTC (permalink / raw
To: gentoo-commits
commit: 7ce1c953e66daa672e6ba119517ea17b288bc2b2
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 17 17:40:44 2022 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Jan 17 17:46:40 2022 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=7ce1c953
kde-plasma/plasma-browser-integration: 5.23.90 version bump
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
.../plasma-browser-integration-5.23.90.ebuild | 44 ++++++++++++++++++++++
1 file changed, 44 insertions(+)
diff --git a/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.23.90.ebuild b/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.23.90.ebuild
new file mode 100644
index 0000000000..4ac08ec941
--- /dev/null
+++ b/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.23.90.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+KFMIN=5.90.0
+PVCUT=$(ver_cut 1-3)
+QTMIN=5.15.2
+inherit ecm kde.org
+
+DESCRIPTION="Integrate Chrome/Firefox better into Plasma through browser extensions"
+HOMEPAGE+=" https://community.kde.org/Plasma/Browser_Integration"
+
+LICENSE="GPL-3+"
+SLOT="5"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+IUSE=""
+
+DEPEND="
+ >=dev-qt/qtdbus-${QTMIN}:5
+ >=dev-qt/qtgui-${QTMIN}:5
+ >=dev-qt/qtwidgets-${QTMIN}:5
+ >=kde-frameworks/kactivities-${KFMIN}:5
+ >=kde-frameworks/kconfig-${KFMIN}:5
+ >=kde-frameworks/kcoreaddons-${KFMIN}:5
+ >=kde-frameworks/kdbusaddons-${KFMIN}:5
+ >=kde-frameworks/kfilemetadata-${KFMIN}:5
+ >=kde-frameworks/ki18n-${KFMIN}:5
+ >=kde-frameworks/kio-${KFMIN}:5
+ >=kde-frameworks/kjobwidgets-${KFMIN}:5
+ >=kde-frameworks/knotifications-${KFMIN}:5
+ >=kde-frameworks/krunner-${KFMIN}:5
+ >=kde-frameworks/purpose-${KFMIN}:5
+ >=kde-plasma/plasma-workspace-${PVCUT}:5
+"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+ local mycmakeargs=(
+ -DMOZILLA_DIR="${EPREFIX}/usr/$(get_libdir)/mozilla"
+ )
+
+ ecm_src_configure
+}
^ permalink raw reply related [flat|nested] 65+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-browser-integration/
@ 2022-01-04 16:20 Andreas Sturmlechner
0 siblings, 0 replies; 65+ messages in thread
From: Andreas Sturmlechner @ 2022-01-04 16:20 UTC (permalink / raw
To: gentoo-commits
commit: c6b81fb39e6db67580dfb98ece46e328e60e14c6
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 4 16:01:41 2022 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Jan 4 16:01:41 2022 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=c6b81fb3
kde-plasma/plasma-browser-integration: drop 5.23.5*
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
.../plasma-browser-integration-5.23.5.ebuild | 44 ----------------------
1 file changed, 44 deletions(-)
diff --git a/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.23.5.ebuild b/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.23.5.ebuild
deleted file mode 100644
index 6fe141c39d..0000000000
--- a/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.23.5.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KFMIN=5.86.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.2
-inherit ecm kde.org
-
-DESCRIPTION="Integrate Chrome/Firefox better into Plasma through browser extensions"
-HOMEPAGE+=" https://community.kde.org/Plasma/Browser_Integration"
-
-LICENSE="GPL-3+"
-SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
-IUSE=""
-
-DEPEND="
- >=dev-qt/qtdbus-${QTMIN}:5
- >=dev-qt/qtgui-${QTMIN}:5
- >=dev-qt/qtwidgets-${QTMIN}:5
- >=kde-frameworks/kactivities-${KFMIN}:5
- >=kde-frameworks/kconfig-${KFMIN}:5
- >=kde-frameworks/kcoreaddons-${KFMIN}:5
- >=kde-frameworks/kdbusaddons-${KFMIN}:5
- >=kde-frameworks/kfilemetadata-${KFMIN}:5
- >=kde-frameworks/ki18n-${KFMIN}:5
- >=kde-frameworks/kio-${KFMIN}:5
- >=kde-frameworks/kjobwidgets-${KFMIN}:5
- >=kde-frameworks/knotifications-${KFMIN}:5
- >=kde-frameworks/krunner-${KFMIN}:5
- >=kde-frameworks/purpose-${KFMIN}:5
- >=kde-plasma/plasma-workspace-${PVCUT}:5
-"
-RDEPEND="${DEPEND}"
-
-src_configure() {
- local mycmakeargs=(
- -DMOZILLA_DIR="${EPREFIX}/usr/$(get_libdir)/mozilla"
- )
-
- ecm_src_configure
-}
^ permalink raw reply related [flat|nested] 65+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-browser-integration/
@ 2022-01-04 11:57 Andreas Sturmlechner
0 siblings, 0 replies; 65+ messages in thread
From: Andreas Sturmlechner @ 2022-01-04 11:57 UTC (permalink / raw
To: gentoo-commits
commit: a60b2bdff037607827da64e0dfcd8c2299254350
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 4 11:15:59 2022 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Jan 4 11:15:59 2022 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=a60b2bdf
kde-plasma/plasma-browser-integration: drop 5.23.49.9999*
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
.../plasma-browser-integration-5.23.49.9999.ebuild | 44 ----------------------
1 file changed, 44 deletions(-)
diff --git a/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.23.49.9999.ebuild b/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.23.49.9999.ebuild
deleted file mode 100644
index ca5359bd71..0000000000
--- a/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.23.49.9999.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KFMIN=5.86.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.2
-inherit ecm kde.org
-
-DESCRIPTION="Integrate Chrome/Firefox better into Plasma through browser extensions"
-HOMEPAGE+=" https://community.kde.org/Plasma/Browser_Integration"
-
-LICENSE="GPL-3+"
-SLOT="5"
-KEYWORDS=""
-IUSE=""
-
-DEPEND="
- >=dev-qt/qtdbus-${QTMIN}:5
- >=dev-qt/qtgui-${QTMIN}:5
- >=dev-qt/qtwidgets-${QTMIN}:5
- >=kde-frameworks/kactivities-${KFMIN}:5
- >=kde-frameworks/kconfig-${KFMIN}:5
- >=kde-frameworks/kcoreaddons-${KFMIN}:5
- >=kde-frameworks/kdbusaddons-${KFMIN}:5
- >=kde-frameworks/kfilemetadata-${KFMIN}:5
- >=kde-frameworks/ki18n-${KFMIN}:5
- >=kde-frameworks/kio-${KFMIN}:5
- >=kde-frameworks/kjobwidgets-${KFMIN}:5
- >=kde-frameworks/knotifications-${KFMIN}:5
- >=kde-frameworks/krunner-${KFMIN}:5
- >=kde-frameworks/purpose-${KFMIN}:5
- >=kde-plasma/plasma-workspace-${PVCUT}:5
-"
-RDEPEND="${DEPEND}"
-
-src_configure() {
- local mycmakeargs=(
- -DMOZILLA_DIR="${EPREFIX}/usr/$(get_libdir)/mozilla"
- )
-
- ecm_src_configure
-}
^ permalink raw reply related [flat|nested] 65+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-browser-integration/
@ 2021-10-14 10:26 Andreas Sturmlechner
0 siblings, 0 replies; 65+ messages in thread
From: Andreas Sturmlechner @ 2021-10-14 10:26 UTC (permalink / raw
To: gentoo-commits
commit: a2eac80446989491fc620f7a5405f5c9969b6aa1
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 14 10:08:13 2021 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Oct 14 10:08:13 2021 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=a2eac804
kde-plasma/plasma-browser-integration: drop 5.23.0*
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
.../plasma-browser-integration-5.23.0.ebuild | 44 ----------------------
1 file changed, 44 deletions(-)
diff --git a/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.23.0.ebuild b/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.23.0.ebuild
deleted file mode 100644
index 83cbeb1035..0000000000
--- a/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.23.0.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KFMIN=5.86.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.2
-inherit ecm kde.org
-
-DESCRIPTION="Integrate Chrome/Firefox better into Plasma through browser extensions"
-HOMEPAGE+=" https://community.kde.org/Plasma/Browser_Integration"
-
-LICENSE="GPL-3+"
-SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
-IUSE=""
-
-DEPEND="
- >=dev-qt/qtdbus-${QTMIN}:5
- >=dev-qt/qtgui-${QTMIN}:5
- >=dev-qt/qtwidgets-${QTMIN}:5
- >=kde-frameworks/kactivities-${KFMIN}:5
- >=kde-frameworks/kconfig-${KFMIN}:5
- >=kde-frameworks/kcoreaddons-${KFMIN}:5
- >=kde-frameworks/kdbusaddons-${KFMIN}:5
- >=kde-frameworks/kfilemetadata-${KFMIN}:5
- >=kde-frameworks/ki18n-${KFMIN}:5
- >=kde-frameworks/kio-${KFMIN}:5
- >=kde-frameworks/kjobwidgets-${KFMIN}:5
- >=kde-frameworks/knotifications-${KFMIN}:5
- >=kde-frameworks/krunner-${KFMIN}:5
- >=kde-frameworks/purpose-${KFMIN}:5
- >=kde-plasma/plasma-workspace-${PVCUT}:5
-"
-RDEPEND="${DEPEND}"
-
-src_configure() {
- local mycmakeargs=(
- -DMOZILLA_DIR="${EPREFIX}/usr/$(get_libdir)/mozilla"
- )
-
- ecm_src_configure
-}
^ permalink raw reply related [flat|nested] 65+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-browser-integration/
@ 2021-10-04 13:04 Andreas Sturmlechner
0 siblings, 0 replies; 65+ messages in thread
From: Andreas Sturmlechner @ 2021-10-04 13:04 UTC (permalink / raw
To: gentoo-commits
commit: 76106437f90fcc74c6e634fc9d532e7baff23cfa
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 4 12:52:22 2021 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Oct 4 12:52:22 2021 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=76106437
kde-plasma/plasma-browser-integration: drop 5.22.90*
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
.../plasma-browser-integration-5.22.90.ebuild | 44 ----------------------
1 file changed, 44 deletions(-)
diff --git a/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.22.90.ebuild b/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.22.90.ebuild
deleted file mode 100644
index 83cbeb1035..0000000000
--- a/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.22.90.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KFMIN=5.86.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.2
-inherit ecm kde.org
-
-DESCRIPTION="Integrate Chrome/Firefox better into Plasma through browser extensions"
-HOMEPAGE+=" https://community.kde.org/Plasma/Browser_Integration"
-
-LICENSE="GPL-3+"
-SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
-IUSE=""
-
-DEPEND="
- >=dev-qt/qtdbus-${QTMIN}:5
- >=dev-qt/qtgui-${QTMIN}:5
- >=dev-qt/qtwidgets-${QTMIN}:5
- >=kde-frameworks/kactivities-${KFMIN}:5
- >=kde-frameworks/kconfig-${KFMIN}:5
- >=kde-frameworks/kcoreaddons-${KFMIN}:5
- >=kde-frameworks/kdbusaddons-${KFMIN}:5
- >=kde-frameworks/kfilemetadata-${KFMIN}:5
- >=kde-frameworks/ki18n-${KFMIN}:5
- >=kde-frameworks/kio-${KFMIN}:5
- >=kde-frameworks/kjobwidgets-${KFMIN}:5
- >=kde-frameworks/knotifications-${KFMIN}:5
- >=kde-frameworks/krunner-${KFMIN}:5
- >=kde-frameworks/purpose-${KFMIN}:5
- >=kde-plasma/plasma-workspace-${PVCUT}:5
-"
-RDEPEND="${DEPEND}"
-
-src_configure() {
- local mycmakeargs=(
- -DMOZILLA_DIR="${EPREFIX}/usr/$(get_libdir)/mozilla"
- )
-
- ecm_src_configure
-}
^ permalink raw reply related [flat|nested] 65+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-browser-integration/
@ 2021-09-21 18:44 Andreas Sturmlechner
0 siblings, 0 replies; 65+ messages in thread
From: Andreas Sturmlechner @ 2021-09-21 18:44 UTC (permalink / raw
To: gentoo-commits
commit: 7dbc75e5c6749dc8ddac5ee2ec5cada8b3d64341
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 21 18:05:49 2021 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Sep 21 18:26:00 2021 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=7dbc75e5
kde-plasma/plasma-browser-integration: 5.22.90 version bump
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
.../plasma-browser-integration-5.22.90.ebuild | 44 ++++++++++++++++++++++
1 file changed, 44 insertions(+)
diff --git a/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.22.90.ebuild b/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.22.90.ebuild
new file mode 100644
index 0000000000..83cbeb1035
--- /dev/null
+++ b/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.22.90.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+KFMIN=5.86.0
+PVCUT=$(ver_cut 1-3)
+QTMIN=5.15.2
+inherit ecm kde.org
+
+DESCRIPTION="Integrate Chrome/Firefox better into Plasma through browser extensions"
+HOMEPAGE+=" https://community.kde.org/Plasma/Browser_Integration"
+
+LICENSE="GPL-3+"
+SLOT="5"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+IUSE=""
+
+DEPEND="
+ >=dev-qt/qtdbus-${QTMIN}:5
+ >=dev-qt/qtgui-${QTMIN}:5
+ >=dev-qt/qtwidgets-${QTMIN}:5
+ >=kde-frameworks/kactivities-${KFMIN}:5
+ >=kde-frameworks/kconfig-${KFMIN}:5
+ >=kde-frameworks/kcoreaddons-${KFMIN}:5
+ >=kde-frameworks/kdbusaddons-${KFMIN}:5
+ >=kde-frameworks/kfilemetadata-${KFMIN}:5
+ >=kde-frameworks/ki18n-${KFMIN}:5
+ >=kde-frameworks/kio-${KFMIN}:5
+ >=kde-frameworks/kjobwidgets-${KFMIN}:5
+ >=kde-frameworks/knotifications-${KFMIN}:5
+ >=kde-frameworks/krunner-${KFMIN}:5
+ >=kde-frameworks/purpose-${KFMIN}:5
+ >=kde-plasma/plasma-workspace-${PVCUT}:5
+"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+ local mycmakeargs=(
+ -DMOZILLA_DIR="${EPREFIX}/usr/$(get_libdir)/mozilla"
+ )
+
+ ecm_src_configure
+}
^ permalink raw reply related [flat|nested] 65+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-browser-integration/
@ 2021-09-02 17:36 Andreas Sturmlechner
0 siblings, 0 replies; 65+ messages in thread
From: Andreas Sturmlechner @ 2021-09-02 17:36 UTC (permalink / raw
To: gentoo-commits
commit: b1cda6e18cc00c55e03417ee0c0a9eb1a3bc6e78
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 2 17:06:58 2021 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Sep 2 17:15:01 2021 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=b1cda6e1
kde-plasma/plasma-browser-integration: drop 5.22.5*
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
.../plasma-browser-integration-5.22.5.ebuild | 44 ----------------------
1 file changed, 44 deletions(-)
diff --git a/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.22.5.ebuild b/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.22.5.ebuild
deleted file mode 100644
index 93d643e0ab..0000000000
--- a/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.22.5.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KFMIN=5.82.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.2
-inherit ecm kde.org
-
-DESCRIPTION="Integrate Chrome/Firefox better into Plasma through browser extensions"
-HOMEPAGE+=" https://community.kde.org/Plasma/Browser_Integration"
-
-LICENSE="GPL-3+"
-SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
-IUSE=""
-
-DEPEND="
- >=dev-qt/qtdbus-${QTMIN}:5
- >=dev-qt/qtgui-${QTMIN}:5
- >=dev-qt/qtwidgets-${QTMIN}:5
- >=kde-frameworks/kactivities-${KFMIN}:5
- >=kde-frameworks/kconfig-${KFMIN}:5
- >=kde-frameworks/kcoreaddons-${KFMIN}:5
- >=kde-frameworks/kdbusaddons-${KFMIN}:5
- >=kde-frameworks/kfilemetadata-${KFMIN}:5
- >=kde-frameworks/ki18n-${KFMIN}:5
- >=kde-frameworks/kio-${KFMIN}:5
- >=kde-frameworks/kjobwidgets-${KFMIN}:5
- >=kde-frameworks/knotifications-${KFMIN}:5
- >=kde-frameworks/krunner-${KFMIN}:5
- >=kde-frameworks/purpose-${KFMIN}:5
- >=kde-plasma/plasma-workspace-${PVCUT}:5
-"
-RDEPEND="${DEPEND}"
-
-src_configure() {
- local mycmakeargs=(
- -DMOZILLA_DIR="${EPREFIX}/usr/$(get_libdir)/mozilla"
- )
-
- ecm_src_configure
-}
^ permalink raw reply related [flat|nested] 65+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-browser-integration/
@ 2021-06-11 5:49 Andreas Sturmlechner
0 siblings, 0 replies; 65+ messages in thread
From: Andreas Sturmlechner @ 2021-06-11 5:49 UTC (permalink / raw
To: gentoo-commits
commit: 1ad1f5fa73667853a9c338d5ca8bd3459cdc8366
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 11 05:39:35 2021 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Jun 11 05:40:29 2021 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=1ad1f5fa
kde-plasma/plasma-browser-integration: drop 5.21.90*
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
.../plasma-browser-integration-5.21.90.ebuild | 44 ----------------------
1 file changed, 44 deletions(-)
diff --git a/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.21.90.ebuild b/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.21.90.ebuild
deleted file mode 100644
index 5bcf9fe1f2..0000000000
--- a/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.21.90.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-KFMIN=5.82.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.2
-inherit ecm kde.org
-
-DESCRIPTION="Integrate Chrome/Firefox better into Plasma through browser extensions"
-HOMEPAGE+=" https://community.kde.org/Plasma/Browser_Integration"
-
-LICENSE="GPL-3+"
-SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
-IUSE=""
-
-DEPEND="
- >=dev-qt/qtdbus-${QTMIN}:5
- >=dev-qt/qtgui-${QTMIN}:5
- >=dev-qt/qtwidgets-${QTMIN}:5
- >=kde-frameworks/kactivities-${KFMIN}:5
- >=kde-frameworks/kconfig-${KFMIN}:5
- >=kde-frameworks/kcoreaddons-${KFMIN}:5
- >=kde-frameworks/kdbusaddons-${KFMIN}:5
- >=kde-frameworks/kfilemetadata-${KFMIN}:5
- >=kde-frameworks/ki18n-${KFMIN}:5
- >=kde-frameworks/kio-${KFMIN}:5
- >=kde-frameworks/kjobwidgets-${KFMIN}:5
- >=kde-frameworks/knotifications-${KFMIN}:5
- >=kde-frameworks/krunner-${KFMIN}:5
- >=kde-frameworks/purpose-${KFMIN}:5
- >=kde-plasma/plasma-workspace-${PVCUT}:5
-"
-RDEPEND="${DEPEND}"
-
-src_configure() {
- local mycmakeargs=(
- -DMOZILLA_DIR="${EPREFIX}/usr/$(get_libdir)/mozilla"
- )
-
- ecm_src_configure
-}
^ permalink raw reply related [flat|nested] 65+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-browser-integration/
@ 2021-05-14 20:41 Andreas Sturmlechner
0 siblings, 0 replies; 65+ messages in thread
From: Andreas Sturmlechner @ 2021-05-14 20:41 UTC (permalink / raw
To: gentoo-commits
commit: 9ce78cceb2e5e569e5aedf19e829f9569bcf036d
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri May 14 20:32:26 2021 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri May 14 20:38:50 2021 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=9ce78cce
kde-plasma/plasma-browser-integration: 5.21.90 version bump
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
.../plasma-browser-integration-5.21.90.ebuild | 44 ++++++++++++++++++++++
1 file changed, 44 insertions(+)
diff --git a/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.21.90.ebuild b/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.21.90.ebuild
new file mode 100644
index 0000000000..5bcf9fe1f2
--- /dev/null
+++ b/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.21.90.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+KFMIN=5.82.0
+PVCUT=$(ver_cut 1-3)
+QTMIN=5.15.2
+inherit ecm kde.org
+
+DESCRIPTION="Integrate Chrome/Firefox better into Plasma through browser extensions"
+HOMEPAGE+=" https://community.kde.org/Plasma/Browser_Integration"
+
+LICENSE="GPL-3+"
+SLOT="5"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+IUSE=""
+
+DEPEND="
+ >=dev-qt/qtdbus-${QTMIN}:5
+ >=dev-qt/qtgui-${QTMIN}:5
+ >=dev-qt/qtwidgets-${QTMIN}:5
+ >=kde-frameworks/kactivities-${KFMIN}:5
+ >=kde-frameworks/kconfig-${KFMIN}:5
+ >=kde-frameworks/kcoreaddons-${KFMIN}:5
+ >=kde-frameworks/kdbusaddons-${KFMIN}:5
+ >=kde-frameworks/kfilemetadata-${KFMIN}:5
+ >=kde-frameworks/ki18n-${KFMIN}:5
+ >=kde-frameworks/kio-${KFMIN}:5
+ >=kde-frameworks/kjobwidgets-${KFMIN}:5
+ >=kde-frameworks/knotifications-${KFMIN}:5
+ >=kde-frameworks/krunner-${KFMIN}:5
+ >=kde-frameworks/purpose-${KFMIN}:5
+ >=kde-plasma/plasma-workspace-${PVCUT}:5
+"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+ local mycmakeargs=(
+ -DMOZILLA_DIR="${EPREFIX}/usr/$(get_libdir)/mozilla"
+ )
+
+ ecm_src_configure
+}
^ permalink raw reply related [flat|nested] 65+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-browser-integration/
@ 2021-05-14 12:09 Andreas Sturmlechner
0 siblings, 0 replies; 65+ messages in thread
From: Andreas Sturmlechner @ 2021-05-14 12:09 UTC (permalink / raw
To: gentoo-commits
commit: ce1ad6fbd2a1384811859dc07b0ff305848933ee
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu May 13 19:45:59 2021 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri May 14 10:57:35 2021 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=ce1ad6fb
kde-plasma/plasma-browser-integration: Add new DEPEND, add HOMEPAGE
Upstream commit 3babd32f085eff22dd96bbdc59b670f90dae71b1
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
.../plasma-browser-integration/plasma-browser-integration-9999.ebuild | 2 ++
1 file changed, 2 insertions(+)
diff --git a/kde-plasma/plasma-browser-integration/plasma-browser-integration-9999.ebuild b/kde-plasma/plasma-browser-integration/plasma-browser-integration-9999.ebuild
index d5c01fc21f..7034307721 100644
--- a/kde-plasma/plasma-browser-integration/plasma-browser-integration-9999.ebuild
+++ b/kde-plasma/plasma-browser-integration/plasma-browser-integration-9999.ebuild
@@ -9,6 +9,7 @@ QTMIN=5.15.2
inherit ecm kde.org
DESCRIPTION="Integrate Chrome/Firefox better into Plasma through browser extensions"
+HOMEPAGE+=" https://community.kde.org/Plasma/Browser_Integration"
LICENSE="GPL-3+"
SLOT="5"
@@ -26,6 +27,7 @@ DEPEND="
>=kde-frameworks/kfilemetadata-${KFMIN}:5
>=kde-frameworks/ki18n-${KFMIN}:5
>=kde-frameworks/kio-${KFMIN}:5
+ >=kde-frameworks/kjobwidgets-${KFMIN}:5
>=kde-frameworks/knotifications-${KFMIN}:5
>=kde-frameworks/krunner-${KFMIN}:5
>=kde-frameworks/purpose-${KFMIN}:5
^ permalink raw reply related [flat|nested] 65+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-browser-integration/
@ 2021-05-04 21:12 Andreas Sturmlechner
0 siblings, 0 replies; 65+ messages in thread
From: Andreas Sturmlechner @ 2021-05-04 21:12 UTC (permalink / raw
To: gentoo-commits
commit: c56c372f664a3632d1c61b81bbd1ceee0f5a1a2e
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue May 4 16:45:27 2021 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue May 4 20:16:53 2021 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=c56c372f
kde-plasma/plasma-browser-integration: 5.21.5 version bump
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
.../plasma-browser-integration-5.21.5.ebuild | 42 ++++++++++++++++++++++
1 file changed, 42 insertions(+)
diff --git a/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.21.5.ebuild b/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.21.5.ebuild
new file mode 100644
index 0000000000..febe0f1383
--- /dev/null
+++ b/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.21.5.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.82.0
+PVCUT=$(ver_cut 1-3)
+QTMIN=5.15.2
+inherit ecm kde.org
+
+DESCRIPTION="Integrate Chrome/Firefox better into Plasma through browser extensions"
+
+LICENSE="GPL-3+"
+SLOT="5"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+IUSE=""
+
+DEPEND="
+ >=dev-qt/qtdbus-${QTMIN}:5
+ >=dev-qt/qtgui-${QTMIN}:5
+ >=dev-qt/qtwidgets-${QTMIN}:5
+ >=kde-frameworks/kactivities-${KFMIN}:5
+ >=kde-frameworks/kconfig-${KFMIN}:5
+ >=kde-frameworks/kcoreaddons-${KFMIN}:5
+ >=kde-frameworks/kdbusaddons-${KFMIN}:5
+ >=kde-frameworks/kfilemetadata-${KFMIN}:5
+ >=kde-frameworks/ki18n-${KFMIN}:5
+ >=kde-frameworks/kio-${KFMIN}:5
+ >=kde-frameworks/knotifications-${KFMIN}:5
+ >=kde-frameworks/krunner-${KFMIN}:5
+ >=kde-frameworks/purpose-${KFMIN}:5
+ >=kde-plasma/plasma-workspace-${PVCUT}:5
+"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+ local mycmakeargs=(
+ -DMOZILLA_DIR="${EPREFIX}/usr/$(get_libdir)/mozilla"
+ )
+
+ ecm_src_configure
+}
^ permalink raw reply related [flat|nested] 65+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-browser-integration/
@ 2021-02-16 15:48 Andreas Sturmlechner
0 siblings, 0 replies; 65+ messages in thread
From: Andreas Sturmlechner @ 2021-02-16 15:48 UTC (permalink / raw
To: gentoo-commits
commit: df6c9572eedfa194db16b0cdaec6fbe34644b863
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 16 14:40:41 2021 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Feb 16 14:40:41 2021 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=df6c9572
kde-plasma/plasma-browser-integration: drop 5.21.0*
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
.../plasma-browser-integration-5.21.0.ebuild | 42 ----------------------
1 file changed, 42 deletions(-)
diff --git a/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.21.0.ebuild b/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.21.0.ebuild
deleted file mode 100644
index 770d65f883..0000000000
--- a/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.21.0.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-KFMIN=5.78.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.2
-inherit ecm kde.org
-
-DESCRIPTION="Integrate Chrome/Firefox better into Plasma through browser extensions"
-
-LICENSE="GPL-3+"
-SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
-IUSE=""
-
-DEPEND="
- >=dev-qt/qtdbus-${QTMIN}:5
- >=dev-qt/qtgui-${QTMIN}:5
- >=dev-qt/qtwidgets-${QTMIN}:5
- >=kde-frameworks/kactivities-${KFMIN}:5
- >=kde-frameworks/kconfig-${KFMIN}:5
- >=kde-frameworks/kcoreaddons-${KFMIN}:5
- >=kde-frameworks/kdbusaddons-${KFMIN}:5
- >=kde-frameworks/kfilemetadata-${KFMIN}:5
- >=kde-frameworks/ki18n-${KFMIN}:5
- >=kde-frameworks/kio-${KFMIN}:5
- >=kde-frameworks/knotifications-${KFMIN}:5
- >=kde-frameworks/krunner-${KFMIN}:5
- >=kde-frameworks/purpose-${KFMIN}:5
- >=kde-plasma/plasma-workspace-${PVCUT}:5
-"
-RDEPEND="${DEPEND}"
-
-src_configure() {
- local mycmakeargs=(
- -DMOZILLA_DIR="${EPREFIX}/usr/$(get_libdir)/mozilla"
- )
-
- ecm_src_configure
-}
^ permalink raw reply related [flat|nested] 65+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-browser-integration/
@ 2021-02-16 14:25 Andreas Sturmlechner
0 siblings, 0 replies; 65+ messages in thread
From: Andreas Sturmlechner @ 2021-02-16 14:25 UTC (permalink / raw
To: gentoo-commits
commit: f445f79beb162d76b3d90ddb1669933d037c704c
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 16 14:19:36 2021 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Feb 16 14:25:30 2021 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=f445f79b
kde-plasma/plasma-browser-integration: drop 5.20.90*
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
.../plasma-browser-integration-5.20.90.ebuild | 42 ----------------------
1 file changed, 42 deletions(-)
diff --git a/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.20.90.ebuild b/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.20.90.ebuild
deleted file mode 100644
index 770d65f883..0000000000
--- a/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.20.90.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-KFMIN=5.78.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.2
-inherit ecm kde.org
-
-DESCRIPTION="Integrate Chrome/Firefox better into Plasma through browser extensions"
-
-LICENSE="GPL-3+"
-SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
-IUSE=""
-
-DEPEND="
- >=dev-qt/qtdbus-${QTMIN}:5
- >=dev-qt/qtgui-${QTMIN}:5
- >=dev-qt/qtwidgets-${QTMIN}:5
- >=kde-frameworks/kactivities-${KFMIN}:5
- >=kde-frameworks/kconfig-${KFMIN}:5
- >=kde-frameworks/kcoreaddons-${KFMIN}:5
- >=kde-frameworks/kdbusaddons-${KFMIN}:5
- >=kde-frameworks/kfilemetadata-${KFMIN}:5
- >=kde-frameworks/ki18n-${KFMIN}:5
- >=kde-frameworks/kio-${KFMIN}:5
- >=kde-frameworks/knotifications-${KFMIN}:5
- >=kde-frameworks/krunner-${KFMIN}:5
- >=kde-frameworks/purpose-${KFMIN}:5
- >=kde-plasma/plasma-workspace-${PVCUT}:5
-"
-RDEPEND="${DEPEND}"
-
-src_configure() {
- local mycmakeargs=(
- -DMOZILLA_DIR="${EPREFIX}/usr/$(get_libdir)/mozilla"
- )
-
- ecm_src_configure
-}
^ permalink raw reply related [flat|nested] 65+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-browser-integration/
@ 2021-02-11 13:38 Andreas Sturmlechner
0 siblings, 0 replies; 65+ messages in thread
From: Andreas Sturmlechner @ 2021-02-11 13:38 UTC (permalink / raw
To: gentoo-commits
commit: 5c0081b1b5bd79d66782afb8e4f78125ec3794b9
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 11 12:42:03 2021 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Feb 11 12:46:23 2021 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=5c0081b1
kde-plasma/plasma-browser-integration: 5.21.0 version bump
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
.../plasma-browser-integration-5.21.0.ebuild | 42 ++++++++++++++++++++++
1 file changed, 42 insertions(+)
diff --git a/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.21.0.ebuild b/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.21.0.ebuild
new file mode 100644
index 0000000000..770d65f883
--- /dev/null
+++ b/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.21.0.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.78.0
+PVCUT=$(ver_cut 1-3)
+QTMIN=5.15.2
+inherit ecm kde.org
+
+DESCRIPTION="Integrate Chrome/Firefox better into Plasma through browser extensions"
+
+LICENSE="GPL-3+"
+SLOT="5"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+IUSE=""
+
+DEPEND="
+ >=dev-qt/qtdbus-${QTMIN}:5
+ >=dev-qt/qtgui-${QTMIN}:5
+ >=dev-qt/qtwidgets-${QTMIN}:5
+ >=kde-frameworks/kactivities-${KFMIN}:5
+ >=kde-frameworks/kconfig-${KFMIN}:5
+ >=kde-frameworks/kcoreaddons-${KFMIN}:5
+ >=kde-frameworks/kdbusaddons-${KFMIN}:5
+ >=kde-frameworks/kfilemetadata-${KFMIN}:5
+ >=kde-frameworks/ki18n-${KFMIN}:5
+ >=kde-frameworks/kio-${KFMIN}:5
+ >=kde-frameworks/knotifications-${KFMIN}:5
+ >=kde-frameworks/krunner-${KFMIN}:5
+ >=kde-frameworks/purpose-${KFMIN}:5
+ >=kde-plasma/plasma-workspace-${PVCUT}:5
+"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+ local mycmakeargs=(
+ -DMOZILLA_DIR="${EPREFIX}/usr/$(get_libdir)/mozilla"
+ )
+
+ ecm_src_configure
+}
^ permalink raw reply related [flat|nested] 65+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-browser-integration/
@ 2021-01-23 0:26 Andreas Sturmlechner
0 siblings, 0 replies; 65+ messages in thread
From: Andreas Sturmlechner @ 2021-01-23 0:26 UTC (permalink / raw
To: gentoo-commits
commit: 4625f04073f07fc06a480daafdefb0940bd3c175
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 22 23:31:53 2021 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Jan 22 23:58:45 2021 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=4625f040
kde-plasma/plasma-browser-integration: 5.20.90 version bump
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
.../plasma-browser-integration-5.20.90.ebuild | 42 ++++++++++++++++++++++
1 file changed, 42 insertions(+)
diff --git a/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.20.90.ebuild b/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.20.90.ebuild
new file mode 100644
index 0000000000..770d65f883
--- /dev/null
+++ b/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.20.90.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.78.0
+PVCUT=$(ver_cut 1-3)
+QTMIN=5.15.2
+inherit ecm kde.org
+
+DESCRIPTION="Integrate Chrome/Firefox better into Plasma through browser extensions"
+
+LICENSE="GPL-3+"
+SLOT="5"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+IUSE=""
+
+DEPEND="
+ >=dev-qt/qtdbus-${QTMIN}:5
+ >=dev-qt/qtgui-${QTMIN}:5
+ >=dev-qt/qtwidgets-${QTMIN}:5
+ >=kde-frameworks/kactivities-${KFMIN}:5
+ >=kde-frameworks/kconfig-${KFMIN}:5
+ >=kde-frameworks/kcoreaddons-${KFMIN}:5
+ >=kde-frameworks/kdbusaddons-${KFMIN}:5
+ >=kde-frameworks/kfilemetadata-${KFMIN}:5
+ >=kde-frameworks/ki18n-${KFMIN}:5
+ >=kde-frameworks/kio-${KFMIN}:5
+ >=kde-frameworks/knotifications-${KFMIN}:5
+ >=kde-frameworks/krunner-${KFMIN}:5
+ >=kde-frameworks/purpose-${KFMIN}:5
+ >=kde-plasma/plasma-workspace-${PVCUT}:5
+"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+ local mycmakeargs=(
+ -DMOZILLA_DIR="${EPREFIX}/usr/$(get_libdir)/mozilla"
+ )
+
+ ecm_src_configure
+}
^ permalink raw reply related [flat|nested] 65+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-browser-integration/
@ 2021-01-22 0:00 Andreas Sturmlechner
0 siblings, 0 replies; 65+ messages in thread
From: Andreas Sturmlechner @ 2021-01-22 0:00 UTC (permalink / raw
To: gentoo-commits
commit: ccce8286a054712d19c06429fc900fb170163144
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 21 21:24:50 2021 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Jan 21 23:57:07 2021 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=ccce8286
kde-plasma/plasma-browser-integration: Add new DEPEND
Upstream commit 52b41d155f431f5b7c1a911f1cb345e565776778
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
.../plasma-browser-integration/plasma-browser-integration-9999.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/kde-plasma/plasma-browser-integration/plasma-browser-integration-9999.ebuild b/kde-plasma/plasma-browser-integration/plasma-browser-integration-9999.ebuild
index 15c41ab938..d36ed9dd89 100644
--- a/kde-plasma/plasma-browser-integration/plasma-browser-integration-9999.ebuild
+++ b/kde-plasma/plasma-browser-integration/plasma-browser-integration-9999.ebuild
@@ -29,6 +29,7 @@ DEPEND="
>=kde-frameworks/knotifications-${KFMIN}:5
>=kde-frameworks/krunner-${KFMIN}:5
>=kde-frameworks/purpose-${KFMIN}:5
+ >=kde-plasma/plasma-workspace-${PVCUT}:5
"
RDEPEND="${DEPEND}"
^ permalink raw reply related [flat|nested] 65+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-browser-integration/
@ 2021-01-05 17:44 Andreas Sturmlechner
0 siblings, 0 replies; 65+ messages in thread
From: Andreas Sturmlechner @ 2021-01-05 17:44 UTC (permalink / raw
To: gentoo-commits
commit: 1e159a4b455a4f523d122523035bf10ba4866145
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 5 17:40:17 2021 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Jan 5 17:43:47 2021 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=1e159a4b
kde-plasma/plasma-browser-integration: drop 5.20.49.9999*
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
.../plasma-browser-integration-5.20.49.9999.ebuild | 41 ----------------------
1 file changed, 41 deletions(-)
diff --git a/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.20.49.9999.ebuild b/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.20.49.9999.ebuild
deleted file mode 100644
index 84c1906452..0000000000
--- a/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.20.49.9999.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-KFMIN=5.74.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.1
-inherit ecm kde.org
-
-DESCRIPTION="Integrate Chrome/Firefox better into Plasma through browser extensions"
-
-LICENSE="GPL-3+"
-SLOT="5"
-KEYWORDS=""
-IUSE=""
-
-DEPEND="
- >=dev-qt/qtdbus-${QTMIN}:5
- >=dev-qt/qtgui-${QTMIN}:5
- >=dev-qt/qtwidgets-${QTMIN}:5
- >=kde-frameworks/kactivities-${KFMIN}:5
- >=kde-frameworks/kconfig-${KFMIN}:5
- >=kde-frameworks/kcoreaddons-${KFMIN}:5
- >=kde-frameworks/kdbusaddons-${KFMIN}:5
- >=kde-frameworks/kfilemetadata-${KFMIN}:5
- >=kde-frameworks/ki18n-${KFMIN}:5
- >=kde-frameworks/kio-${KFMIN}:5
- >=kde-frameworks/knotifications-${KFMIN}:5
- >=kde-frameworks/krunner-${KFMIN}:5
- >=kde-frameworks/purpose-${KFMIN}:5
-"
-RDEPEND="${DEPEND}"
-
-src_configure() {
- local mycmakeargs=(
- -DMOZILLA_DIR="${EPREFIX}/usr/$(get_libdir)/mozilla"
- )
-
- ecm_src_configure
-}
^ permalink raw reply related [flat|nested] 65+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-browser-integration/
@ 2020-10-13 11:51 Andreas Sturmlechner
0 siblings, 0 replies; 65+ messages in thread
From: Andreas Sturmlechner @ 2020-10-13 11:51 UTC (permalink / raw
To: gentoo-commits
commit: 1d0a0437c7d52c6b183287faf27f6336d6b39ced
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 13 11:49:42 2020 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Oct 13 11:49:42 2020 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=1d0a0437
kde-plasma/plasma-browser-integration: drop 5.20.0*
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
.../plasma-browser-integration-5.20.0.ebuild | 41 ----------------------
1 file changed, 41 deletions(-)
diff --git a/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.20.0.ebuild b/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.20.0.ebuild
deleted file mode 100644
index 07e07c66f1..0000000000
--- a/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.20.0.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-KFMIN=5.74.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.1
-inherit ecm kde.org
-
-DESCRIPTION="Integrate Chrome/Firefox better into Plasma through browser extensions"
-
-LICENSE="GPL-3+"
-SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
-IUSE=""
-
-DEPEND="
- >=dev-qt/qtdbus-${QTMIN}:5
- >=dev-qt/qtgui-${QTMIN}:5
- >=dev-qt/qtwidgets-${QTMIN}:5
- >=kde-frameworks/kactivities-${KFMIN}:5
- >=kde-frameworks/kconfig-${KFMIN}:5
- >=kde-frameworks/kcoreaddons-${KFMIN}:5
- >=kde-frameworks/kdbusaddons-${KFMIN}:5
- >=kde-frameworks/kfilemetadata-${KFMIN}:5
- >=kde-frameworks/ki18n-${KFMIN}:5
- >=kde-frameworks/kio-${KFMIN}:5
- >=kde-frameworks/knotifications-${KFMIN}:5
- >=kde-frameworks/krunner-${KFMIN}:5
- >=kde-frameworks/purpose-${KFMIN}:5
-"
-RDEPEND="${DEPEND}"
-
-src_configure() {
- local mycmakeargs=(
- -DMOZILLA_DIR="${EPREFIX}/usr/$(get_libdir)/mozilla"
- )
-
- ecm_src_configure
-}
^ permalink raw reply related [flat|nested] 65+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-browser-integration/
@ 2020-10-09 6:35 Andreas Sturmlechner
0 siblings, 0 replies; 65+ messages in thread
From: Andreas Sturmlechner @ 2020-10-09 6:35 UTC (permalink / raw
To: gentoo-commits
commit: c13324f73c3f4b5edd4edf1f953160c17503fcb1
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 8 18:09:11 2020 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Oct 8 18:09:11 2020 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=c13324f7
kde-plasma/plasma-browser-integration: 5.20.0 version bump
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
.../plasma-browser-integration-5.20.0.ebuild | 41 ++++++++++++++++++++++
1 file changed, 41 insertions(+)
diff --git a/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.20.0.ebuild b/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.20.0.ebuild
new file mode 100644
index 0000000000..fe67af649f
--- /dev/null
+++ b/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.20.0.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+KFMIN=5.74.0
+PVCUT=$(ver_cut 1-3)
+QTMIN=5.15.0
+inherit ecm kde.org
+
+DESCRIPTION="Integrate Chrome/Firefox better into Plasma through browser extensions"
+
+LICENSE="GPL-3+"
+SLOT="5"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+IUSE=""
+
+DEPEND="
+ >=dev-qt/qtdbus-${QTMIN}:5
+ >=dev-qt/qtgui-${QTMIN}:5
+ >=dev-qt/qtwidgets-${QTMIN}:5
+ >=kde-frameworks/kactivities-${KFMIN}:5
+ >=kde-frameworks/kconfig-${KFMIN}:5
+ >=kde-frameworks/kcoreaddons-${KFMIN}:5
+ >=kde-frameworks/kdbusaddons-${KFMIN}:5
+ >=kde-frameworks/kfilemetadata-${KFMIN}:5
+ >=kde-frameworks/ki18n-${KFMIN}:5
+ >=kde-frameworks/kio-${KFMIN}:5
+ >=kde-frameworks/knotifications-${KFMIN}:5
+ >=kde-frameworks/krunner-${KFMIN}:5
+ >=kde-frameworks/purpose-${KFMIN}:5
+"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+ local mycmakeargs=(
+ -DMOZILLA_DIR="${EPREFIX}/usr/$(get_libdir)/mozilla"
+ )
+
+ ecm_src_configure
+}
^ permalink raw reply related [flat|nested] 65+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-browser-integration/
@ 2020-09-01 16:40 Andreas Sturmlechner
0 siblings, 0 replies; 65+ messages in thread
From: Andreas Sturmlechner @ 2020-09-01 16:40 UTC (permalink / raw
To: gentoo-commits
commit: 494b8a9488d4e7ab2644c7c188558ea14bcf6635
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 1 16:34:46 2020 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Sep 1 16:34:46 2020 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=494b8a94
kde-plasma/plasma-browser-integration: drop 5.19.5*
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
.../plasma-browser-integration-5.19.5.ebuild | 41 ----------------------
1 file changed, 41 deletions(-)
diff --git a/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.19.5.ebuild b/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.19.5.ebuild
deleted file mode 100644
index b01f007628..0000000000
--- a/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.19.5.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-KFMIN=5.71.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.14.2
-inherit ecm kde.org
-
-DESCRIPTION="Integrate Chrome/Firefox better into Plasma through browser extensions"
-
-LICENSE="GPL-3+"
-SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
-IUSE=""
-
-DEPEND="
- >=dev-qt/qtdbus-${QTMIN}:5
- >=dev-qt/qtgui-${QTMIN}:5
- >=dev-qt/qtwidgets-${QTMIN}:5
- >=kde-frameworks/kactivities-${KFMIN}:5
- >=kde-frameworks/kconfig-${KFMIN}:5
- >=kde-frameworks/kcoreaddons-${KFMIN}:5
- >=kde-frameworks/kdbusaddons-${KFMIN}:5
- >=kde-frameworks/kfilemetadata-${KFMIN}:5
- >=kde-frameworks/ki18n-${KFMIN}:5
- >=kde-frameworks/kio-${KFMIN}:5
- >=kde-frameworks/knotifications-${KFMIN}:5
- >=kde-frameworks/krunner-${KFMIN}:5
- >=kde-frameworks/purpose-${KFMIN}:5
-"
-RDEPEND="${DEPEND}"
-
-src_configure() {
- local mycmakeargs=(
- -DMOZILLA_DIR="${EPREFIX}/usr/$(get_libdir)/mozilla"
- )
-
- ecm_src_configure
-}
^ permalink raw reply related [flat|nested] 65+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-browser-integration/
@ 2020-09-01 12:01 Andreas Sturmlechner
0 siblings, 0 replies; 65+ messages in thread
From: Andreas Sturmlechner @ 2020-09-01 12:01 UTC (permalink / raw
To: gentoo-commits
commit: 31d8b8d8d26651def15c27338306aa81077baa9b
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 1 11:59:00 2020 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Sep 1 11:59:00 2020 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=31d8b8d8
kde-plasma/plasma-browser-integration: drop 5.19.49.9999*
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
.../plasma-browser-integration-5.19.49.9999.ebuild | 41 ----------------------
1 file changed, 41 deletions(-)
diff --git a/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.19.49.9999.ebuild b/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.19.49.9999.ebuild
deleted file mode 100644
index 2189355f67..0000000000
--- a/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.19.49.9999.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-KFMIN=5.71.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.14.2
-inherit ecm kde.org
-
-DESCRIPTION="Integrate Chrome/Firefox better into Plasma through browser extensions"
-
-LICENSE="GPL-3+"
-SLOT="5"
-KEYWORDS=""
-IUSE=""
-
-DEPEND="
- >=dev-qt/qtdbus-${QTMIN}:5
- >=dev-qt/qtgui-${QTMIN}:5
- >=dev-qt/qtwidgets-${QTMIN}:5
- >=kde-frameworks/kactivities-${KFMIN}:5
- >=kde-frameworks/kconfig-${KFMIN}:5
- >=kde-frameworks/kcoreaddons-${KFMIN}:5
- >=kde-frameworks/kdbusaddons-${KFMIN}:5
- >=kde-frameworks/kfilemetadata-${KFMIN}:5
- >=kde-frameworks/ki18n-${KFMIN}:5
- >=kde-frameworks/kio-${KFMIN}:5
- >=kde-frameworks/knotifications-${KFMIN}:5
- >=kde-frameworks/krunner-${KFMIN}:5
- >=kde-frameworks/purpose-${KFMIN}:5
-"
-RDEPEND="${DEPEND}"
-
-src_configure() {
- local mycmakeargs=(
- -DMOZILLA_DIR="${EPREFIX}/usr/$(get_libdir)/mozilla"
- )
-
- ecm_src_configure
-}
^ permalink raw reply related [flat|nested] 65+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-browser-integration/
@ 2019-09-21 7:54 Andreas Sturmlechner
0 siblings, 0 replies; 65+ messages in thread
From: Andreas Sturmlechner @ 2019-09-21 7:54 UTC (permalink / raw
To: gentoo-commits
commit: 3dec79eef806d0a88bfc321374731f73cd4df562
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 21 07:54:27 2019 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Sep 21 07:54:27 2019 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=3dec79ee
kde-plasma/plasma-browser-integration: Add missing DEPEND
Upstream commit 4e6ed0ced910daf63d377d3ee51e970efcfe380c
Reported-by: AE <vltg0903 <AT> gmx.net>
Closes: https://bugs.gentoo.org/695250
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
.../plasma-browser-integration/plasma-browser-integration-5.16.90.ebuild | 1 +
.../plasma-browser-integration-5.17.49.9999.ebuild | 1 +
.../plasma-browser-integration/plasma-browser-integration-9999.ebuild | 1 +
3 files changed, 3 insertions(+)
diff --git a/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.16.90.ebuild b/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.16.90.ebuild
index 8967a77508..fadf22c24f 100644
--- a/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.16.90.ebuild
+++ b/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.16.90.ebuild
@@ -16,6 +16,7 @@ DEPEND="
$(add_frameworks_dep kconfig)
$(add_frameworks_dep kcoreaddons)
$(add_frameworks_dep kdbusaddons)
+ $(add_frameworks_dep kfilemetadata)
$(add_frameworks_dep ki18n)
$(add_frameworks_dep kio)
$(add_frameworks_dep knotifications)
diff --git a/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.17.49.9999.ebuild b/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.17.49.9999.ebuild
index 6277a9e831..3d2fb8c710 100644
--- a/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.17.49.9999.ebuild
+++ b/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.17.49.9999.ebuild
@@ -16,6 +16,7 @@ DEPEND="
$(add_frameworks_dep kconfig)
$(add_frameworks_dep kcoreaddons)
$(add_frameworks_dep kdbusaddons)
+ $(add_frameworks_dep kfilemetadata)
$(add_frameworks_dep ki18n)
$(add_frameworks_dep kio)
$(add_frameworks_dep knotifications)
diff --git a/kde-plasma/plasma-browser-integration/plasma-browser-integration-9999.ebuild b/kde-plasma/plasma-browser-integration/plasma-browser-integration-9999.ebuild
index 6277a9e831..3d2fb8c710 100644
--- a/kde-plasma/plasma-browser-integration/plasma-browser-integration-9999.ebuild
+++ b/kde-plasma/plasma-browser-integration/plasma-browser-integration-9999.ebuild
@@ -16,6 +16,7 @@ DEPEND="
$(add_frameworks_dep kconfig)
$(add_frameworks_dep kcoreaddons)
$(add_frameworks_dep kdbusaddons)
+ $(add_frameworks_dep kfilemetadata)
$(add_frameworks_dep ki18n)
$(add_frameworks_dep kio)
$(add_frameworks_dep knotifications)
^ permalink raw reply related [flat|nested] 65+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-browser-integration/
@ 2019-09-19 15:47 Andreas Sturmlechner
0 siblings, 0 replies; 65+ messages in thread
From: Andreas Sturmlechner @ 2019-09-19 15:47 UTC (permalink / raw
To: gentoo-commits
commit: 68482ba0f7b80c16706968449c14acfab4df0065
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 19 07:39:15 2019 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Sep 19 09:13:27 2019 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=68482ba0
kde-plasma/plasma-browser-integration: Add new DEPEND
Upstream commit 9c16dbae9f6ca1488c57441db0434c138e5e1166
Closes: https://bugs.gentoo.org/694902
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
.../plasma-browser-integration/plasma-browser-integration-9999.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/kde-plasma/plasma-browser-integration/plasma-browser-integration-9999.ebuild b/kde-plasma/plasma-browser-integration/plasma-browser-integration-9999.ebuild
index 9ab9b3d71c..6277a9e831 100644
--- a/kde-plasma/plasma-browser-integration/plasma-browser-integration-9999.ebuild
+++ b/kde-plasma/plasma-browser-integration/plasma-browser-integration-9999.ebuild
@@ -20,6 +20,7 @@ DEPEND="
$(add_frameworks_dep kio)
$(add_frameworks_dep knotifications)
$(add_frameworks_dep krunner)
+ $(add_frameworks_dep purpose)
$(add_qt_dep qtdbus)
$(add_qt_dep qtgui)
$(add_qt_dep qtwidgets)
^ permalink raw reply related [flat|nested] 65+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-browser-integration/
@ 2019-03-17 18:31 Andreas Sturmlechner
0 siblings, 0 replies; 65+ messages in thread
From: Andreas Sturmlechner @ 2019-03-17 18:31 UTC (permalink / raw
To: gentoo-commits
commit: 69e2abef6d3cef5f9c9d15ed67d1bc05615b9748
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 17 15:10:20 2019 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Mar 17 15:10:20 2019 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=69e2abef
kde-plasma/plasma-browser-integration: Drop unused DEPEND
Upstream commit 4ae87a3757ca62c82d35a70c4cc354831b49d6b7
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
.../plasma-browser-integration/plasma-browser-integration-9999.ebuild | 1 -
1 file changed, 1 deletion(-)
diff --git a/kde-plasma/plasma-browser-integration/plasma-browser-integration-9999.ebuild b/kde-plasma/plasma-browser-integration/plasma-browser-integration-9999.ebuild
index 79127b7c34..9ab9b3d71c 100644
--- a/kde-plasma/plasma-browser-integration/plasma-browser-integration-9999.ebuild
+++ b/kde-plasma/plasma-browser-integration/plasma-browser-integration-9999.ebuild
@@ -20,7 +20,6 @@ DEPEND="
$(add_frameworks_dep kio)
$(add_frameworks_dep knotifications)
$(add_frameworks_dep krunner)
- $(add_frameworks_dep kwindowsystem)
$(add_qt_dep qtdbus)
$(add_qt_dep qtgui)
$(add_qt_dep qtwidgets)
^ permalink raw reply related [flat|nested] 65+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-browser-integration/
@ 2018-06-26 14:26 Andreas Sturmlechner
0 siblings, 0 replies; 65+ messages in thread
From: Andreas Sturmlechner @ 2018-06-26 14:26 UTC (permalink / raw
To: gentoo-commits
commit: a2dad1e32235fdb86ad7221d959c5acd04360434
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 26 12:50:59 2018 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Jun 26 14:25:43 2018 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=a2dad1e3
kde-plasma/plasma-browser-integration: Drop HOMEPAGE, add KEYWORDS
Package-Manager: Portage-2.3.40, Repoman-2.3.9
.../plasma-browser-integration/plasma-browser-integration-5.13.2.ebuild | 2 +-
.../plasma-browser-integration-5.13.49.9999.ebuild | 2 +-
.../plasma-browser-integration/plasma-browser-integration-9999.ebuild | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.13.2.ebuild b/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.13.2.ebuild
index e6c1dca804..db4c052ef2 100644
--- a/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.13.2.ebuild
+++ b/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.13.2.ebuild
@@ -6,9 +6,9 @@ EAPI=6
inherit kde5
DESCRIPTION="Integrate Chrome/Firefox better into Plasma through browser extensions"
-HOMEPAGE="https://cgit.kde.org/plasma-browser-integration.git"
LICENSE="GPL-3+"
+KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND="
diff --git a/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.13.49.9999.ebuild b/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.13.49.9999.ebuild
index e6c1dca804..3f7813d5e3 100644
--- a/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.13.49.9999.ebuild
+++ b/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.13.49.9999.ebuild
@@ -6,9 +6,9 @@ EAPI=6
inherit kde5
DESCRIPTION="Integrate Chrome/Firefox better into Plasma through browser extensions"
-HOMEPAGE="https://cgit.kde.org/plasma-browser-integration.git"
LICENSE="GPL-3+"
+KEYWORDS=""
IUSE=""
DEPEND="
diff --git a/kde-plasma/plasma-browser-integration/plasma-browser-integration-9999.ebuild b/kde-plasma/plasma-browser-integration/plasma-browser-integration-9999.ebuild
index e6c1dca804..3f7813d5e3 100644
--- a/kde-plasma/plasma-browser-integration/plasma-browser-integration-9999.ebuild
+++ b/kde-plasma/plasma-browser-integration/plasma-browser-integration-9999.ebuild
@@ -6,9 +6,9 @@ EAPI=6
inherit kde5
DESCRIPTION="Integrate Chrome/Firefox better into Plasma through browser extensions"
-HOMEPAGE="https://cgit.kde.org/plasma-browser-integration.git"
LICENSE="GPL-3+"
+KEYWORDS=""
IUSE=""
DEPEND="
^ permalink raw reply related [flat|nested] 65+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-browser-integration/
@ 2018-06-19 18:33 Andreas Sturmlechner
0 siblings, 0 replies; 65+ messages in thread
From: Andreas Sturmlechner @ 2018-06-19 18:33 UTC (permalink / raw
To: gentoo-commits
commit: ed25e5a9b7e24638c521862d539a5c819ad13a8e
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 12 16:58:32 2018 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Jun 19 18:33:09 2018 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=ed25e5a9
kde-plasma/plasma-browser-integration: Restore KEYWORDS
Package-Manager: Portage-2.3.40, Repoman-2.3.9
.../plasma-browser-integration/plasma-browser-integration-5.13.1.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.13.1.ebuild b/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.13.1.ebuild
index e6c1dca804..88e632ab8a 100644
--- a/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.13.1.ebuild
+++ b/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.13.1.ebuild
@@ -9,6 +9,7 @@ DESCRIPTION="Integrate Chrome/Firefox better into Plasma through browser extensi
HOMEPAGE="https://cgit.kde.org/plasma-browser-integration.git"
LICENSE="GPL-3+"
+KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND="
^ permalink raw reply related [flat|nested] 65+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-browser-integration/
@ 2018-06-12 16:59 Andreas Sturmlechner
0 siblings, 0 replies; 65+ messages in thread
From: Andreas Sturmlechner @ 2018-06-12 16:59 UTC (permalink / raw
To: gentoo-commits
commit: 12e968747a02d595ad82a909e7a632d1a6db8f3f
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 12 16:58:32 2018 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Jun 12 16:58:32 2018 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=12e96874
kde-plasma/plasma-browser-integration: Restore KEYWORDS
Package-Manager: Portage-2.3.40, Repoman-2.3.9
.../plasma-browser-integration/plasma-browser-integration-5.13.0.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.13.0.ebuild b/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.13.0.ebuild
index e6c1dca804..88e632ab8a 100644
--- a/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.13.0.ebuild
+++ b/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.13.0.ebuild
@@ -9,6 +9,7 @@ DESCRIPTION="Integrate Chrome/Firefox better into Plasma through browser extensi
HOMEPAGE="https://cgit.kde.org/plasma-browser-integration.git"
LICENSE="GPL-3+"
+KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND="
^ permalink raw reply related [flat|nested] 65+ messages in thread
end of thread, other threads:[~2024-10-10 23:00 UTC | newest]
Thread overview: 65+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-09-19 8:12 [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-browser-integration/ Andreas Sturmlechner
-- strict thread matches above, loose matches on Subject: below --
2024-10-10 23:00 Andreas Sturmlechner
2024-06-18 20:03 Andreas Sturmlechner
2024-05-24 19:49 Andreas Sturmlechner
2024-01-16 15:28 Andreas Sturmlechner
2024-01-10 16:47 Andreas Sturmlechner
2023-12-20 23:02 Andreas Sturmlechner
2023-12-15 22:25 Andreas Sturmlechner
2023-10-25 7:42 Andreas Sturmlechner
2023-10-24 18:39 Andreas Sturmlechner
2023-09-16 16:53 Andreas Sturmlechner
2023-06-27 20:44 Andreas Sturmlechner
2023-06-27 20:40 Andreas Sturmlechner
2023-03-14 20:21 Andreas Sturmlechner
2023-03-14 14:47 Andreas Sturmlechner
2023-02-22 11:59 Andreas Sturmlechner
2023-02-21 14:02 Andreas Sturmlechner
2023-02-14 11:27 Andreas Sturmlechner
2023-02-09 13:26 Andreas Sturmlechner
2023-01-20 13:59 Andreas Sturmlechner
2023-01-20 10:40 Andreas Sturmlechner
2023-01-04 15:21 Andreas Sturmlechner
2022-10-11 12:51 Andreas Sturmlechner
2022-10-11 12:37 Andreas Sturmlechner
2022-10-06 14:48 Andreas Sturmlechner
2022-09-15 21:41 Andreas Sturmlechner
2022-09-15 20:57 Andreas Sturmlechner
2022-09-06 19:16 Andreas Sturmlechner
2022-07-13 9:18 Andreas Sturmlechner
2022-07-12 13:50 Andreas Sturmlechner
2022-06-14 12:47 Andreas Sturmlechner
2022-06-09 11:29 Andreas Sturmlechner
2022-06-08 9:22 Andreas Sturmlechner
2022-04-21 22:38 Sam James
2022-03-21 19:03 Andreas Sturmlechner
2022-02-08 13:17 Andreas Sturmlechner
2022-02-03 20:10 Andreas Sturmlechner
2022-01-18 17:41 Andreas Sturmlechner
2022-01-17 17:49 Andreas Sturmlechner
2022-01-04 16:20 Andreas Sturmlechner
2022-01-04 11:57 Andreas Sturmlechner
2021-10-14 10:26 Andreas Sturmlechner
2021-10-04 13:04 Andreas Sturmlechner
2021-09-21 18:44 Andreas Sturmlechner
2021-09-02 17:36 Andreas Sturmlechner
2021-06-11 5:49 Andreas Sturmlechner
2021-05-14 20:41 Andreas Sturmlechner
2021-05-14 12:09 Andreas Sturmlechner
2021-05-04 21:12 Andreas Sturmlechner
2021-02-16 15:48 Andreas Sturmlechner
2021-02-16 14:25 Andreas Sturmlechner
2021-02-11 13:38 Andreas Sturmlechner
2021-01-23 0:26 Andreas Sturmlechner
2021-01-22 0:00 Andreas Sturmlechner
2021-01-05 17:44 Andreas Sturmlechner
2020-10-13 11:51 Andreas Sturmlechner
2020-10-09 6:35 Andreas Sturmlechner
2020-09-01 16:40 Andreas Sturmlechner
2020-09-01 12:01 Andreas Sturmlechner
2019-09-21 7:54 Andreas Sturmlechner
2019-09-19 15:47 Andreas Sturmlechner
2019-03-17 18:31 Andreas Sturmlechner
2018-06-26 14:26 Andreas Sturmlechner
2018-06-19 18:33 Andreas Sturmlechner
2018-06-12 16:59 Andreas Sturmlechner
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox