Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 747933 Details for
Bug 809251
x11-wm/qtile bump to 0.18.0 with wayland support
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
qtile live ebuild
qtile-9999.ebuild (text/plain), 1.70 KB, created by
CarDGee
on 2021-11-01 19:32:17 UTC
(
hide
)
Description:
qtile live ebuild
Filename:
MIME Type:
Creator:
CarDGee
Created:
2021-11-01 19:32:17 UTC
Size:
1.70 KB
patch
obsolete
># Copyright 1999-2020 Gentoo Authors ># Distributed under the terms of the GNU General Public License v2 > >EAPI=7 >DISTUTILS_USE_SETUPTOOLS=rdepend >PYTHON_COMPAT=( python3_{8..10} ) > >inherit distutils-r1 virtualx > >if [[ ${PV} == 9999* ]] ; then > EGIT_REPO_URI="https://github.com/qtile/qtile.git" > inherit git-r3 >else > SRC_URI="https://github.com/qtile/qtile/archive/v${PV}.tar.gz -> ${P}.tar.gz" > KEYWORDS="~amd64 ~x86" >fi > >DESCRIPTION="A full-featured, hackable tiling window manager written in Python" >HOMEPAGE="http://qtile.org/" > >LICENSE="MIT" >SLOT="0" >IUSE="test +wayland" ># docs require sphinxcontrib-blockdiag and sphinxcontrib-seqdiag > >RDEPEND=" > x11-libs/cairo[X,xcb(+)] > x11-libs/pango > dev-python/setuptools[${PYTHON_USEDEP}] > dev-python/setuptools_scm[${PYTHON_USEDEP}] > >=dev-python/cairocffi-0.9.0[${PYTHON_USEDEP}] > >=dev-python/cffi-1.1.0:=[${PYTHON_USEDEP}] > >=dev-python/xcffib-0.8.1:=[${PYTHON_USEDEP}] > wayland? ( > dev-python/pywlroots[${PYTHON_USEDEP}] > ) >" >DEPEND="${RDEPEND} > test? ( > dev-python/pytest[${PYTHON_USEDEP}] > dev-python/pytest-cov[${PYTHON_USEDEP}] > x11-base/xorg-server[kdrive,xvfb,xephyr] > x11-apps/xeyes > x11-apps/xcalc > x11-apps/xclock > x11-terms/xterm > ) >" > ># display retry backoff slowness and failures >RESTRICT="test" > >python_test() { > # force usage of built module > rm -rf "${S}"/libqtile || die > PYTHONPATH="${BUILD_DIR}/lib" py.test -v "${S}"/test || die "tests failed under ${EPYTHON}" >} > >python_install_all() { > local DOCS=( CHANGELOG README.rst ) > distutils-r1_python_install_all > > insinto /usr/share/xsessions > doins resources/qtile.desktop > > insinto /usr/share/wayland-sessions > doins "${FILESDIR}"/qtile.desktop > > exeinto /etc/X11/Sessions > newexe "${FILESDIR}"/${PN}-session ${PN} >}
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 809251
: 747933