Search Criteria
Package Details: bubblemail-git 1.9.r1.g97a532d-1
Package Actions
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: | GPL2 |
Conflicts: | bubblemail |
Provides: | bubblemail |
Submitter: | razer |
Maintainer: | razer |
Last Packager: | razer |
Votes: | 3 |
Popularity: | 0.000000 |
First Submitted: | 2019-11-23 15:29 (UTC) |
Last Updated: | 2024-05-26 09:35 (UTC) |
Dependencies (14)
- gnome-keyring (gnome-keyring-gitAUR)
- libsecret
- python (python37AUR, python311AUR, python310AUR)
- python-dbus
- python-gobject
- python-pysocks
- python-pyxdg
- folks (folks-telepathy-gitAUR) (make)
- python-pillow (make)
- python-setuptools (make)
- vala (vala-gitAUR) (make)
- folks (folks-telepathy-gitAUR) (optional)
- gnome-online-accounts (gnome-online-accounts-gitAUR) (optional)
- gnome-shell-extension-bubblemail-gitAUR (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 (UTC)
Should be ok right now, thx for the report
Spixmaster commented on 2020-10-06 15:25 (UTC) (edited on 2020-10-09 11:02 (UTC) by Spixmaster)
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 (UTC)
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 (UTC)
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 (UTC)
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.