Package Details: i3-gnome-pomodoro-git r92.7fe1895-3

Git Clone URL: https://aur.archlinux.org/i3-gnome-pomodoro-git.git (read-only, click to copy)
Package Base: i3-gnome-pomodoro-git
Description: Integrate gnome-pomodoro into i3
Upstream URL: https://github.com/kantord/i3-gnome-pomodoro
Licenses: GPL-3.0-or-later
Provides: i3-gnome-pomodoro
Submitter: meadow
Maintainer: meadow
Last Packager: meadow
Votes: 5
Popularity: 0.58
First Submitted: 2018-01-10 12:33 (UTC)
Last Updated: 2024-02-25 22:34 (UTC)

Latest Comments

1 2 Next › Last »

meadow commented on 2024-02-08 12:05 (UTC)

Thanks for the heads-up. Should be fixed :)

haaase commented on 2024-02-06 18:59 (UTC)

Right now, the build fails because the directory structure of the Github repo has changed. Changing package() to the following fixes the error:

package() {
        cd "${srcdir}/${_srcname}/i3_gnome_pomodoro"
        install -D -m755 pomodoro_client.py "$pkgdir/usr/bin/i3-gnome-pomodoro"
}

VLegacy commented on 2020-12-16 16:00 (UTC)

Awesome. Thanks for fixing that!

meadow commented on 2020-12-16 10:16 (UTC)

The python-i3ipc issue should be fixed now

VLegacy commented on 2020-12-03 22:37 (UTC) (edited on 2020-12-03 22:38 (UTC) by VLegacy)

Just started getting "ModuleNotFoundError: No module named 'i3ipc'" when trying to run i3-gnome-pomodoro.

Was able to resolve by replacing i3ipc-python-git with python-i3ipc:

pacman -Rdd i3ipc-python-git

pacman -S python-i3ipc

Probably not a great long term solution.

smittie commented on 2020-10-11 11:37 (UTC)

This build config is broken. It's better to install it right from the source repo via the provided installer script: https://github.com/kantord/i3-gnome-pomodoro#installation

cyrinux commented on 2020-10-02 07:34 (UTC)

Hi, please replace i3ipc-python-git by python-i3ipc. Regards

cyrinux commented on 2020-01-12 11:27 (UTC)

Hi, Please change i3ipc-python-git to python-i3ipc :) Regards

thumbless commented on 2019-11-14 15:17 (UTC)

After the latest update I cant use this.

File "/usr/bin/i3-gnome-pomodoro", line 9, in <module> import i3ipc ModuleNotFoundError: No module named 'i3ipc'

thumbless commented on 2019-08-26 06:54 (UTC)

Hi!

I tried to install this but got this error.

gettext infrastructure mismatch: using a Makefile.in.in from gettext version 0.19 but the autoconf macros are from gettext version 0.20