Package Details: morewaita-icon-theme 47.1-1

Git Clone URL: https://aur.archlinux.org/morewaita-icon-theme.git (read-only, click to copy)
Package Base: morewaita-icon-theme
Description: An expanded Adwaita-styled companion icon theme with extra icons for popular apps to complement Gnome Shell's original icons. AUR package maintained by upstream developer.
Upstream URL: https://github.com/somepaulo/MoreWaita
Keywords: adwaita gnome icon-theme icons theme
Licenses: GPL3
Conflicts: morewaita, morewaita-git, morewaita-icon-theme-git
Replaces: morewaita
Submitter: somepaulo
Maintainer: somepaulo
Last Packager: somepaulo
Votes: 6
Popularity: 2.40
First Submitted: 2024-10-18 05:43 (UTC)
Last Updated: 2024-10-31 19:49 (UTC)

Pinned Comments

somepaulo commented on 2024-10-21 16:43 (UTC)

If you're upgrading to v47 from a previous version of this icon theme, it will break your custom assigned folder icons because the folder structure of the theme has changed. Simply reassign your custom folder icons.

Latest Comments

somepaulo commented on 2024-10-21 16:43 (UTC)

If you're upgrading to v47 from a previous version of this icon theme, it will break your custom assigned folder icons because the folder structure of the theme has changed. Simply reassign your custom folder icons.

somepaulo commented on 2022-10-29 21:10 (UTC)

Thank you @dusansimic It all works as expected now.

I've added a few more icons to the git version. I'll add some more next week and push a new release after GS43 hits Arch stable (currently in testing).

dusansimic commented on 2022-10-28 18:42 (UTC)

@somepaulo Thanks for reaching out about this issue and submitting a detailed review. I've updated the PKGBUILD, the new version should be out soon.

somepaulo commented on 2022-10-28 15:49 (UTC)

Thanks for maintaining this!

I noticed that the icon folder and system name lose their CamelCase upon install. The folder becomes morewaita instead of MoreWaita and the icon theme name in Tweaks is listed as Morewaita instead of MoreWaita. This happens with both this and the git package. This breaks troubleshooting instructions in our README.md on GitHub.

Looking at WhiteSur (also installed from AUR) CamelCase is preserved. Looking at the PKGBUILD I can guess that the folder name is derived from the package name, which is understandably lowercase, while WhiteSur uses the ${_gitname} variable to name the installed package and the folder. I guess that variable uses the git repo's name, which would then pull the correct spelling.

Can you please look into this when you have time? Here's the WhiteSur PKGBUILD for your reference: https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=whitesur-icon-theme-git