x11-misc/silent-sddm-theme: update LICENSE, depend on media-fonts/redhat

Signed-off-by: Emi <reedy.sailors.8t@icloud.com>
This commit is contained in:
Emi
2026-05-22 12:23:52 +02:00
parent 05163414f1
commit befaf5eb17
2 changed files with 4 additions and 10 deletions

View File

@@ -15,30 +15,27 @@ else
S="${WORKDIR}/SilentSDDM-${PV}"
fi
LICENSE="GPL-3 OFL-1.1"
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
"
src_install() {
insinto /usr/share/fonts
doins -r fonts/redhat-vf fonts/redhat
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 ""
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"
}

View File

@@ -15,30 +15,27 @@ else
S="${WORKDIR}/SilentSDDM-${PV}"
fi
LICENSE="GPL-3 OFL-1.1"
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
"
src_install() {
insinto /usr/share/fonts
doins -r fonts/redhat-vf fonts/redhat
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 ""
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"
}