public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/kde:master commit in: profiles/package.mask/, kde-plasma/plasma-desktop/
@ 2024-01-14 22:37 Andreas Sturmlechner
  0 siblings, 0 replies; 2+ messages in thread
From: Andreas Sturmlechner @ 2024-01-14 22:37 UTC (permalink / raw
  To: gentoo-commits

commit:     c5b236f3793b2a8ffe38d52ecc631d98372a9c2f
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 14 22:34:11 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Jan 14 22:36:50 2024 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=c5b236f3

kde-plasma/plasma-desktop: drop 5.92.0, moved to ::gentoo

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 .../plasma-desktop/plasma-desktop-5.92.0.ebuild    | 184 ---------------------
 profiles/package.mask/kde-plasma-5.92              |   5 -
 2 files changed, 189 deletions(-)

diff --git a/kde-plasma/plasma-desktop/plasma-desktop-5.92.0.ebuild b/kde-plasma/plasma-desktop/plasma-desktop-5.92.0.ebuild
deleted file mode 100644
index ae402e7735..0000000000
--- a/kde-plasma/plasma-desktop/plasma-desktop-5.92.0.ebuild
+++ /dev/null
@@ -1,184 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_HANDBOOK="forceoptional"
-ECM_TEST="true"
-KFMIN=5.248.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=6.6.0
-inherit ecm plasma.kde.org optfeature
-
-DESCRIPTION="KDE Plasma desktop"
-XORGHDRS="${PN}-override-include-dirs-3"
-SRC_URI+=" https://dev.gentoo.org/~asturm/distfiles/${XORGHDRS}.tar.xz"
-
-LICENSE="GPL-2" # TODO: CHECK
-SLOT="6"
-KEYWORDS="~amd64"
-IUSE="ibus +kaccounts scim screencast sdl +semantic-desktop X"
-
-RESTRICT="test" # missing selenium-webdriver-at-spi
-
-# kde-frameworks/kwindowsystem[X]: Uses KX11Extras
-COMMON_DEPEND="
-	dev-libs/wayland
-	>=dev-qt/qt5compat-${QTMIN}:6[qml]
-	>=dev-qt/qtbase-${QTMIN}:6[concurrent,dbus,gui,network,sql,widgets,xml]
-	>=dev-qt/qtdeclarative-${QTMIN}:6
-	>=dev-qt/qtsvg-${QTMIN}:6
-	>=dev-qt/qtwayland-${QTMIN}:6
-	>=kde-frameworks/attica-${KFMIN}:6
-	>=kde-frameworks/karchive-${KFMIN}:6
-	>=kde-frameworks/kauth-${KFMIN}:6
-	>=kde-frameworks/kbookmarks-${KFMIN}:6
-	>=kde-frameworks/kcmutils-${KFMIN}:6
-	>=kde-frameworks/kcodecs-${KFMIN}:6
-	>=kde-frameworks/kcompletion-${KFMIN}:6
-	>=kde-frameworks/kconfig-${KFMIN}:6
-	>=kde-frameworks/kconfigwidgets-${KFMIN}:6
-	>=kde-frameworks/kcoreaddons-${KFMIN}:6
-	>=kde-frameworks/kcrash-${KFMIN}:6
-	>=kde-frameworks/kdbusaddons-${KFMIN}:6
-	>=kde-frameworks/kded-${KFMIN}:6
-	>=kde-frameworks/kglobalaccel-${KFMIN}:6
-	>=kde-frameworks/kguiaddons-${KFMIN}:6
-	>=kde-frameworks/ki18n-${KFMIN}:6
-	>=kde-frameworks/kiconthemes-${KFMIN}:6
-	>=kde-frameworks/kio-${KFMIN}:6
-	>=kde-frameworks/kitemmodels-${KFMIN}:6
-	>=kde-frameworks/kitemviews-${KFMIN}:6
-	>=kde-frameworks/kjobwidgets-${KFMIN}:6
-	>=kde-frameworks/knewstuff-${KFMIN}:6
-	>=kde-frameworks/knotifications-${KFMIN}:6
-	>=kde-frameworks/knotifyconfig-${KFMIN}:6
-	>=kde-frameworks/kpackage-${KFMIN}:6
-	>=kde-frameworks/kparts-${KFMIN}:6
-	>=kde-frameworks/krunner-${KFMIN}:6
-	>=kde-frameworks/kservice-${KFMIN}:6
-	>=kde-frameworks/ksvg-${KFMIN}:6
-	>=kde-frameworks/kwidgetsaddons-${KFMIN}:6
-	>=kde-frameworks/kwindowsystem-${KFMIN}:6[X]
-	>=kde-frameworks/kxmlgui-${KFMIN}:6
-	>=kde-frameworks/solid-${KFMIN}:6
-	>=kde-frameworks/sonnet-${KFMIN}:6
-	>=kde-plasma/kwin-${PVCUT}:6
-	>=kde-plasma/libksysguard-${PVCUT}:6
-	>=kde-plasma/libplasma-${PVCUT}:6
-	>=kde-plasma/plasma-activities-${PVCUT}:6
-	>=kde-plasma/plasma-activities-stats-${PVCUT}:6
-	>=kde-plasma/plasma-workspace-${PVCUT}:6[screencast?]
-	>=kde-plasma/plasma5support-${PVCUT}:6
-	media-libs/libcanberra
-	x11-libs/libX11
-	x11-libs/libXi
-	X? (
-		x11-libs/libxcb
-		x11-libs/libXcursor
-		x11-libs/libxkbcommon
-		x11-libs/libxkbfile
-	)
-	ibus? (
-		app-i18n/ibus
-		dev-libs/glib:2
-		x11-libs/xcb-util-keysyms
-	)
-	kaccounts? (
-		kde-apps/kaccounts-integration:6
-		>=net-libs/accounts-qt-1.16_p20220803[qt6]
-	)
-	scim? ( app-i18n/scim )
-	sdl? ( media-libs/libsdl2[joystick] )
-	semantic-desktop? ( >=kde-frameworks/baloo-${KFMIN}:6 )
-"
-DEPEND="${COMMON_DEPEND}
-	>=dev-libs/wayland-protocols-1.25
-	dev-libs/boost
-	x11-base/xorg-proto
-	test? (
-		>=kde-frameworks/qqc2-desktop-style-${KFMIN}:6
-		>=kde-plasma/kactivitymanagerd-${PVCUT}:6
-	)
-"
-RDEPEND="${COMMON_DEPEND}
-	!<kde-plasma/kdeplasma-addons-5.25.50
-	dev-libs/kirigami-addons:6
-	>=dev-qt/qtwayland-${QTMIN}:6
-	>=kde-frameworks/kirigami-${KFMIN}:6
-	>=kde-frameworks/qqc2-desktop-style-${KFMIN}:6
-	>=kde-plasma/kde-cli-tools-${PVCUT}:*
-	>=kde-plasma/oxygen-${PVCUT}:6
-	media-fonts/noto-emoji
-	sys-apps/util-linux
-	x11-apps/setxkbmap
-	x11-misc/xdg-user-dirs
-	kaccounts? ( >=net-libs/signon-oauth2-0.25_p20210102[qt6] )
-	screencast? ( >=kde-plasma/kpipewire-${PVCUT}:6 )
-"
-BDEPEND="
-	dev-util/intltool
-	dev-util/wayland-scanner
-	>=kde-frameworks/kcmutils-${KFMIN}:6
-	virtual/pkgconfig
-"
-
-PATCHES=(
-	"${FILESDIR}/${PN}-5.90.0-override-include-dirs.patch" # downstream patch
-)
-
-src_prepare() {
-	ecm_src_prepare
-
-	if ! use ibus; then
-		sed -e "s/XCB_XCB_FOUND AND XCB_KEYSYMS_FOUND/false/" \
-			-i applets/kimpanel/backend/ibus/CMakeLists.txt || die
-	fi
-
-	# TODO: try to get a build switch upstreamed
-	if ! use scim; then
-		sed -e "s/^pkg_check_modules.*SCIM/#&/" -i CMakeLists.txt || die
-	fi
-}
-
-src_configure() {
-	local mycmakeargs=(
-		-DCMAKE_DISABLE_FIND_PACKAGE_PackageKitQt6=ON # not packaged
-		$(cmake_use_find_package ibus GLIB2)
-		$(cmake_use_find_package kaccounts AccountsQt6)
-		$(cmake_use_find_package kaccounts KAccounts6)
-		$(cmake_use_find_package sdl SDL2)
-		$(cmake_use_find_package semantic-desktop KF6Baloo)
-		-DBUILD_KCM_MOUSE_X11=$(usex X)
-		-DBUILD_KCM_TOUCHPAD_X11=$(usex X)
-	)
-
-	if use X; then
-		mycmakeargs+=(
-			-DEVDEV_INCLUDE_DIRS="${WORKDIR}/${XORGHDRS}"/include
-			-DXORGLIBINPUT_INCLUDE_DIRS="${WORKDIR}/${XORGHDRS}"/include
-			-DXORGSERVER_INCLUDE_DIRS="${WORKDIR}/${XORGHDRS}"/include
-		)
-	fi
-
-	ecm_src_configure
-}
-
-src_test() {
-	# parallel tests fail, foldermodeltest,positionertest hang, bug #646890
-	# test_kio_fonts needs D-Bus, bug #634166
-	# lookandfeel-kcmTest is unreliable for a long time, bug #607918
-	local myctestargs=(
-		-j1
-		-E "(foldermodeltest|positionertest|test_kio_fonts|lookandfeel-kcmTest)"
-	)
-
-	ecm_src_test
-}
-
-pkg_postinst() {
-	if [[ -z "${REPLACING_VERSIONS}" ]]; then
-		optfeature "screen reader support" "app-accessibility/orca"
-	fi
-	ecm_pkg_postinst
-}

diff --git a/profiles/package.mask/kde-plasma-5.92 b/profiles/package.mask/kde-plasma-5.92
deleted file mode 100644
index 410bc51339..0000000000
--- a/profiles/package.mask/kde-plasma-5.92
+++ /dev/null
@@ -1,5 +0,0 @@
-# Andreas Sturmlechner ~asturm@gentoo.org> (2024-01-10)
-# KDE Plasma 5.92.0 mask
-# Pre-release version.
-#
-~kde-plasma/plasma-desktop-5.92.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [gentoo-commits] proj/kde:master commit in: profiles/package.mask/, kde-plasma/plasma-desktop/
@ 2025-01-27 18:03 Andreas Sturmlechner
  0 siblings, 0 replies; 2+ messages in thread
From: Andreas Sturmlechner @ 2025-01-27 18:03 UTC (permalink / raw
  To: gentoo-commits

commit:     3ed234835b6ea663639ca7c8074496b37a1faa31
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 24 20:15:07 2025 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Jan 27 18:01:44 2025 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=3ed23483

kde-plasma/plasma-desktop: add 6.2.91.1, drop 6.2.91-r1

See also:
https://mail.kde.org/pipermail/plasma-devel/2025-January/123617.html

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 .../{plasma-desktop-6.2.91-r1.ebuild => plasma-desktop-6.2.91.1.ebuild} | 0
 profiles/package.mask/kde-plasma-6.2.91                                 | 2 +-
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/plasma-desktop/plasma-desktop-6.2.91-r1.ebuild b/kde-plasma/plasma-desktop/plasma-desktop-6.2.91.1.ebuild
similarity index 100%
rename from kde-plasma/plasma-desktop/plasma-desktop-6.2.91-r1.ebuild
rename to kde-plasma/plasma-desktop/plasma-desktop-6.2.91.1.ebuild

diff --git a/profiles/package.mask/kde-plasma-6.2.91 b/profiles/package.mask/kde-plasma-6.2.91
index fe8d1c7aee..e194f4431d 100644
--- a/profiles/package.mask/kde-plasma-6.2.91
+++ b/profiles/package.mask/kde-plasma-6.2.91
@@ -43,7 +43,7 @@
 ~kde-plasma/plasma-activities-6.2.91
 ~kde-plasma/plasma-activities-stats-6.2.91
 ~kde-plasma/plasma-browser-integration-6.2.91
-~kde-plasma/plasma-desktop-6.2.91
+~kde-plasma/plasma-desktop-6.2.91.1
 ~kde-plasma/plasma-disks-6.2.91
 ~kde-plasma/plasma-firewall-6.2.91
 ~kde-plasma/plasma-integration-6.2.91


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-01-27 18:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-14 22:37 [gentoo-commits] proj/kde:master commit in: profiles/package.mask/, kde-plasma/plasma-desktop/ Andreas Sturmlechner
  -- strict thread matches above, loose matches on Subject: below --
2025-01-27 18:03 Andreas Sturmlechner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox