Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 864587 Details for
Bug 909039
x11-misc/sddm: Version bump to 0.20
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
sddm-0.20.0.ebuild, adapted from version 0.19.0_p20230608
sddm-0.20.0.ebuild (text/plain), 3.09 KB, created by
vltg0903
on 2023-06-24 21:24:07 UTC
(
hide
)
Description:
sddm-0.20.0.ebuild, adapted from version 0.19.0_p20230608
Filename:
MIME Type:
Creator:
vltg0903
Created:
2023-06-24 21:24:07 UTC
Size:
3.09 KB
patch
obsolete
># Copyright 1999-2023 Gentoo Authors ># Distributed under the terms of the GNU General Public License v2 > >EAPI=8 > >KEYWORDS="~amd64" >SRC_URI="https://github.com/${PN}/${PN}/releases/download/v${PV}/${P}.tar.gz" > >QTMIN=5.15.2 >inherit cmake linux-info optfeature systemd tmpfiles > >DESCRIPTION="Simple Desktop Display Manager" >HOMEPAGE="https://github.com/sddm/sddm" > >LICENSE="GPL-2+ MIT CC-BY-3.0 CC-BY-SA-3.0 public-domain" >SLOT="0" >IUSE="+elogind systemd test" > >REQUIRED_USE="^^ ( elogind systemd )" >RESTRICT="!test? ( test )" > >COMMON_DEPEND=" > acct-group/sddm > acct-user/sddm > >=dev-qt/qtcore-${QTMIN}:5 > >=dev-qt/qtdbus-${QTMIN}:5 > >=dev-qt/qtdeclarative-${QTMIN}:5 > >=dev-qt/qtgui-${QTMIN}:5 > >=dev-qt/qtnetwork-${QTMIN}:5 > sys-libs/pam > x11-libs/libXau > x11-libs/libxcb:= > elogind? ( sys-auth/elogind[pam] ) > systemd? ( sys-apps/systemd:=[pam] ) > !systemd? ( sys-power/upower ) >" >DEPEND="${COMMON_DEPEND} > test? ( >=dev-qt/qttest-${QTMIN}:5 ) >" >RDEPEND="${COMMON_DEPEND} > !systemd? ( gui-libs/display-manager-init ) >" >BDEPEND=" > dev-python/docutils > >=dev-qt/linguist-tools-${QTMIN}:5 > kde-frameworks/extra-cmake-modules:5 > virtual/pkgconfig >" > >PATCHES=( ># # Downstream patches >) > >pkg_setup() { > local CONFIG_CHECK="~DRM" > use kernel_linux && linux-info_pkg_setup >} > >src_prepare() { > touch 01gentoo.conf || die > >cat <<-EOF >> 01gentoo.conf >[General] ># Remove qtvirtualkeyboard as InputMethod default >InputMethod= >EOF > > cmake_src_prepare > > if ! use test; then > sed -e "/^find_package/s/ Test//" -i CMakeLists.txt || die > cmake_comment_add_subdirectory test > fi >} > >src_configure() { > local mycmakeargs=( > -DBUILD_MAN_PAGES=ON > -DDBUS_CONFIG_FILENAME="org.freedesktop.sddm.conf" > -DRUNTIME_DIR=/run/sddm > -DSYSTEMD_TMPFILES_DIR="/usr/lib/tmpfiles.d" > -DNO_SYSTEMD=$(usex !systemd) > -DUSE_ELOGIND=$(usex elogind) > ) > cmake_src_configure >} > >src_install() { > cmake_src_install > > insinto /etc/sddm.conf.d/ > doins "${S}"/01gentoo.conf >} > >pkg_postinst() { > tmpfiles_process "${PN}.conf" > > elog "NOTE: If SDDM startup appears to hang then entropy pool is too low." > elog "This can be fixed by configuring one of the following:" > elog " - Enable CONFIG_RANDOM_TRUST_CPU in linux kernel" > elog " - # emerge sys-apps/haveged && rc-update add haveged boot" > elog " - # emerge sys-apps/rng-tools && rc-update add rngd boot" > elog > elog "SDDM example config can be shown with:" > elog " ${EROOT}/usr/bin/sddm --example-config" > elog "Use ${EROOT}/etc/sddm.conf.d/ directory to override specific options." > elog > elog "For more information on how to configure SDDM, please visit the wiki:" > elog " https://wiki.gentoo.org/wiki/SDDM" > if has_version x11-drivers/nvidia-drivers; then > elog > elog " Nvidia GPU owners in particular should pay attention" > elog " to the troubleshooting section." > fi > > optfeature "X11 DisplayServer support" x11-base/xorg-server > optfeature "Weston DisplayServer support (EXPERIMENTAL)" dev-libs/weston > optfeature "KWin DisplayServer support (EXPERIMENTAL)" kde-plasma/kwin > > if has_version x11-base/xorg-server; then > ewarn "SDDM version no longer pulls in x11-base/xorg-server via USE=X." > fi > > systemd_reenable sddm.service >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 909039
: 864587