Package Details: gnome-shell-extension-media-controls 2.1.0-0

Git Clone URL: https://aur.archlinux.org/gnome-shell-extension-media-controls.git (read-only, click to copy)
Package Base: gnome-shell-extension-media-controls
Description: A media indicator for the GNOME shell
Upstream URL: https://github.com/sakithb/media-controls
Keywords: extension gnome mpris
Licenses: MIT
Provides: gnome-shell-extension-media-controls
Submitter: sakithb
Maintainer: sakithb
Last Packager: sakithb
Votes: 3
Popularity: 0.000000
First Submitted: 2021-09-16 15:42 (UTC)
Last Updated: 2025-03-31 17:56 (UTC)

Latest Comments

nfraprado commented on 2025-09-18 02:06 (UTC)

In order to update the package to the latest version, 2.2.0, and get that working (as a few tweaks were needed), the following patch is needed:

diff --git a/PKGBUILD b/../../gnome-shell-extension-media-controls/PKGBUILD
index 3d0ccdd2d484..6a929479a0d1 100644
--- a/PKGBUILD
+++ b/../../gnome-shell-extension-media-controls/PKGBUILD
@@ -1,5 +1,5 @@
 pkgname=gnome-shell-extension-media-controls
-pkgver=2.1.0
+pkgver=2.2.0
 pkgrel=0
 pkgdesc="A media indicator for the GNOME shell"
 arch=('any')
@@ -9,7 +9,7 @@ makedepends=()
 depends=('gnome-shell' 'glib2')
 provides=("${pkgname}")
 options=(!strip !emptydirs)
-source=("https://github.com/sakithb/media-controls/releases/download/v${pkgver}/mediacontrols@cliffniff.github.com.shell-extension.zip")
+source=("https://github.com/sakithb/media-controls/releases/download/v${pkgver}/mediacontrolscliffniff.github.com.shell-extension.zip")
 sha256sums=('SKIP')

 pkgver() {
@@ -19,7 +19,9 @@ pkgver() {

 package() {
     glib-compile-schemas $srcdir/schemas/
-    rm $srcdir/mediacontrols@cliffniff.github.com.shell-extension.zip
+    rm $srcdir/mediacontrolscliffniff.github.com.shell-extension.zip
+    
+    chmod 644 $srcdir/metadata.json

     destdir="$pkgdir/usr/share/gnome-shell/extensions/mediacontrols@cliffniff.github.com/"
     mkdir -p "$destdir"