Users of this package will have to wait a release. As an alternative you can switch to a `gnome-shell-pomodoro-git` package which provides a development version of the extension with GNOME 3.18 support.
https://aur.archlinux.org/packages/gnome-shell-pomodoro-git/
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 .. 4 5 6 7 8 9 10 11 12 Next › Last »
gim commented on 2015-10-13 15:33 (UTC)
neitsab commented on 2015-10-13 15:08 (UTC)
See https://github.com/codito/gnome-pomodoro/issues/195 for GNOME 3.18 compatibility.
vinilox commented on 2015-09-18 07:42 (UTC)
Gim, during the build process.
Thank you :)
gim commented on 2015-09-17 18:20 (UTC)
Ok, I see now after installing `docbook2x` again. I added both `docbook2x` and `perl-xml-sax-expat` as dependencies now, thank you!
gim commented on 2015-09-17 17:48 (UTC)
vinilox, this error appears during compile-time or a run-time? Could you show me the full output where this error appears please? I just removed `perl-xml-sax-expat` package from my system and it didn't seemingly affect the build process and it still works all right for me.
vinilox commented on 2015-09-17 15:12 (UTC)
Please add perl-xml-sax-expat as a dependency, it's needed or you will have this error :
Can't locate XML/SAX/Expat.pm in @INC (you may need to install the XML::SAX::Expat module) (@INC contains: /usr/lib/perl5/site_perl /usr/share/perl5/site_perl /usr/lib/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib/perl5/core_perl /usr/share/perl5/core_perl .) at (eval 5) line 1.
gim commented on 2015-07-09 19:23 (UTC)
That makes much more sense now. It looks like I couldn't reproduce this because I didn't have a "docbook2x" package installed, after installing the very same issue appeared. I'll fix PKGBUILD soon, thank you for investigation!
maus25 commented on 2015-07-09 19:14 (UTC)
Solved:
Added to pkgbuild before make:
sed -i "s/docbook2man \$?/docbook2man --sgml \$?/g" man/Makefile
maus25 commented on 2015-07-06 19:02 (UTC)
I have "base-devel" installed.
During installation received some warnings like:
preferences-dialog.c:2347:2: warning: ‘gtk_misc_set_padding’ is deprecated [-Wdeprecated-declarations]
gtk_misc_set_padding ((GtkMisc*) label, 6, 0);
or:
mode-button.c:201:2: warning: ‘gtk_button_set_alignment’ is deprecated [-Wdeprecated-declarations]
gtk_button_set_alignment ((GtkButton*) _tmp7_, 0.5f, 0.5f);
make[2]: Leaving directory '/tmp/yaourt-tmp-maus/aur-gnome-shell-pomodoro/src/gnome-pomodoro-0.11.0/po'
Making all in man
make[2]: Entering directory '/tmp/yaourt-tmp-maus/aur-gnome-shell-pomodoro/src/gnome-pomodoro-0.11.0/man'
docbook2man gnome-pomodoro.sgml > /dev/null
gnome-pomodoro.sgml:1: parser error : StartTag: invalid element name
<!doctype refentry PUBLIC "-//OASIS//DTD DocBook V4.1//EN" [
^
gnome-pomodoro.sgml:1: parser error : Extra content at the end of the document
<!doctype refentry PUBLIC "-//OASIS//DTD DocBook V4.1//EN" [
gim commented on 2015-07-05 18:49 (UTC)
I can't reproduce this. Do you have "base-devel" package group installed as specified in ArchWiki?
https://wiki.archlinux.org/index.php/Arch_User_Repository#Installing_packages
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.