Would you add a patch of https://github.com/codito/gnome-pomodoro/pull/418 for gnome-shell 3.32?
Search Criteria
Package Details: gnome-shell-pomodoro 0.26.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/gnome-shell-pomodoro.git (read-only, click to copy) |
---|---|
Package Base: | gnome-shell-pomodoro |
Description: | A time management utility for GNOME based on the pomodoro technique |
Upstream URL: | https://github.com/gnome-pomodoro/gnome-pomodoro |
Keywords: | gnome management pomodoro time |
Licenses: | GPL3 |
Submitter: | haaja |
Maintainer: | liamtimms |
Last Packager: | liamtimms |
Votes: | 114 |
Popularity: | 0.97 |
First Submitted: | 2014-01-11 17:23 (UTC) |
Last Updated: | 2024-10-18 18:12 (UTC) |
Dependencies (12)
- cairo (cairo-gitAUR)
- glib2 (glib2-gitAUR, glib2-selinuxAUR, glib2-patched-thumbnailerAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR, glibc-eac-rocoAUR)
- gobject-introspection
- gom
- gstreamer (gstreamer-gitAUR)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classicAUR, gtk3-classic-xfceAUR, gtk3-patched-filechooser-icon-viewAUR)
- libcanberra
- libpeas
- sqlite (sqlite-fossilAUR)
- meson (meson-gitAUR) (make)
- vala (vala-gitAUR) (make)
Required by (2)
Sources (1)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 11 12 Next › Last »
buzztaiki commented on 2019-03-22 09:38 (UTC)
gj545rndmu commented on 2019-02-28 20:53 (UTC) (edited on 2019-02-28 20:56 (UTC) by gj545rndmu)
Well I guess the maintainer reads the comments here? There is no other way to suggest changes to a maintainer, right? Anyway, you could also suggest to the maintainer on github to do a new release. As then it is more likely in all distributions to get the fixes.
woyzeck commented on 2019-02-26 13:52 (UTC)
Thanks gj545rndmu! Pretty good! Perhaps it is interesting to suggest your commits to the maintainer?
gj545rndmu commented on 2019-02-25 17:19 (UTC) (edited on 2019-02-25 17:19 (UTC) by gj545rndmu)
Sorry in the comments no line breaks work... Check the line breaks here: https://pastebin.com/raw/YK9P0dUw
woyzeck commented on 2019-02-25 14:40 (UTC)
When i try using the patch return this error:
autoreconf: Leaving directory .'
configure: WARNING: you should use --build, --host, --target
configure: error: unrecognized option:
-Np1'
Try `./configure --help' for more information
==> ERROR: A failure occurred in prepare().
Aborting...
gj545rndmu commented on 2019-02-19 13:36 (UTC) (edited on 2019-02-19 13:37 (UTC) by gj545rndmu)
There is actually a patch for the freezing problem: https://github.com/codito/gnome-pomodoro/pull/392
You can add the patch to your PKGBUILD by adding it to source, then sha256sum, and then to prepare:
source=("$pkgname-$pkgver.tar.gz::https://github.com/codito/gnome-pomodoro/archive/$pkgver.tar.gz" "issue390.patch::https://github.com/codito/gnome-pomodoro/commit/6557fafe7b74875a37e1172cd3eb15ec0e6af6f8.patch") sha256sums=('c29b8e3931637ca5afc36135083ea4ae906af3dfe6aa4b441f85e6d39cab98d0' '4c38c8b1030b877afe8bdd92115517923fa8debdaf06adf8161ea2a8b08844c3')
prepare() { cd "$srcdir/gnome-pomodoro-$pkgver" ./autogen.sh --prefix=/usr --datadir=/usr/share patch -Np1 -i ../issue390.patch }
Chrissss commented on 2019-02-07 16:39 (UTC)
@Anzick
Looks like a general problem... https://github.com/codito/gnome-pomodoro/issues/380
Ikshvaku commented on 2018-12-18 16:35 (UTC)
Hello, when trying to use this application it freezes as soon as it opens. Anyone else having this issue? Any ideas how to fix?
MarcinWieczorek commented on 2018-10-31 23:26 (UTC)
Create one if you want
mfw78 commented on 2018-10-31 01:59 (UTC)
Upstream head source has bug fixes for the VALA compile issue, with compile from git head confirmed working on Archlinux. Given lack of recent release from upstream, perhaps can make a git version of this package?
Pinned Comments
liamtimms commented on 2022-04-13 22:50 (UTC) (edited on 2023-01-23 17:02 (UTC) by liamtimms)
recommendation: disable screen notifications. This part of the extension regularly gets borked, and it seems like that's happening again on 42.
edit: haven't tested on latest release and GNOME 43 but leaving this here in case it comes up again.