@the_isz added pygtk as dependency
@Chris2048 pygobject it's a pygtk dependency
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.37 |
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)
- lm_sensors (lm_sensors-gitAUR) (check)
- procps-ng (procps-ng-gitAUR, busybox-coreutilsAUR) (check)
- python-bowler (check)
- python-dbus-fast (check)
- python-gobject (check)
- python-isort (check)
- python-libcst (check)
- python-pytest (check)
- python-xdg (python-pyxdg) (check)
- xorg-server-xephyr (xorg-server-xephyr-gitAUR) (check)
- xorg-server-xvfb (xorg-server-xvfb-gitAUR) (check)
- xorg-xrandr (xorg-xrandr-gitAUR) (check)
- xorg-xwayland (xorg-xwayland-gitAUR, xorg-xwayland-hidpi-xpropAUR, xorg-xwayland-bug865-issue1578AUR) (check)
- alsa-utils (alsa-utils-gitAUR) (optional) – for volume widget
- canto-daemon (canto-next-gitAUR) (optional) – for canto widget
- cmus (cmus-gitAUR) (optional) – for cmus widget
- jupyter_console (jupyter-console) (optional) – for interaction with qtile via Jupyter
- khal (khal-gitAUR) (optional) – for khal_calendar widget
- libinput (libinput-multiplierAUR, libinput-three-finger-dragAUR, libinput-noaccumAUR) (optional) – for Wayland backend
- libpulse (pulseaudio-dummyAUR, libpulse-gitAUR) (optional) – for pulse_volume and pulseaudio_ffi widget
- lm_sensors (lm_sensors-gitAUR) (optional) – for sensors widget
- moc (moc-unstableAUR, moc-lyrics-gitAUR, moc-pulse-svnAUR, moc-pulseAUR) (optional) – for moc widget
- python-bowler (optional) – for migrating configuration files
- python-dbus-fast (optional) – for utils, notifications and several widgets
- python-iwlib (optional) – for wlan widget
- python-keyring (optional) – for imapwidget widget
- python-libcst (optional) – for migrations
- python-mpd2 (python-mpd2-gitAUR) (optional) – mpd2widget widget
- python-psutil (optional) – graph, net and memory widget
- python-pywayland (optional) – for Wayland backend
- python-pywlroots (optional) – for Wayland backend
- python-setproctitle (optional) – change process name to qtile
- python-xdg (python-pyxdg) (optional) – launchbar widget
- python-xkbcommon (optional) – for Wayland backend
- xorg-xwayland (xorg-xwayland-gitAUR, xorg-xwayland-hidpi-xpropAUR, xorg-xwayland-bug865-issue1578AUR) (optional) – for XWayland support
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 .. 5 6 7 8 9 10 11 Next › Last »
RogerDuran commented on 2011-07-09 23:49 (UTC)
<deleted-account> commented on 2011-06-28 17:26 (UTC)
'pygobject' also seems to be a dependency.
the_isz commented on 2011-06-15 17:57 (UTC)
Confirming mikezackles finding: qtile won't run without pygtk being installed.
Stacktrace:
Traceback (most recent call last):
File "/usr/bin/qtile", line 72, in <module>
main()
File "/usr/bin/qtile", line 58, in main
c = confreader.File(options.configfile)
File "/usr/lib/python2.7/site-packages/libqtile/confreader.py", line 57, in __init__
raise ConfigError(str(v))
libqtile.confreader.ConfigError: No module named pangocairo
mikezackles commented on 2011-04-28 14:22 (UTC)
I wasn't able to run this without pygtk. Should it be added to the dependencies?
RogerDuran commented on 2011-03-13 02:31 (UTC)
added config examples in /usr/share
dequis commented on 2010-10-19 03:57 (UTC)
This now depends on cairo-xcb, the same dependency as awesome, which works and passes all unit tests. The main difference is that the git clone is a 100mb download, while the release is just 23mb.
pycairo-git and xpyb-git are still required since there have been important updates recently in these bindings.
whoami commented on 2010-09-27 23:40 (UTC)
Maybe include examples/config/cortesi-config.py ?
whoami commented on 2010-09-27 23:17 (UTC)
libxcb-git?
http://qtile.org/doc-current/index.html
<deleted-account> commented on 2010-09-18 20:21 (UTC)
can I take over this package because you're not keeping it up to date?
<deleted-account> commented on 2010-08-25 11:40 (UTC)
Need to update PKGBUILD, cause new qtile v 0.4 needs last versions of cairo, pycairo, xpyb and libxcb.
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.