Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 368414 Details for
Bug 498828
x11-misc/sddm patches
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
sddm-9999.ebuild v2
sddm-9999.ebuild (text/plain), 1.45 KB, created by
Gino McCarty
on 2014-01-22 02:03:35 UTC
(
hide
)
Description:
sddm-9999.ebuild v2
Filename:
MIME Type:
Creator:
Gino McCarty
Created:
2014-01-22 02:03:35 UTC
Size:
1.45 KB
patch
obsolete
># Copyright 1999-2013 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >EAPI=5 >inherit cmake-utils toolchain-funcs > >DESCRIPTION="Simple Desktop Display Manager" >HOMEPAGE="https://github.com/sddm/sddm" > >if [[ ${PV} = *9999* ]]; then > inherit git-2 > EGIT_REPO_URI="git://github.com/sddm/sddm.git" > KEYWORDS="" >else > SRC_URI="http://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" > KEYWORDS="~amd64 ~x86" >fi > >LICENSE="GPL-2+ MIT CC-BY-3.0 public-domain" >SLOT="0" >IUSE="+qt4 qt5 upower" >REQUIRED_USE="^^ ( qt4 qt5 )" > >RDEPEND="sys-auth/pambase > upower? ( sys-power/upower ) > x11-libs/libxcb[xkb] > qt4? ( dev-qt/qtdeclarative:4 ) > qt5? ( dev-qt/qtdeclarative:5 > dev-qt/qtdbus:5 )" >DEPEND="${RDEPEND} > >=sys-devel/gcc-4.7.0" > >pkg_pretend() { > [[ $(gcc-version) < 4.7 ]] && \ > die 'The active compiler needs to be gcc 4.7 (or newer)' >} > >src_prepare() { > # respect our cflags > sed -e 's|-Wall -march=native||' \ > -e 's|-O2||' \ > -i CMakeLists.txt || die 'sed failed' > # use our location > sed -e 's|AuthDir=/var/run/xauth|AuthDir=/run/sddm|' \ > -i data/sddm.conf.in > # Replace XSession file with lxdm version >} > >src_configure() { > local mycmakeargs=( $(cmake-utils_use_use qt5 QT5) ) > cmake-utils_src_configure >} > >pkg_postinst() { > # Repair xdm.init for sddm > if ! grep -q sddm /etc/init.d/xdm; then > patch /etc/init.d/xdm < ${PATCHDIR}/xdm-sddm.patch > fi > > cp -a "${FILESDIR}"/Xsession /usr/share/apps/sddm/scripts >} >
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 498828
:
368374
|
368376
|
368378
|
368414
|
368492
|
368494
|
368496
|
370252
|
376848