@yamai understood. thanks.
Search Criteria
Package Details: swayrst-git 1.1-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/swayrst-git.git (read-only, click to copy) |
---|---|
Package Base: | swayrst-git |
Description: | Restore workspaces in sway to displays and move applications to saved workspaces |
Upstream URL: | https://github.com/Nama/swayrst |
Keywords: | sway workspaces |
Licenses: | MIT |
Conflicts: | swayrst |
Provides: | swayrst |
Replaces: | swayrst |
Submitter: | yamai |
Maintainer: | yamai |
Last Packager: | yamai |
Votes: | 1 |
Popularity: | 0.001454 |
First Submitted: | 2023-11-06 23:12 (UTC) |
Last Updated: | 2023-11-06 23:26 (UTC) |
Dependencies (6)
- i3ipc-python-gitAUR
- python-sh
- git (git-gitAUR, git-glAUR) (make)
- python-build (make)
- python-installer (python-installer-gitAUR) (make)
- python-wheel (make)
Required by (0)
Sources (1)
Latest Comments
tkna commented on 2023-12-24 13:13 (UTC)
yamai commented on 2023-12-24 13:00 (UTC)
I'd really like to depend on python-i3ipc
, but can't. We need the latest commits, cause some sway fixes aren't in the latest release from 2020.
Can only change it after one of those issues are resolved:
https://github.com/nfnty/pkgbuilds/issues/68
https://github.com/altdesktop/i3ipc-python/issues/194
The problem is, that the dependency conflicts, which is very annoying.
A workaround for this is to remove python-i3ipc
without dependency checking and installing i3ipc-python-git
.
While installing new packages depending on python-i3ipc
we need to install without dependencies and install them after (or before), with --asdeps
.
tkna commented on 2023-12-24 09:57 (UTC)
Is it possible to make the dependency on the official package python-i3ipc https://archlinux.org/packages/extra/any/python-i3ipc/ instead of i3ipc-python-git ? Both upstreams should be the same below.
Pinned Comments
yamai commented on 2023-12-24 13:00 (UTC)
I'd really like to depend on
python-i3ipc
, but can't. We need the latest commits, cause some sway fixes aren't in the latest release from 2020. Can only change it after one of those issues are resolved: https://github.com/nfnty/pkgbuilds/issues/68 https://github.com/altdesktop/i3ipc-python/issues/194The problem is, that the dependency conflicts, which is very annoying. A workaround for this is to remove
python-i3ipc
without dependency checking and installingi3ipc-python-git
. While installing new packages depending onpython-i3ipc
we need to install without dependencies and install them after (or before), with--asdeps
.