Install this version:
emerge -a =x11-misc/sddm-silent-theme-1.4.2
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =x11-misc/sddm-silent-theme-1.4.2
Or alternatively:
emerge --autounmask-write -a =x11-misc/sddm-silent-theme-1.4.2
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 1.4.2 | 8 | ~amd64 | 0 |
# Copyright 2025 Benny Powers
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="Customizable SDDM theme with multiple presets"
HOMEPAGE="https://github.com/uiriansan/SilentSDDM"
SRC_URI="https://github.com/uiriansan/SilentSDDM/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"
RDEPEND="
>=x11-misc/sddm-0.21.0
dev-qt/qtsvg:6
dev-qt/qtvirtualkeyboard:6
dev-qt/qtmultimedia:6
"
S="${WORKDIR}/SilentSDDM-${PV}"
src_install() {
insinto /usr/share/sddm/themes/silent
doins -r backgrounds components configs docs fonts icons
doins Main.qml metadata.desktop qmldir
# Install helper scripts
exeinto /usr/share/sddm/themes/silent
doexe change_avatar.sh test.sh
}
pkg_postinst() {
elog "To activate this theme, add the following to /etc/sddm.conf:"
elog ""
elog "[General]"
elog "InputMethod=qtvirtualkeyboard"
elog "GreeterEnvironment=QML2_IMPORT_PATH=/usr/share/sddm/themes/silent/components/,QT_IM_MODULE=qtvirtualkeyboard"
elog ""
elog "[Theme]"
elog "Current=silent"
elog ""
elog "Test the theme before rebooting with: /usr/share/sddm/themes/silent/test.sh"
elog "See https://github.com/uiriansan/SilentSDDM/wiki/Customizing for configuration options."
}
>=x11-misc/sddm-0.21.0 dev-qt/qtsvg:6 dev-qt/qtvirtualkeyboard:6 dev-qt/qtmultimedia:6
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | sddm-silent-theme-1.4.2.tar.gz | 23325513 bytes | https://github.com/uiriansan/SilentSDDM/archive/refs/tags/v1.4.2.tar.gz |