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: | |
Conflicts: | |
Provides: | |
Submitter: | nfnty |
Maintainer: | nfnty |
Last Packager: | nfnty |
Votes: | 16 |
Popularity: | 0.82 |
First Submitted: | 2014-10-21 23:35 |
Last Updated: | 2019-06-07 12:17 |
Dependencies (4)
- python (python-dbg)
- python-xlib
- git (git-git) (make)
- python-setuptools (make)
Required by (9)
- bumblebee-status (requires i3ipc-python) (optional)
- i3-gnome-pomodoro-git
- i3-resurrect
- i3-resurrect-git
- i3-swallow-git
- i3ipc-glib-git (requires i3ipc-python) (optional)
- i3title (requires i3ipc-python)
- powerline-i3-git
- swaylock-blur-multimonitor-git (requires i3ipc-python)
Sources (1)
Latest Comments
maximbaz commented on 2018-04-29 22:59
nfnty commented on 2017-01-08 15:34
@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
Issues and pull requests at https://github.com/nfnty/pkgbuilds
nfnty commented on 2015-05-06 15:14
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
also, python-setuptools is a dependency
jebaum commented on 2015-05-06 09:36
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
Issues and pull requests at https://github.com/nfnty/pkgbuilds