mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-18 00:10:04 +00:00
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
This commit is contained in:
parent
b6998fd13c
commit
e7c085c93f
@ -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
|
||||
|
32
deskutils/py-i3-gnome-pomodoro/Makefile
Normal file
32
deskutils/py-i3-gnome-pomodoro/Makefile
Normal 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>
|
3
deskutils/py-i3-gnome-pomodoro/distinfo
Normal file
3
deskutils/py-i3-gnome-pomodoro/distinfo
Normal 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
|
2
deskutils/py-i3-gnome-pomodoro/pkg-descr
Normal file
2
deskutils/py-i3-gnome-pomodoro/pkg-descr
Normal file
@ -0,0 +1,2 @@
|
||||
This program integrates gnome-pomodoro into i3 and supports i3bar, polybar,
|
||||
sfwbar and waybar.
|
Loading…
Reference in New Issue
Block a user