aboutsummaryrefslogtreecommitdiff
path: root/x11-wm/qtile
Commit message (Collapse)AuthorAgeFilesLines
* update x11-wm/qtile to 0.14.2Eric Turgeon2019-12-253-5/+5
| | | | Notes: svn path=/head/; revision=520877
* x11*: Add missing USES={gl,gnome,mate}Tobias Kortkamp2019-11-081-1/+1
| | | | Notes: svn path=/head/; revision=517047
* bump cairocffi to 0.9 in x11-wm/qtile Makefile and remove brokenEric Turgeon2019-05-311-3/+1
| | | | | | | Approved by: mentor (implicit) Notes: svn path=/head/; revision=503170
* Mark BROKEN: tries to download during configure phaseMathieu Arnold2019-04-241-0/+2
| | | | | | | | | | | | ===> Configuring for qtile-0.13.0 Download error on https://pypi.org/simple/cairocffi/: [Errno 65] No route to host -- Some packages may not be found! Download error on https://pypi.org/simple/: [Errno 65] No route to host -- Some packages may not be found! No local packages or working download links found for cairocffi>=0.9[xcb] Reported by: pkg-fallout Notes: svn path=/head/; revision=499852
* remove broken states of x11-wm/qtileEric Turgeon2019-04-241-2/+0
| | | | | | | Approved by: mentors (implicit) Notes: svn path=/head/; revision=499837
* adding plist file with missing _ffi_xcursors.py and _ffi_pango.py to ↵Eric Turgeon2019-02-041-0/+2
| | | | | | | | | x11-wm/qtile Approved by: mentors (implicit) Notes: svn path=/head/; revision=492133
* Mark BROKEN: tries to download during configure phaseAntoine Brodin2019-02-031-0/+2
| | | | | | | | | | | | ===> Configuring for qtile-0.13.0 Download error on https://pypi.org/simple/cairocffi/: [Errno 65] No route to host -- Some packages may not be found! Download error on https://pypi.org/simple/: [Errno 65] No route to host -- Some packages may not be found! No local packages or working download links found for cairocffi>=0.9[xcb] Reported by: pkg-fallout Notes: svn path=/head/; revision=492068
* update x11-wm/qtile to 0.13.0Eric Turgeon2019-02-012-4/+4
| | | | Notes: svn path=/head/; revision=491890
* Allow building with different versions of python3Antoine Brodin2018-12-081-2/+2
| | | | Notes: svn path=/head/; revision=486927
* updating x11-wm/qtile to 0.12.0 and ericbsd is taking the maintanershipEric Turgeon2018-11-302-14/+17
| | | | | | | Approved by: mentors (implicit) Notes: svn path=/head/; revision=486304
* Deprecate ports broken for more than 6 monthsAntoine Brodin2018-11-181-1/+1
| | | | Notes: svn path=/head/; revision=485242
* Mark x11-wm/qtile as deprecated tooTobias Kortkamp2018-10-121-2/+4
| | | | | | | | | It has been non-functional for over a year. PR: 222363 Notes: svn path=/head/; revision=481891
* Explicitly mark x11-wm/qtile as brokenTobias Kortkamp2018-10-121-1/+3
| | | | | | | | | | | | | | | It's already being skipped now since x11/xpyb was marked as broken in ports r471180, but qtile previously died with an xcb.Exception, so mark it as broken anyway by request of Michael. While here also reset maintainer due to the long timeout. PR: 222363 Submitted by: Michael Reim <kraileth@elderlinux.org> Approved by: wg (maintainer timeout, 1 year) Notes: svn path=/head/; revision=481889
* Use PY_FLAVOR for dependencies.Mathieu Arnold2018-06-201-2/+2
| | | | | | | | | | FLAVOR is the current port's flavor, it should not be used outside of this scope. Sponsored by: Absolight Notes: svn path=/head/; revision=472884
* Convert Python ports to FLAVORS.Mathieu Arnold2017-11-301-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ports using USE_PYTHON=distutils are now flavored. They will automatically get flavors (py27, py34, py35, py36) depending on what versions they support. There is also a USE_PYTHON=flavors for ports that do not use distutils but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if using distutils but flavors are not wanted. A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been added to cope with Python ports that did not have the Python PKGNAMEPREFIX but are flavored. USES=python now also exports a PY_FLAVOR variable that contains the current python flavor. It can be used in dependency lines when the port itself is not python flavored. For example, deskutils/calibre. By default, all the flavors are generated. To only generate flavors for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf. In all the ports with Python dependencies, the *_DEPENDS entries MUST end with the flavor so that the framework knows which to build/use. This is done by appending '@${PY_FLAVOR}' after the origin (or @${FLAVOR} if in a Python module with Python flavors, as the content will be the same). For example: RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} PR: 223071 Reviewed by: portmgr, python Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D12464 Notes: svn path=/head/; revision=455210
* Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.Mathieu Arnold2016-04-011-2/+2
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412351
* - Add LICENSE_FILEDmitry Marakasov2015-09-041-5/+3
| | | | | | | | | | - Add NO_ARCH - Switch to options helpers Approved by: portmgr blanket Notes: svn path=/head/; revision=396142
* Update ports in the remaining categories to not use GH_COMMIT.Mathieu Arnold2015-05-072-4/+3
| | | | | | | | | | With minor cleanups to make things simpler. With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=385665
* - Convert ports from korean/, shells/, x11/, x11-clocks/, x11-fm/,Marcus von Appen2014-10-191-3/+2
| | | | | | | | | x11-fonts/, x11-toolkits and x11-wm to new USES=python Approved by: portmgr (implicit) Notes: svn path=/head/; revision=371203
* Remove trailing whitespaces from category x11-wmEmanuel Haupt2014-02-211-1/+1
| | | | Notes: svn path=/head/; revision=345443
* According to the Porter's Handbook (5.12.2.3.) default options must be added toEmanuel Haupt2014-02-101-0/+2
| | | | | | | | | | | | | | OPTIONS_DEFINE. This policy has been implemented only recently that's why we have many ports violating this policy. This patch adds the default options specified in the Porter's Handbook to OPTIONS_DEFINE where they are being used. Ports maintained by gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded. Approved by: portmgr (bapt) Notes: svn path=/head/; revision=343634
* x11-wm/qtile: allow staging and minor fixesWilliam Grzybowski2013-12-262-226/+6
| | | | | | | | | | | - Allow staging - Switch from easy_install to install - Install docs unconditionally (stage will handle it) - Unmute docs install command - Do not install LICENSE Notes: svn path=/head/; revision=337537
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-211-0/+1
| | | | | | | x11-wm) Notes: svn path=/head/; revision=327786
* - Update to 0.6William Grzybowski2013-05-183-10/+31
| | | | | | | | | | | | | - USE_GNOME for pygobject and pygtk2 [1] - Remove leading article from COMMENT Changes: https://github.com/qtile/qtile/blob/8b133d46/CHANGELOG Submitted by: rm (via email) [1] Approved by: culot (mentor) Notes: svn path=/head/; revision=318428
* - Change MAINTAINER address of all my portsWilliam Grzybowski2013-05-151-1/+1
| | | | | | | Approved by: culot (mentor) Notes: svn path=/head/; revision=318257
* Fix RUN_DEPENDSWilliam Grzybowski2013-04-061-1/+3
| | | | | | | | | PR: ports/177516 Submitted by: Green Dog <fiziologus@gmail.com> Approved by: portmgr (tabthorpe), mentor (jpaetzel), maintainer (wg) Notes: svn path=/head/; revision=315741
* Qtile is simple, small, and extensible. It's easy to write your own layouts,Felippe de Meirelles Motta2013-03-294-0/+244
widgets, and built-in commands. Qtile is written and configured entirely in Python, which means you can leverage the full power and flexibility of the language to make it fit your needs. WWW: http://qtile.org PR: ports/177448 Submitted by: William Grzybowski <william88@gmail.com> Notes: svn path=/head/; revision=315511