x11-misc/silent-sddm-theme: add 1.5.0, update 9999

Signed-off-by: Emi <reedy.sailors.8t@icloud.com>
This commit is contained in:
Emi
2026-06-14 10:32:19 +02:00
parent bab97e291f
commit 76639d7ae6
3 changed files with 44 additions and 0 deletions

View File

@@ -1 +1,2 @@
DIST silent-sddm-theme-1.4.2.tar.gz 23325513 BLAKE2B e504bc468ddb3ae0066d82cfd7998118124134d0d233eb4df0f1f25198df12fb3c6969093992fda5c2d80f2e537ccb761e2a4aa4530d7c4e6f6daeb19b19ad47 SHA512 1e21fd0d0dbc1e04fdd35bdee6b66937ae798a1467d135b112ba1ab73c0e009d3a930c42ff081dcf74973fbd7efb9628de60a294429bb1c4279564081df9969a
DIST silent-sddm-theme-1.5.0.tar.gz 23327518 BLAKE2B 7bc479ccc2f8a5381a37cdc725cf8c5e22de237138b6ff28626142b8b84b0cb90439f301c0e2fff6855f4436b334467aec6d7db482fe9ac5385fc4052f294436 SHA512 0cc25964d15c8c6735bb0462b865f77a584e8a2897b7096e1aa0e9cf3a574b1ba7b413bbe977aa11124a867628bfdd7c3a40e79e4dbdafa8c7abadbd07bbf74a

View File

@@ -0,0 +1,42 @@
# Copyright 2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="Highly customizable SDDM theme"
HOMEPAGE="https://github.com/uiriansan/SilentSDDM"
if [[ ${PV} == 9999 ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/uiriansan/SilentSDDM.git"
else
SRC_URI="https://github.com/uiriansan/SilentSDDM/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64"
S="${WORKDIR}/SilentSDDM-${PV}"
fi
LICENSE="GPL-3"
SLOT="0"
RDEPEND="
x11-misc/sddm
media-fonts/redhat[otf,variable,redhatmono,redhatdisplay,redhattext]
>=dev-qt/qtsvg-6.10.1
>=dev-qt/qtvirtualkeyboard-6.10.1
>=dev-qt/qtmultimedia-6.10.1-r1
>=dev-qt/qtimageformats-6.10.3
"
src_install() {
insinto /usr/share/sddm/themes/silent
doins -r Main.qml metadata.desktop qmldir icons configs components backgrounds
}
pkg_postinst() {
elog "To enable this theme, add the following to /etc/sddm.conf and restart sddm"
elog "[General]"
elog "InputMethod=qtvirtualkeyboard"
elog "GreeterEnvironment=QML2_IMPORT_PATH=/usr/share/sddm/themes/silent/components/,QT_IM_MODULE=qtvirtualkeyboard"]
elog "[Theme]"
elog "Current=silent"
}

View File

@@ -24,6 +24,7 @@ RDEPEND="
>=dev-qt/qtsvg-6.10.1
>=dev-qt/qtvirtualkeyboard-6.10.1
>=dev-qt/qtmultimedia-6.10.1-r1
>=dev-qt/qtimageformats-6.10.3
"
src_install() {