Package Details: gnome-shell-extension-mpris-indicator-button-git r190.635d608-2

Git Clone URL: https://aur.archlinux.org/gnome-shell-extension-mpris-indicator-button-git.git (read-only, click to copy)
Package Base: gnome-shell-extension-mpris-indicator-button-git
Description: A full featured MPRIS indicator button extension for GNOME Shell 3.38+
Upstream URL: https://github.com/JasonLG1979/gnome-shell-extension-mpris-indicator-button
Licenses: GPL-3.0-or-later
Conflicts: gnome-shell-extension-mpris-indicator-button
Provides: gnome-shell-extension-mpris-indicator-button
Submitter: XZS
Maintainer: yochananmarqos
Last Packager: yochananmarqos
Votes: 2
Popularity: 0.000007
First Submitted: 2018-11-15 11:02 (UTC)
Last Updated: 2024-01-20 22:44 (UTC)

Latest Comments

wisperwind commented on 2021-04-05 08:51 (UTC)

Hi XZS,

please consider the comments by Terence: This PKGBUILD is utterly unreadable due the use of the templates from https://github.com/dffischer/gnome-shell-extensions: The resulting code is substantially different from any other PKGBUILD, and seems to be overly general. Given that it is good practice to review PKGBUILDs from the AUR before installing, this is a problem.

Contrary to what the comments in the PKGBUILD claim, the -mpris-indicator PKGBUILD is also not tracked in that repository.

Thanks!

Terence commented on 2019-10-11 23:10 (UTC)

Also, your PKGBUILD is pretty convoluted, this is simpler:

pkgname=gnome-shell-extension-mpris-indicator-button-git
pkgver=r120.03f3237
pkgrel=1
pkgdesc="A full featured MPRIS indicator button extension for GNOME Shell 3.34+ "
arch=('any')
url="https://github.com/JasonLG1979/gnome-shell-extension-mpris-indicator-button"
license=('GPL3')
depends=('gnome-shell>=3.22' 'dconf')
makedepends=('git')
provides=("${pkgname/-git}")
source=("$pkgname::git+$url")
md5sums=('SKIP')

pkgver() {
    cd "$pkgname"
    printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
}

package() {
    cd "$pkgname"

    mkdir -p "$pkgdir/usr/share/gnome-shell/extensions/"
    cp -R "mprisindicatorbutton@JasonLG1979.github.io" "$pkgdir/usr/share/gnome-shell/extensions/"
}

Terence commented on 2019-10-11 23:01 (UTC)

This package needs to be updated to also install https://github.com/JasonLG1979/gnome-shell-extension-mpris-indicator-button/tree/master/mprisindicatorbutton%40JasonLG1979.github.io/icons/hicolor/symbolic/apps