diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2023-11-12 23:33:20 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2023-11-13 00:15:39 +0100 |
commit | d92e107665c533518d8c16cbde43e30f57f19c15 (patch) | |
tree | 9b4e702688f8010a18873d20eb96873a63ca8863 | |
parent | sys-devel/gcc: add 14.0.0_pre20231112 (diff) | |
download | gentoo-d92e107665c533518d8c16cbde43e30f57f19c15.tar.gz gentoo-d92e107665c533518d8c16cbde43e30f57f19c15.tar.bz2 gentoo-d92e107665c533518d8c16cbde43e30f57f19c15.zip |
kde-misc/wacomtablet: pkgmove to kde-plasma/wacomtablet
See also:
https://mail.kde.org/pipermail/plasma-devel/2023-October/123205.html
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r-- | kde-plasma/wacomtablet/Manifest (renamed from kde-misc/wacomtablet/Manifest) | 0 | ||||
-rw-r--r-- | kde-plasma/wacomtablet/files/wacomtablet-3.2.0-fix-incorrect-xsetwacom-call.patch (renamed from kde-misc/wacomtablet/files/wacomtablet-3.2.0-fix-incorrect-xsetwacom-call.patch) | 0 | ||||
-rw-r--r-- | kde-plasma/wacomtablet/files/wacomtablet-3.2.0-port-to-QRegularExpression.patch (renamed from kde-misc/wacomtablet/files/wacomtablet-3.2.0-port-to-QRegularExpression.patch) | 0 | ||||
-rw-r--r-- | kde-plasma/wacomtablet/metadata.xml (renamed from kde-misc/wacomtablet/metadata.xml) | 1 | ||||
-rw-r--r-- | kde-plasma/wacomtablet/wacomtablet-3.2.0-r3.ebuild (renamed from kde-misc/wacomtablet/wacomtablet-3.2.0-r3.ebuild) | 7 | ||||
-rw-r--r-- | profiles/updates/4Q-2023 | 1 |
6 files changed, 5 insertions, 4 deletions
diff --git a/kde-misc/wacomtablet/Manifest b/kde-plasma/wacomtablet/Manifest index b1170c608238..b1170c608238 100644 --- a/kde-misc/wacomtablet/Manifest +++ b/kde-plasma/wacomtablet/Manifest diff --git a/kde-misc/wacomtablet/files/wacomtablet-3.2.0-fix-incorrect-xsetwacom-call.patch b/kde-plasma/wacomtablet/files/wacomtablet-3.2.0-fix-incorrect-xsetwacom-call.patch index 9434b0082569..9434b0082569 100644 --- a/kde-misc/wacomtablet/files/wacomtablet-3.2.0-fix-incorrect-xsetwacom-call.patch +++ b/kde-plasma/wacomtablet/files/wacomtablet-3.2.0-fix-incorrect-xsetwacom-call.patch diff --git a/kde-misc/wacomtablet/files/wacomtablet-3.2.0-port-to-QRegularExpression.patch b/kde-plasma/wacomtablet/files/wacomtablet-3.2.0-port-to-QRegularExpression.patch index e86f97cfaef4..e86f97cfaef4 100644 --- a/kde-misc/wacomtablet/files/wacomtablet-3.2.0-port-to-QRegularExpression.patch +++ b/kde-plasma/wacomtablet/files/wacomtablet-3.2.0-port-to-QRegularExpression.patch diff --git a/kde-misc/wacomtablet/metadata.xml b/kde-plasma/wacomtablet/metadata.xml index d925f2439758..ee58c0107562 100644 --- a/kde-misc/wacomtablet/metadata.xml +++ b/kde-plasma/wacomtablet/metadata.xml @@ -7,5 +7,6 @@ </maintainer> <upstream> <bugs-to>https://bugs.kde.org/</bugs-to> + <remote-id type="kde-invent">plasma/wacomtablet</remote-id> </upstream> </pkgmetadata> diff --git a/kde-misc/wacomtablet/wacomtablet-3.2.0-r3.ebuild b/kde-plasma/wacomtablet/wacomtablet-3.2.0-r3.ebuild index 61cad0cb4037..9459ddacd803 100644 --- a/kde-misc/wacomtablet/wacomtablet-3.2.0-r3.ebuild +++ b/kde-plasma/wacomtablet/wacomtablet-3.2.0-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -9,9 +9,8 @@ QTMIN=5.15.2 VIRTUALX_REQUIRED="test" inherit ecm kde.org -DESCRIPTION="System settings module for Wacom tablets" -HOMEPAGE="https://apps.kde.org/wacomtablet/ -https://userbase.kde.org/Wacomtablet" +DESCRIPTION="Wacom system settings module that supports different button/pen layout profiles" +HOMEPAGE="https://userbase.kde.org/Wacomtablet" SRC_URI="mirror://kde/stable/${PN}/${PV}/${P}.tar.xz https://dev.gentoo.org/~asturm/distfiles/${P}-patchset-1.tar.xz" diff --git a/profiles/updates/4Q-2023 b/profiles/updates/4Q-2023 index 7e8c67a0577d..f781e7d50037 100644 --- a/profiles/updates/4Q-2023 +++ b/profiles/updates/4Q-2023 @@ -19,3 +19,4 @@ move dev-python/pyre2 dev-python/fb-re2 move dev-python/python-sshpubkeys dev-python/sshpubkeys move sys-kernel/installkernel-systemd-boot sys-kernel/installkernel-systemd move app-office/kalendar app-office/merkuro +move kde-misc/wacomtablet kde-plasma/wacomtablet |