diff options
Diffstat (limited to 'kde-plasma/plasma-browser-integration')
-rw-r--r-- | kde-plasma/plasma-browser-integration/Manifest | 1 | ||||
-rw-r--r-- | kde-plasma/plasma-browser-integration/plasma-browser-integration-6.0.2.ebuild | 46 |
2 files changed, 0 insertions, 47 deletions
diff --git a/kde-plasma/plasma-browser-integration/Manifest b/kde-plasma/plasma-browser-integration/Manifest index e41d15b42592..fe491bb4dd44 100644 --- a/kde-plasma/plasma-browser-integration/Manifest +++ b/kde-plasma/plasma-browser-integration/Manifest @@ -1,3 +1,2 @@ DIST plasma-browser-integration-5.27.11.tar.xz 212584 BLAKE2B 0ee27e9da1efa965b9babd18731e3a31d6fe30a23f786154f6a0de773f31c9e85b9d7ba7cda72ba53e031f3a626be79a1a579ab19e5fb3cd3479158abe575ea0 SHA512 5d887ab92221a9ae83ac1a927195e659b6508155c7e2062884f1b8ae8dddbdceea4a4a66ce1704179343ceef493240dd7ad68c461b3aa5f257c43f6062c0e7b0 -DIST plasma-browser-integration-6.0.2.tar.xz 219584 BLAKE2B c6f5ff169e49f769bf2f63cf6714dfc25c82f0d0bb62eb1b2a550628a8ed97c844b01bdfd4009a96a9f1648c84f09dd2f2bd3024c6a09c7d78daafd535c26511 SHA512 c3a955d23b87f253129ab714406b9e14500898e2e14110a3f576483115a5e13e4f90d4f2baae7e5f70564fa2da44441150a1e4e3fb5e42b6f06f25872d72b6a4 DIST plasma-browser-integration-6.0.3.tar.xz 219412 BLAKE2B c3cfd65e1471fa5a64caa5c73f168d12f920244933b93552ae95c7f7501ef7a08b763b129743f9138ce6d3088274a81f83c8a41b7ce299f3f3e3b44019363e3a SHA512 5305aeeaec34a9fb88871aff8ebdd9561ffd7518fff94ad286a60c9b23d3ed8a6b3d9a23249734c9387f5c04ff2fbd20f9397513191abdf8a6b6a57956187458 diff --git a/kde-plasma/plasma-browser-integration/plasma-browser-integration-6.0.2.ebuild b/kde-plasma/plasma-browser-integration/plasma-browser-integration-6.0.2.ebuild deleted file mode 100644 index 4ba4cb854551..000000000000 --- a/kde-plasma/plasma-browser-integration/plasma-browser-integration-6.0.2.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.0 -PVCUT=$(ver_cut 1-3) -QTMIN=6.6.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" -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 -} |