Package Details: gnome-shell-extension-material-shell-git 1:r931.8e6c6e3-1

Git Clone URL: https://aur.archlinux.org/gnome-shell-extension-material-shell-git.git (read-only, click to copy)
Package Base: gnome-shell-extension-material-shell-git
Description: GNOME Shell Extension Material Shell
Upstream URL: https://github.com/PapyElGringo/material-shell
Keywords: material shell
Licenses: GPL
Groups: gnome-shell-extensions
Submitter: Henri98
Maintainer: Henri98 (j.r)
Last Packager: j.r
Votes: 4
Popularity: 0.000000
First Submitted: 2019-07-06 09:49 (UTC)
Last Updated: 2022-07-14 21:38 (UTC)

Latest Comments

« First ‹ Previous 1 2

Henri98 commented on 2021-02-20 07:27 (UTC)

Sorry guys. I applied the patch.

j.r commented on 2021-02-19 22:32 (UTC)

@husamrahman I would just wait another few days and then I'll write @Henri98 an direct email, if I get no response after another 2 weeks or so, I'll fill an orphan request, but usually this is not needed because the maintainer was just offline for a few weeks or so...

husamrahman commented on 2021-02-19 20:41 (UTC)

Just wondering when an updated version of the package might be available :) Thank you for all your work!

j.r commented on 2021-02-07 23:29 (UTC)

@yochananmarqos damn node-gyp. Yeah then python2 must be added althought it's also kind of a indirect dependency, but yeah node packaging is a mess. Updated patch

yochananmarqos commented on 2021-02-07 22:01 (UTC) (edited on 2021-02-07 22:04 (UTC) by yochananmarqos)

@j.r: It fails building in a clean chroot without python2:

gyp verb check python checking for Python executable "python2" in the PATH
gyp verb `which` failed Error: not found: python2

j.r commented on 2021-02-07 21:29 (UTC)

Better apply the following patch to the PKGBUILD, because it does not add python2 as unnecessary build dep and it also adds better versioning based on the tags of the repo.

https://paste.sr.ht/blob/999d22ab966a0ac1eea49a7a4f47bc2db694dc51

yochananmarqos commented on 2021-02-07 17:04 (UTC)

Updated PKGBUILD for upstream changes.

j.r commented on 2021-02-07 14:09 (UTC)

Upstream changed to typescript, so the build process needs some modifications. More information on it: https://github.com/material-shell/material-shell/pull/581#issue-568220540

yochananmarqos commented on 2019-09-08 14:51 (UTC) (edited on 2019-09-08 14:53 (UTC) by yochananmarqos)

Please use a proper pkgver() array:

pkgver() {
    cd material-shell
    printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
}
pkgver=r243.d7ca487