Search Criteria
Package Details: bubblemail-git 1.3.r1.g5114bd9-1
Git Clone URL: | https://aur.archlinux.org/bubblemail-git.git (read-only, click to copy) |
---|---|
Package Base: | bubblemail-git |
Description: | New and Unread mail notification service for local mailboxes, pop, imap, and gnome online accounts |
Upstream URL: | https://framagit.org/razer/bubblemail/ |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | razer |
Maintainer: | razer |
Last Packager: | razer |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2019-11-23 15:29 |
Last Updated: | 2020-12-05 05:38 |
Dependencies (14)
- gnome-keyring (gnome-keyring-git)
- libsecret
- python (python-dbg)
- python-dbus
- python-gobject (python-gobject-git)
- python-pyxdg
- python-requests
- folks (make)
- python-pillow (python-pillow-git, python-pillow-simd) (make)
- python-setuptools (make)
- vala (vala0.42, vala0.44, vala-git) (make)
- folks (optional)
- gnome-online-accounts (gnome-online-accounts-git) (optional)
- gnome-shell-extension-bubblemail-git (optional)
Required by (2)
- gnome-shell-extension-bubblemail (requires bubblemail)
- gnome-shell-extension-bubblemail-git
Latest Comments
razer commented on 2020-10-09 16:24
Should be ok right now, thx for the report
Spixmaster commented on 2020-10-06 15:25
The PKGBUILD is broken. When running
yay --Syu --devel
this package is updated every time. You should define the pkgver() so that the git commit description is appended to the actual version. Take a look at this video: https://youtu.be/iUz28vbWgVw?t=751. The timestamp references the relevant part.The current output:
Terence commented on 2020-06-03 17:33
I think I understand your point but yeah that's not really what the user expect when building a *-git package but more of a regular package that you also seem to provide.
razer commented on 2020-06-03 17:13
Thanks Terence,
In fact not relying on git version was on purpose. I personnaly got bored of having upgrades triggered on every git package installs on my systems, sometimes with broken things as a result, sometimes without any valuable improvement. I prefer to trigger upgrades manually.
But I maybe take too much my opinion as a shared one, so then it should be a good choice to respect what means "git" at the end of the pkgbuild name.
Besides, I recon the choosen name of gnome-shell extension as a mistake and will change it too.
Thanks for your interest
Best regards
Terence commented on 2020-06-03 14:57
Hey, for both this package and bubblemail-gnome-shell-git, you need to add a
pkgver()
function so that the version is updated each time you build and there is a new commit. More info here: https://wiki.archlinux.org/index.php/VCS_package_guidelines#The_pkgver()_functionMinor detail but it seems most packaged gnome-shell extensions on the AUR are named as "gnome-shell-extension-pkgname" or gnome-shell-extension-pkgname-git" so it might be good to adhere to it too.