Package Details: gnome-shell-extension-radio-git r361.bd11de7-1

Git Clone URL: https://aur.archlinux.org/gnome-shell-extension-radio-git.git (read-only, click to copy)
Package Base: gnome-shell-extension-radio-git
Description: Gnome shell extension for listening to internet radio streams
Upstream URL: https://github.com/hslbck/gnome-shell-extension-radio
Keywords: gnome-shell-extension
Licenses: GPL-3.0
Submitter: coxackie
Maintainer: coxackie
Last Packager: coxackie
Votes: 2
Popularity: 0.000024
First Submitted: 2021-11-14 17:57 (UTC)
Last Updated: 2021-11-14 17:57 (UTC)

Latest Comments

coxackie commented on 2024-05-13 09:57 (UTC)

@Strawpants Thanks... I am not using this anymore and was thinking of orphaning it. Do you want me to make you maintainer, so you can deal with the package in the future? (And you can make any changes necessary to get this working now.)

Strawpants commented on 2024-05-13 07:39 (UTC) (edited on 2024-05-13 07:41 (UTC) by Strawpants)

I used this package on the most recent git version, but the extension manager complained it was missing a gschemas.compiled. This can be fixed by adding a few lines to the package function in PKGBUILD:

package() {
    cd "${srcdir}/${pkgname}"
    install -dm755 "${pkgdir}/usr/share/gnome-shell/extensions"
    cp -a "radio@hslbck.gmail.com" "${pkgdir}/usr/share/gnome-shell/extensions"

    cd  "${pkgdir}/usr/share/gnome-shell/extensions/radio@hslbck.gmail.com/schemas"
    glib-compile-schemas .
    cd -
}