deskutils/py-i3-gnome-pomodoro: Add new port

This program integrates gnome-pomodoro into i3/sway and supports i3bar,
polybar, sfwbar and waybar.

https://github.com/kantord/i3-gnome-pomodoro
2024Q2
Nicola Vitale 2024-02-11 18:32:37 +01:00
parent b6998fd13c
commit e7c085c93f
No known key found for this signature in database
GPG Key ID: A51E190C4C0808D0
4 changed files with 38 additions and 0 deletions

View File

@ -226,6 +226,7 @@
SUBDIR += puush
SUBDIR += py-autokey
SUBDIR += py-bugwarrior
SUBDIR += py-i3-gnome-pomodoro
SUBDIR += py-khal
SUBDIR += py-khard
SUBDIR += py-paperless

View File

@ -0,0 +1,32 @@
PORTNAME= i3-gnome-pomodoro
DISTVERSION= 0.1.0
CATEGORIES= deskutils python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= ${PYDISTNAME}-${DISTVERSION}
MAINTAINER= nivit@FreeBSD.org
COMMENT= Integrate gnome-pomodoro into i3bar, polybar or waybar
WWW= https://github.com/kantord/i3-gnome-pomodoro
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}poetry-core>=1.7.0:devel/py-poetry-core@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}blinkstick>=g20230504:sysutils/py-blinkstick@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}click>=8.1.7:devel/py-click@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}i3ipc>=2.2.1:x11/py-i3ipc@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pydbus>=0.6.0:devel/py-pydbus@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pyusb>=1.2.1:devel/py-pyusb@${PY_FLAVOR} \
gnome-pomodoro:deskutils/gnome-pomodoro \
pygobject3-common>=3.42.0:devel/pygobject3-common
USES= python shebangfix
USE_PYTHON= autoplist pep517
SHEBANG_FILES= ${WRKSRC}/${PYDISTNAME}/pomodoro_client.py
PYDISTNAME= ${PORTNAME:S/-/_/g}
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1704301272
SHA256 (i3_gnome_pomodoro-0.1.0.tar.gz) = dfe372e1936576f55de3d78a7a05f22159cfa45ae712a45ebf0560ed6b92f531
SIZE (i3_gnome_pomodoro-0.1.0.tar.gz) = 17932

View File

@ -0,0 +1,2 @@
This program integrates gnome-pomodoro into i3 and supports i3bar, polybar,
sfwbar and waybar.