Package Details: zsh-theme-powerlevel10k-git r3918.25e5f59-1

Git Clone URL: https://aur.archlinux.org/zsh-theme-powerlevel10k-git.git (read-only, click to copy)
Package Base: zsh-theme-powerlevel10k-git
Description: Powerlevel10k is a theme for Zsh. It emphasizes speed, flexibility and out-of-the-box experience.
Upstream URL: https://github.com/romkatv/powerlevel10k
Licenses: MIT
Conflicts: zsh-theme-powerlevel10k
Provides: zsh-theme-powerlevel10k
Submitter: madscience
Maintainer: romkatv
Last Packager: romkatv
Votes: 70
Popularity: 1.56
First Submitted: 2019-03-10 00:06 (UTC)
Last Updated: 2021-08-18 14:58 (UTC)

Dependencies (8)

Required by (2)

Sources (1)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 Next › Last »

romkatv commented on 2021-06-27 16:52 (UTC)

@ratijas Sorry about that. Fixed.

ratijas commented on 2021-06-27 16:40 (UTC)

Upsteam code has migrated build code, namely

zsh -fc "emulate zsh -o no_aliases && zcompile -R -- $file.zwc $file"

into a Makefile, so that Aura helper doesn't raise warnings about potentially scary stuff running in PKGBUILD.

Today I tried to update, and noticed this warning again:

aura >>= WARNING: The PKGBUILD of zsh-theme-powerlevel10k-git contains blacklisted bash expressions.

Why these lines are still here? I guess, it's just an oversight?

dockerformthedoc commented on 2020-11-27 12:58 (UTC)

@romkatv its working now thanks alot

romkatv commented on 2020-11-26 10:18 (UTC)

@dockerformthedoc Sorry about that. Should be fixed now.

dockerformthedoc commented on 2020-11-26 10:01 (UTC) (edited on 2020-11-26 10:02 (UTC) by dockerformthedoc)

This is happening on two of my devices , during the update via yay

Creating working copy of powerlevel10k git repo...
Cloning into 'powerlevel10k'...
done.
==> Starting pkgver()...
==> Updated version: zsh-theme-powerlevel10k-git r3792.9d6444a-1
==> Sources are ready.
==> Making package: zsh-theme-powerlevel10k-git r3792.9d6444a-1 (Thu 26 Nov 2020 11:57:09 AM EET)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> WARNING: Using existing $srcdir/ tree
==> Starting pkgver()...
==> Starting build()...
cd gitstatus && make ZSH=/home/quorum/.oh-my-zsh pkg && cd ..
make[1]: Entering directory '/home/quorum/.cache/yay/zsh-theme-powerlevel10k-git/src/powerlevel10k/gitstatus'
GITSTATUS_DAEMON= GITSTATUS_CACHE_DIR=/home/quorum/.cache/yay/zsh-theme-powerlevel10k-git/src/powerlevel10k/gitstatus/usrbin ./install -f
/home/quorum/.oh-my-zsh -fc 'for f in *.zsh install; do zcompile -R -- $f.zwc $f || exit; done'
make[1]: /home/quorum/.oh-my-zsh: Permission denied
make[1]: *** [Makefile:39: pkg] Error 127
make[1]: Leaving directory '/home/quorum/.cache/yay/zsh-theme-powerlevel10k-git/src/powerlevel10k/gitstatus'
make: *** [Makefile:6: pkg] Error 2
==> ERROR: A failure occurred in build().
    Aborting...
error making: zsh-theme-powerlevel10k-git

ratijas commented on 2020-11-23 21:31 (UTC)

AUR helper called Aura has a built-in security features. And it doesn't like what's going on in this PKGBUILD. I've filed an issue here: https://github.com/fosskers/aura/issues/674.

aura -A zsh-theme-powerlevel10k-git
aura >>= Determining dependencies...
aura >>= WARNING: The PKGBUILD of zsh-theme-powerlevel10k-git contains blacklisted bash expressions.

    zsh -fc '
    emulate zsh -o no_aliases
    unset -m "GITSTATUS_*"
    GITSTATUS_CACHE_DIR="$PWD"/gitstatus/usrbin ./gitstatus/install -f'

aura >>= zsh can be used to execute arbitrary code not tracked by this PKGBUILD.

    zsh -fc "emulate zsh -o no_aliases && zcompile -R -- $file.zwc $file"

aura >>= zsh can be used to execute arbitrary code not tracked by this PKGBUILD.
aura >>= Do you wish to quit the build process? [Y/n]

romkatv commented on 2020-06-06 16:41 (UTC)

This package has been fixed.

francoism90 commented on 2020-05-29 07:36 (UTC) (edited on 2020-05-29 07:38 (UTC) by francoism90)

@madscience I'm having the same issue: you need to add powerlevel9k.zsh-theme and prompt_powerlevel9k_setup to package() hook.

Could you please add nerd-fonts-complete as optdept as well? :)

t0m5k1 commented on 2020-04-01 07:16 (UTC)

@madscience: I've never used powerlevel9k !