Hi,
python2-xcffib>=0.1.6 should be changed to 0.1.8, because latest git commit wont work with 0.1.6 version anymore.
Until this is fixed, building qtile is possible by changing the source line in PKGBUILD so it will use an old commit:
source=('git://github.com/qtile/qtile.git#commit=bae4b9e00decd168d43201ab722f79a5be40f6ee')
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 »
IzidorM commented on 2014-10-30 21:52 (UTC)
rpodgorny commented on 2014-10-23 22:18 (UTC)
your connection is clearly fucked up. be sure to scream loudly at your school's admins! ;-)
Chenkar commented on 2014-10-23 21:07 (UTC)
I just attempted the same with qtile-python3-git, and I'm getting the same error. I'm 90% sure it's the network that I'm on.
So I'll run my Arch-USB on a different machine/network, and it should work
Chenkar commented on 2014-10-23 20:53 (UTC)
can i possibly download it manually?
RogerDuran commented on 2014-10-23 20:50 (UTC)
i can download/build the package.. sounds like you have problems downloading from github
Chenkar commented on 2014-10-23 20:47 (UTC)
i can't use pastebin(stupid school network) but here is the error;
==> ERROR Failure while downloading qtile git repo
Aborting...
[]$
RogerDuran commented on 2014-10-23 20:27 (UTC)
which file? could you pastebin the makepkg error?
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.