I'm having trouble with installing qtile. I went through the process of installing all the dependancies needed without problem. Then when I ran 'makepkg -s' on qtile-git, it started trying to retrieve a file from github, and never succeded. Is there any instalation guides other than what's on your site?
Search Criteria
Package Details: qtile-git 0.29.0.r55.gfd6b2cd-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/qtile-git.git (read-only, click to copy) |
---|---|
Package Base: | qtile-git |
Description: | A full-featured, pure-Python tiling window manager |
Upstream URL: | https://github.com/qtile/qtile |
Licenses: | MIT |
Conflicts: | qtile |
Provides: | qtile |
Submitter: | Mr.Elendig |
Maintainer: | xiota (elParaguayo) |
Last Packager: | elParaguayo |
Votes: | 69 |
Popularity: | 0.33 |
First Submitted: | 2008-09-23 19:38 (UTC) |
Last Updated: | 2024-12-19 07:07 (UTC) |
Dependencies (55)
- gdk-pixbuf2 (gdk-pixbuf2-gitAUR)
- libnotify (libnotify-gitAUR)
- librsvg (librsvg-gitAUR)
- pango (pango-gitAUR)
- python (python37AUR, python311AUR, python310AUR)
- python-cairocffi
- python-cffi
- python-gobject
- python-xcffib
- wlroots0.17 (wlroots0.17-hidpi-xpropAUR)
- git (git-gitAUR, git-glAUR) (make)
- libpulse (pulseaudio-dummyAUR, libpulse-gitAUR) (make)
- python-build (make)
- python-installer (make)
- python-pywlroots (make)
- python-setuptools-scm (make)
- python-wheel (make)
- graphviz (check)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classicAUR, gtk3-classic-xfceAUR, gtk3-patched-filechooser-icon-viewAUR) (check)
- imagemagick (imagemagick-gitAUR, imagemagick-full-gitAUR, imagemagick-fullAUR) (check)
- Show 35 more dependencies...
Required by (4)
- qtile-extras (requires qtile)
- qtile-extras-git (requires qtile)
- qtile-gnome (requires qtile)
- qtile-plasma-git (requires qtile)
Sources (1)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 11 Next › Last »
Chenkar commented on 2014-10-23 19:34 (UTC)
RogerDuran commented on 2014-10-06 11:55 (UTC)
@eigengrau: yeah, updated
eigengrau commented on 2014-10-06 07:03 (UTC)
The current develop expressly wants python2-xcffib>=0.1.6
eigengrau commented on 2014-10-04 06:01 (UTC)
Working nicely, thanks!
Chenkar commented on 2014-10-03 20:02 (UTC)
Ok thanks for your reply. I'll just use this one.
RogerDuran commented on 2014-10-03 17:00 (UTC)
it's the same as qtile-git, it use the development branch of qtile.. if you want an stable version, you should use https://aur.archlinux.org/packages/qtile/
Chenkar commented on 2014-10-03 14:33 (UTC)
Is this the same as the other? I'd like to use this one cause i only know python3, but i'm afraid that this might not be as stable as the other because of it's very recent submission date.
RogerDuran commented on 2014-10-03 12:10 (UTC)
Done, if you get a conflict installing python2-cairocffi, it's because python-cairocffi-xcffib-git didn't conflict with python-cairocffi..
So you could just pacman -Rd python2-cairocffi-xcffib-git before installing python2-cairocffi or if you want, update python2-cairocffi-xcffib-git before installing qtile-git/python2-cairocffib
RogerDuran commented on 2014-10-03 11:40 (UTC)
yeah, i have to replace python2-cairocffi-xcffib-git with python2-cairocffi, the release of cairocffi merged the xcffi patches, so we don't need or update the git of cairocffi
eigengrau commented on 2014-10-03 06:59 (UTC)
That is with python2-cairocffi-xcffib-git at 160.132098d
Pinned Comments
xiota commented on 2024-09-20 20:36 (UTC) (edited on 2024-09-20 20:49 (UTC) by xiota)
Re: The tests take a very long time to run.
When I adopted this package, checks were disabled. Upon enabling them, I saw a large number of failures. Leaving the checks enabled will prevent problems from going unnoticed.
Users who rebuild frequently may not need to run checks after every build. They may opt for one of the following:
--nocheck
option tomakepkg
to skip the tests.makepkg
to disable checks by default.BUILDENV
array in/etc/makepkg.conf
.--check
option.