pamac install breath-classic-theme-git
mv: cannot stat '/var/tmp/pamac-build-user/breath-classic-theme-git/pkg/breath-classic-theme-git/usr/share/icons/breath': No such file or directory
==> ERROR: A failure occurred in package().
Aborting...
Proper command to install AUR packages with pamac is build : pamac build ...
I got the same error while trying to install it to check it for you (on unstable branch):
...
-- Installing: /var/tmp/pamac-build-m/breath-classic-theme-git/pkg/breath-classic-theme-git/usr/share/color-schemes/BreathClassic.colors
-- Installing: /var/tmp/pamac-build-m/breath-classic-theme-git/pkg/breath-classic-theme-git/usr/share/color-schemes/BreathClassicDark.colors
-- Installing: /var/tmp/pamac-build-m/breath-classic-theme-git/pkg/breath-classic-theme-git/usr/share/color-schemes/BreathClassicLight.colors
mv: cannot stat '/var/tmp/pamac-build-m/breath-classic-theme-git/pkg/breath-classic-theme-git/usr/share/icons/breath': No such file or directory
==> ERROR: A failure occurred in package().
Aborting...
~/Desktop ❯
May be @LordTermor have an idea to you… Or you solved it already?
Its an AUR package … made by someone named ‘drommer’ a few weeks ago …
You can flag it or comment it or something if there is a problem with it.
But I would also advise trying to build it the regular way, with makepkg, not pamac, before reporting.
I changed folders layout yesterday (renamed breath icons to breath-classic for consistency), it seems AUR package was not adopted. Try our PKGBUILD instead (it should be put in repos soon anyway).
git clone https://gitlab.manjaro.org/packages/community/themes/artwork-breath-classic.git
cd artwork-breath-classic
makepkg -s
and then install needed packages with pamac install <package file names>
This PKGBUILD also builds our theme for Shells collaboration (which differs only in wallpapers). So I think it will be more straightforward to install plasma5-themes-breath-classic and breath-classic-icons package archives manually.
It’s ok to manually build and install as you say, however, I incurr in those packages not being automatically updated anymore whenever I run pamac update, which would be if installed from AUR. So I don’t think it’s a good advice to recommend to random people to build and install manually packages.