summaryrefslogtreecommitdiff
path: root/kde-misc
diff options
context:
space:
mode:
authorAlfred Wingate <parona@protonmail.com>2025-01-16 21:15:44 +0200
committerSam James <sam@gentoo.org>2025-01-18 14:53:47 +0000
commita0ef7f4ec0401eed8dd31ec1b4ce6a153c91a7eb (patch)
tree97cdc3a9e62a6a346db256e6eb80aaa204f31402 /kde-misc
parent5fe9d4a4de2e4f79666fb4a49f52c2c61db932ab (diff)
downloadkde-a0ef7f4ec0401eed8dd31ec1b4ce6a153c91a7eb.tar.gz
kde-a0ef7f4ec0401eed8dd31ec1b4ce6a153c91a7eb.tar.bz2
kde-a0ef7f4ec0401eed8dd31ec1b4ce6a153c91a7eb.zip
*/*: add xdg.eclass in >=KFMIN-6.9 where needed
See-Also: 67b745829deb9b52ba81bc4aa38316026699866d Signed-off-by: Alfred Wingate <parona@protonmail.com> Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'kde-misc')
-rw-r--r--kde-misc/colord-kde/colord-kde-9999.ebuild6
-rw-r--r--kde-misc/itinerary/itinerary-9999.ebuild6
-rw-r--r--kde-misc/kclock/kclock-9999.ebuild4
-rw-r--r--kde-misc/kdeconnect/kdeconnect-9999.ebuild6
-rw-r--r--kde-misc/kweather/kweather-9999.ebuild4
-rw-r--r--kde-misc/skanlite/skanlite-9999.ebuild4
-rw-r--r--kde-misc/zanshin/zanshin-9999.ebuild4
7 files changed, 17 insertions, 17 deletions
diff --git a/kde-misc/colord-kde/colord-kde-9999.ebuild b/kde-misc/colord-kde/colord-kde-9999.ebuild
index 5fa6b7ea096..c8ff8f210e8 100644
--- a/kde-misc/colord-kde/colord-kde-9999.ebuild
+++ b/kde-misc/colord-kde/colord-kde-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -6,7 +6,7 @@ EAPI=8
KDE_ORG_CATEGORY=graphics
KFMIN=6.9.0
QTMIN=6.7.2
-inherit ecm gear.kde.org
+inherit ecm gear.kde.org xdg
DESCRIPTION="Provides interfaces and session daemon to colord"
HOMEPAGE="https://invent.kde.org/graphics/colord-kde"
@@ -50,7 +50,7 @@ src_configure() {
}
pkg_postinst() {
- ecm_pkg_postinst
+ xdg_pkg_postinst
if ! has_version "gnome-extra/gnome-color-manager"; then
elog "You may want to install gnome-extra/gnome-color-manager to add support for"
elog "colorhug calibration devices."
diff --git a/kde-misc/itinerary/itinerary-9999.ebuild b/kde-misc/itinerary/itinerary-9999.ebuild
index 2e034fa2ade..8bb6a1fae0c 100644
--- a/kde-misc/itinerary/itinerary-9999.ebuild
+++ b/kde-misc/itinerary/itinerary-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -8,7 +8,7 @@ KDE_ORG_CATEGORY="pim"
PVCUT=$(ver_cut 1-3)
KFMIN=6.9.0
QTMIN=6.7.2
-inherit ecm gear.kde.org optfeature
+inherit ecm gear.kde.org optfeature xdg
DESCRIPTION="Digital travel assistant with a priority on protecting your privacy"
HOMEPAGE="https://apps.kde.org/itinerary/
@@ -64,5 +64,5 @@ pkg_postinst() {
if [[ -z "${REPLACING_VERSIONS}" ]]; then
optfeature "screen brightness control to aid barcode scanning" "kde-frameworks/solid:6"
fi
- ecm_pkg_postinst
+ xdg_pkg_postinst
}
diff --git a/kde-misc/kclock/kclock-9999.ebuild b/kde-misc/kclock/kclock-9999.ebuild
index cb505369855..a7ccc344646 100644
--- a/kde-misc/kclock/kclock-9999.ebuild
+++ b/kde-misc/kclock/kclock-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -6,7 +6,7 @@ EAPI=8
KDE_ORG_CATEGORY="utilities"
KFMIN=6.9.0
QTMIN=6.7.2
-inherit ecm gear.kde.org
+inherit ecm gear.kde.org xdg
DESCRIPTION="Convergent clock application for Plasma"
HOMEPAGE="https://apps.kde.org/kclock/"
diff --git a/kde-misc/kdeconnect/kdeconnect-9999.ebuild b/kde-misc/kdeconnect/kdeconnect-9999.ebuild
index ed86a64308c..6a9d3d0866a 100644
--- a/kde-misc/kdeconnect/kdeconnect-9999.ebuild
+++ b/kde-misc/kdeconnect/kdeconnect-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -9,7 +9,7 @@ KDE_ORG_NAME="${PN}-kde"
KDE_SELINUX_MODULE="${PN}"
KFMIN=6.9.0
QTMIN=6.7.2
-inherit ecm flag-o-matic gear.kde.org
+inherit ecm flag-o-matic gear.kde.org xdg
DESCRIPTION="Adds communication between KDE Plasma and your smartphone"
HOMEPAGE="https://kdeconnect.kde.org/ https://apps.kde.org/kdeconnect/"
@@ -99,7 +99,7 @@ src_configure() {
}
pkg_postinst() {
- ecm_pkg_postinst
+ xdg_pkg_postinst
elog "The Android .apk file is available via"
elog "https://play.google.com/store/apps/details?id=org.kde.kdeconnect_tp"
diff --git a/kde-misc/kweather/kweather-9999.ebuild b/kde-misc/kweather/kweather-9999.ebuild
index ccbf749273e..e63c47f6ec8 100644
--- a/kde-misc/kweather/kweather-9999.ebuild
+++ b/kde-misc/kweather/kweather-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -7,7 +7,7 @@ KDE_ORG_CATEGORY="utilities"
ECM_TEST="false"
KFMIN=6.9.0
QTMIN=6.7.2
-inherit ecm gear.kde.org
+inherit ecm gear.kde.org xdg
DESCRIPTION="Weather forecast application for Plasma with flat and dynamic/animated views"
HOMEPAGE="https://apps.kde.org/kweather/"
diff --git a/kde-misc/skanlite/skanlite-9999.ebuild b/kde-misc/skanlite/skanlite-9999.ebuild
index c75e4d5c356..c3222b28947 100644
--- a/kde-misc/skanlite/skanlite-9999.ebuild
+++ b/kde-misc/skanlite/skanlite-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -9,7 +9,7 @@ KDE_ORG_CATEGORY="graphics"
PVCUT=$(ver_cut 1-3)
KFMIN=6.9.0
QTMIN=6.7.2
-inherit ecm gear.kde.org
+inherit ecm gear.kde.org xdg
DESCRIPTION="Simple image scanning application based on libksane and KDE Frameworks"
HOMEPAGE="https://apps.kde.org/skanlite/"
diff --git a/kde-misc/zanshin/zanshin-9999.ebuild b/kde-misc/zanshin/zanshin-9999.ebuild
index 41738c39711..2b6c6aca3a3 100644
--- a/kde-misc/zanshin/zanshin-9999.ebuild
+++ b/kde-misc/zanshin/zanshin-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -8,7 +8,7 @@ KDE_ORG_CATEGORY="pim"
PVCUT=$(ver_cut 1-3)
KFMIN=6.9.0
QTMIN=6.7.2
-inherit ecm gear.kde.org
+inherit ecm gear.kde.org xdg
DESCRIPTION="Getting things done application by KDE"
HOMEPAGE="https://zanshin.kde.org/ https://apps.kde.org/zanshin/