Search Criteria
Package Details: gnome-shell-extension-mediaplayer-git 4.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/gnome-shell-extension-mediaplayer-git.git (read-only, click to copy) |
---|---|
Package Base: | gnome-shell-extension-mediaplayer-git |
Description: | A mediaplayer indicator for the Gnome Shell |
Upstream URL: | https://github.com/JasonLG1979/gnome-shell-extensions-mediaplayer |
Licenses: | GPL2 |
Conflicts: | gnome-shell-extension-mediaplayer |
Provides: | gnome-shell-extension-mediaplayer |
Submitter: | alucryd |
Maintainer: | XZS |
Last Packager: | XZS |
Votes: | 118 |
Popularity: | 0.000000 |
First Submitted: | 2011-05-27 08:35 (UTC) |
Last Updated: | 2018-11-15 11:02 (UTC) |
Dependencies (5)
- gnome-shell (gnome-shell-mobile-gitAUR, gnome-shell-screencast-vaapiAUR, gnome-shell-mobileAUR, gnome-shell-beta-performanceAUR, gnome-shell-performance-unstableAUR, gnome-shell-performanceAUR, gnome-shell-gitAUR)
- git (git-gitAUR, git-glAUR) (make)
- intltool (make)
- meson (meson-gitAUR) (make)
- mpdris2AUR (mpdris2-gitAUR) (optional) – MPD support
Latest Comments
1 2 3 4 5 6 .. 14 Next › Last »
topongo commented on 2022-06-16 20:24 (UTC) (edited on 2022-06-16 20:25 (UTC) by topongo)
If you're getting the error mentioned by xrayfur below, just comment or delete the last two lines of the pkgver() function:
into
xrayfur commented on 2021-06-17 18:02 (UTC)
XZS commented on 2018-11-15 11:04 (UTC)
With the recent update, the extension is compatible to the current shell version again. However, the author recommends to check out his leaner extension mpris-indicator-button, which has less features but is more actively maintained. I also packaged it here: https://aur.archlinux.org/packages/gnome-shell-extension-mpris-indicator-button-git/
stachuuu commented on 2018-10-17 08:36 (UTC) (edited on 2018-10-17 08:37 (UTC) by stachuuu)
If You can't build this package just remove this part from PKGBUILD
pkgver() { cd ${_gitname:-$pkgname} git describe --long --tags 2>/dev/null | sed 's/[^[:digit:]]*(.+)-([[:digit:]]+)-g([[:xdigit:]]{7})/\1.r\2.g\3/;t;q1' [ ${PIPESTATUS[0]} -ne 0 ] && \ printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)" }
Lines 28-33
and try to run makepkg and then pacman -U to install it.
<deleted-account> commented on 2018-07-06 15:16 (UTC)
can you please update the package?
dude commented on 2018-03-28 19:32 (UTC)
Can you update this to allow Gnome 3.28? I've been running it without issues, but the PKGBUILD requires gnome-shell<3.27
XZS commented on 2017-09-28 16:49 (UTC)
m3thodic commented on 2017-09-17 05:18 (UTC)
m3thodic commented on 2017-09-15 15:53 (UTC)
NoMore201 commented on 2017-08-24 15:55 (UTC)
1 2 3 4 5 6 .. 14 Next › Last »