Package Details: plasma5-applets-window-appmenu-git 0.6.0.r0.g7886b78-1

Git Clone URL: https://aur.archlinux.org/plasma5-applets-window-appmenu-git.git (read-only, click to copy)
Package Base: plasma5-applets-window-appmenu-git
Description: Plasma 5 applet in order to show the window appmenu
Upstream URL: https://github.com/psifidotos/applet-window-appmenu
Keywords: applet appmenu global-menu plasma plasma5
Licenses: GPL
Conflicts: plasma5-applets-window-appmenu
Provides: plasma5-applets-window-appmenu
Submitter: r3b311i0n
Maintainer: D3SOX
Last Packager: D3SOX
Votes: 8
Popularity: 0.040110
First Submitted: 2018-11-21 21:17 (UTC)
Last Updated: 2021-01-22 19:57 (UTC)

Required by (4)

Sources (1)

Latest Comments

rocka commented on 2021-05-12 17:38 (UTC)

The pkgver is always 0.6.0.r0.g7886b78-1, regardless of the latest commit. I changed it to

pkgver() {
  cd ${srcdir}/${_gitname}
  git describe --long --tags | sed 's/^[v-]//;s/\([^-]*-g\)/r\1/;s/-/./g'
}

and it works, built 0.6.0.r70.g6b2410f-1.

D3SOX commented on 2021-02-11 06:34 (UTC)

@dr460nf1r3 I noticed the pkgver no longer changes. Updating works as I updated to the latest commit right now but yay said warning: plasma5-applets-window-appmenu-git-0.6.0.r0.g7886b78-1 is up to date -- reinstalling even though the latest master was correctly installed.

dr460nf1r3 commented on 2021-01-22 20:27 (UTC)

Nice, thank you! :)

D3SOX commented on 2021-01-22 19:55 (UTC)

@dr460nf1r3 Thanks for you feedback. Of course I will adjust it.

dr460nf1r3 commented on 2021-01-22 16:22 (UTC)

Could you add a provides=(plasma5-applets-window-appmenu) please? This way applications requiring the non git version would work with this too. Also changing pkgver to:

pkgver() {
  cd ${_gitname}
  git describe --long --tags $(git rev-list --tags --max-count=1) | sed 's/^[v-]//;s/\([^-]*-g\)/r\1/;s/-/./g'
}

would provide better information about the actual version.

r3b311i0n commented on 2020-08-28 22:37 (UTC)

@NovaViper I'm not sure what you mean. It's a git package. All git packages pull changes from upstream each time you make them.

NovaViper commented on 2020-08-28 20:13 (UTC)

Does this repo auto update? Do I need to rebuild it for each update?