Search Criteria
Package Details: flashfocus 2.4.1-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/flashfocus.git (read-only, click to copy) |
---|---|
Package Base: | flashfocus |
Description: | Simple focus animations for tiling window managers |
Upstream URL: | https://www.github.com/fennerm/flashfocus |
Keywords: | flash python ricing window-manager windows wm |
Licenses: | MIT |
Submitter: | lmartinez-mirror |
Maintainer: | None |
Last Packager: | bart |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2021-07-13 15:54 (UTC) |
Last Updated: | 2023-10-02 08:25 (UTC) |
Dependencies (17)
- bash (bash-devel-static-gitAUR, bash-devel-gitAUR, busybox-coreutilsAUR, bash-gitAUR)
- python (python37AUR, python311AUR, python310AUR)
- python-click
- python-i3ipc
- python-marshmallow
- python-xcffib
- python-xpybutilAUR
- python-yaml (python-yaml-gitAUR)
- python-build (make)
- python-installer (python-installer-gitAUR) (make)
- python-wheel (make)
- awesome (awesome-luajitAUR, awesome-gitAUR, awesome-luajit-gitAUR) (optional) – compatible window manager
- bspwm (bspwm-gitAUR, bspwm-rounded-corners-gitAUR) (optional) – compatible window manager
- i3-wm (i3-gaps-kde-gitAUR, i3-gitAUR, i3-rounded-border-patch-gitAUR, i3-doublebordersAUR, i3-rounded-border-patchAUR) (optional) – compatible window manager
- picom (picom-simpleanims-gitAUR, picom-simpleanims-next-gitAUR, picom-arian8j2-gitAUR, picom-ft-udevAUR, picom-yaoccc-gitAUR, picom-ftlabs-gitAUR, picom-gitAUR) (optional) – recommended compositor if using X-based window managers
- sway (sway-no-titlebars-gitAUR, sway-inhibit-fullscreen-gitAUR, sway-borders-gitAUR, sway-titlebar-positioning-gitAUR, sway-force-ssd-gitAUR, sway-persistent-workspaces-gitAUR, sway-git-wlroots-gitAUR, sway-im-gitAUR, swayfx-i3-style-fullscreen-gitAUR, sway-imAUR, sway-disable-titlebarAUR, sway-asan-gitAUR, sway-gitAUR, sway-i3-style-fullscreen-gitAUR, swayfx-i3-style-fullscreen-2-gitAUR, swayfx-gitAUR, swayfxAUR, sway-rcAUR) (optional) – compatible window manager
- xmonad (xmonad-gitAUR) (optional) – compatible window manager
Latest Comments
zarakshR commented on 2023-11-11 23:40 (UTC)
I think there is a missing dependency on python-setuptools
boredland commented on 2023-10-09 12:40 (UTC)
What are we doing about the missing dependency to "python-xpybutil"?
maximbaz commented on 2021-07-29 09:52 (UTC)
Hi Luis! I tried to send you an email to the address in PKGBUILD header, but it got rejected with "Recipient not found" error.
I actually tried my suggestion in chroot, and it worked well. I initially noticed this because
pip
andwheel
were used to simply download that dependency, and since I could add the dependency directly in PKGBUILD, the result was equal.Would you be able to try again? :)
lmartinez-mirror commented on 2021-07-29 02:41 (UTC)
Hi, thanks for your input!
Unfortunately I don't think I can replace
python-pip
since it's required for building the package; it fails otherwise.While I would love to have a
check()
function for this package, I don't think it's feasible in this situation either. The tests upstream requiredocker
, and I'm not about to pull a massive dependency like that just for tests.That being said, if you have any patches for a
check()
function that build in a clean chroot, don't hesitate to send them to my email in the PKGBUILD header.maximbaz commented on 2021-07-26 11:54 (UTC)
Hello, please replace
python-pip
andpython-wheel
withpython-pytest-runner
inmakedepends
.If you also want to enable tests, you'd likely need to package
python-pytest-factoryboy
(not available in repos or AUR at the moment) and replacecheckdepends
with('python-pytest-factoryboy' 'python-pytest-lazy-fixture')
.Thanks for creating the package, by the way :)