Search Criteria
Package Details: qtile-plasma-git v1.5.5.r1.g4b57f31-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/qtile-plasma-git.git (read-only, click to copy) |
---|---|
Package Base: | qtile-plasma-git |
Description: | A flexible, tree-based layout for Qtile |
Upstream URL: | https://github.com/numirias/qtile-plasma |
Licenses: | MIT |
Submitter: | hnron |
Maintainer: | matthewq337 |
Last Packager: | matthewq337 |
Votes: | 1 |
Popularity: | 0.029584 |
First Submitted: | 2018-09-22 18:54 (UTC) |
Last Updated: | 2024-07-05 00:16 (UTC) |
Dependencies (3)
- qtile (qtile-wayland-gitAUR, qtile-gitAUR)
- git (git-gitAUR, git-glAUR) (make)
- python-setuptools (make)
Latest Comments
dvzrv commented on 2021-07-30 08:33 (UTC)
@hnron: Thanks for looking into the depends/makedepends.
However, in
package()
this PKGBUILD still builds the package before installing it (this should happen inbuild()
).The
echo
calls inpackage()
are executed during the "creation of the package", not during its installation. For this you will want to look into install scripts or better yet just add this type of information to the wiki article about qtile (if you have never done an edit on the wiki, please make sure to read the guidelines beforehand) :)hnron commented on 2021-07-30 05:00 (UTC)
@dvzrv Thank you. I fixed it.
dvzrv commented on 2021-07-19 11:46 (UTC)
Please remove python and python-setuptools from depends (qtile pulls in python and python-setuptools is not a runtime requirement).
Please review the Python package guidelines (specifically https://wiki.archlinux.org/title/Python_package_guidelines#distutils) and setup
build()
andinstall()
accordingly.