Submitted a non-git version on AUR in case anyone is interested.
Search Criteria
Package Details: i3ipc-python-git r268-1
Git Clone URL: | https://aur.archlinux.org/i3ipc-python-git.git (read-only, click to copy) |
---|---|
Package Base: | i3ipc-python-git |
Description: | An improved Python library to control i3wm |
Upstream URL: | https://github.com/acrisci/i3ipc-python |
Licenses: | custom:BSD |
Conflicts: | i3ipc-python |
Provides: | i3ipc-python |
Submitter: | nfnty |
Maintainer: | nfnty |
Last Packager: | nfnty |
Votes: | 15 |
Popularity: | 0.000000 |
First Submitted: | 2014-10-21 23:35 (UTC) |
Last Updated: | 2019-06-07 12:17 (UTC) |
Dependencies (4)
- python (nogil-python, python36, python32, python39, python38, python37, python311, python312)
- python-xlib
- git (git-vfs, git-git, git-run-command-patch-git) (make)
- python-setuptools (make)
Required by (4)
- i3-wk-switch-git
- i3ipc-glib-git (requires i3ipc-python) (optional)
- powerline-i3-git
- swaylock-blur-multimonitor-git (requires i3ipc-python)
Sources (1)
Latest Comments
maximbaz commented on 2018-04-29 22:59 (UTC)
nfnty commented on 2017-01-08 15:34 (UTC)
@S13ntist This is a git package. Do not flag this package unless it's broken. It's up to you to keep up with rebuilds and upstream.
nfnty commented on 2016-02-24 09:46 (UTC)
Issues and pull requests at https://github.com/nfnty/pkgbuilds
nfnty commented on 2015-05-06 15:14 (UTC)
Fixed. Please report back if everything works. Send a pull request over at https://github.com/nfnty/pkgbuilds otherwise. Thanks.
jebaum commented on 2015-05-06 09:41 (UTC)
also, python-setuptools is a dependency
jebaum commented on 2015-05-06 09:36 (UTC)
the pkgbuild is broken, this patch fixed it for me:
@@ -24,11 +24,10 @@ pkgver() {
build() {
cd "$srcdir/$srcname"
- ./autogen.sh --prefix=/usr
- make
+ python setup.py build
}
package() {
cd "$srcdir/$srcname"
- make DESTDIR="$pkgdir" install
+ python setup.py install --root="${pkgdir}" --optimize=1
}
Pinned Comments
nfnty commented on 2016-02-24 09:46 (UTC)