mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
deskutils/gnome-pomodoro: downgrade to 0.22.1
gnome-pomodoro does not show the progress circle on the top bar with gnome 42. The pomodoro extension throws the following error: (gnome-shell:2088): Gjs-WARNING **: 12:38:50.102: JS ERROR: Extension pomodoro@arun.codito.in: ImportError: No JS module 'signals' found in search path It appears gnome-pomodoro 0.23 is not compatible with gnome 42. So downgrade to 0.22. PR: 272070 Reported by: jako.andras@eik.bme.hu MFH: 2023Q3
This commit is contained in:
parent
5db796c2b7
commit
66fe5033cd
@ -1,5 +1,6 @@
|
||||
PORTNAME= gnome-pomodoro
|
||||
PORTVERSION= 0.23.1
|
||||
PORTVERSION= 0.22.1
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= deskutils gnome
|
||||
|
||||
MAINTAINER= tagattie@FreeBSD.org
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1680519453
|
||||
SHA256 (gnome-pomodoro-gnome-pomodoro-0.23.1_GH0.tar.gz) = b552255d73a3ab531f8e503ededfa5a3949b1e4359f393980a8cbb5451dec081
|
||||
SIZE (gnome-pomodoro-gnome-pomodoro-0.23.1_GH0.tar.gz) = 6204960
|
||||
TIMESTAMP = 1690600361
|
||||
SHA256 (gnome-pomodoro-gnome-pomodoro-0.22.1_GH0.tar.gz) = a462e46c9aa73bbc26ad033c4d238e5f82efdf8ccfaaf830136b39dfbd3b007b
|
||||
SIZE (gnome-pomodoro-gnome-pomodoro-0.22.1_GH0.tar.gz) = 6206968
|
||||
|
@ -24,14 +24,12 @@ share/gnome-shell/extensions/pomodoro@arun.codito.in/dbus.js
|
||||
share/gnome-shell/extensions/pomodoro@arun.codito.in/dialogs.js
|
||||
share/gnome-shell/extensions/pomodoro@arun.codito.in/extension.js
|
||||
share/gnome-shell/extensions/pomodoro@arun.codito.in/icons/hicolor/scalable/actions/gnome-pomodoro-pause-symbolic.svg
|
||||
share/gnome-shell/extensions/pomodoro@arun.codito.in/icons/hicolor/scalable/actions/gnome-pomodoro-skip-symbolic.svg
|
||||
share/gnome-shell/extensions/pomodoro@arun.codito.in/icons/hicolor/scalable/actions/gnome-pomodoro-start-symbolic.svg
|
||||
share/gnome-shell/extensions/pomodoro@arun.codito.in/icons/hicolor/scalable/actions/gnome-pomodoro-stop-symbolic.svg
|
||||
share/gnome-shell/extensions/pomodoro@arun.codito.in/indicator.js
|
||||
share/gnome-shell/extensions/pomodoro@arun.codito.in/metadata.json
|
||||
share/gnome-shell/extensions/pomodoro@arun.codito.in/notifications.js
|
||||
share/gnome-shell/extensions/pomodoro@arun.codito.in/presence.js
|
||||
share/gnome-shell/extensions/pomodoro@arun.codito.in/screenShield.js
|
||||
share/gnome-shell/extensions/pomodoro@arun.codito.in/settings.js
|
||||
share/gnome-shell/extensions/pomodoro@arun.codito.in/stylesheet.css
|
||||
share/gnome-shell/extensions/pomodoro@arun.codito.in/timer.js
|
||||
@ -48,9 +46,11 @@ share/locale/cs/LC_MESSAGES/gnome-pomodoro.mo
|
||||
share/locale/de/LC_MESSAGES/gnome-pomodoro.mo
|
||||
share/locale/el/LC_MESSAGES/gnome-pomodoro.mo
|
||||
share/locale/es/LC_MESSAGES/gnome-pomodoro.mo
|
||||
share/locale/fa/LC_MESSAGES/gnome-pomodoro.mo
|
||||
share/locale/fi/LC_MESSAGES/gnome-pomodoro.mo
|
||||
share/locale/fr/LC_MESSAGES/gnome-pomodoro.mo
|
||||
share/locale/hr/LC_MESSAGES/gnome-pomodoro.mo
|
||||
share/locale/hu/LC_MESSAGES/gnome-pomodoro.mo
|
||||
share/locale/id/LC_MESSAGES/gnome-pomodoro.mo
|
||||
share/locale/it/LC_MESSAGES/gnome-pomodoro.mo
|
||||
share/locale/kk/LC_MESSAGES/gnome-pomodoro.mo
|
||||
@ -62,5 +62,6 @@ share/locale/pl/LC_MESSAGES/gnome-pomodoro.mo
|
||||
share/locale/pt_BR/LC_MESSAGES/gnome-pomodoro.mo
|
||||
share/locale/ru/LC_MESSAGES/gnome-pomodoro.mo
|
||||
share/locale/sv/LC_MESSAGES/gnome-pomodoro.mo
|
||||
share/locale/tr/LC_MESSAGES/gnome-pomodoro.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/gnome-pomodoro.mo
|
||||
share/metainfo/org.gnome.Pomodoro.appdata.xml
|
||||
|
Loading…
Reference in New Issue
Block a user