Package Details: rofi-themes-collection-git 1:r27.ec731ce-2

Git Clone URL: https://aur.archlinux.org/rofi-themes-collection-git.git (read-only, click to copy)
Package Base: rofi-themes-collection-git
Description: Themes Collection for Rofi Launcher
Upstream URL: https://github.com/newmanls/rofi-themes-collection
Licenses: GPL-3.0-only
Submitter: hayao
Maintainer: vladaviedov
Last Packager: vladaviedov
Votes: 0
Popularity: 0.000000
First Submitted: 2023-04-26 15:40 (UTC)
Last Updated: 2025-09-19 19:40 (UTC)

Dependencies (2)

Required by (1)

Sources (1)

Latest Comments

Pirgosth commented on 2025-09-17 19:09 (UTC)

Thank you very much, this effectively fixed the issue.

vladaviedov commented on 2025-09-17 15:45 (UTC)

Sorry about that. I assumed that the template folder was for making new themes rather than a dependency. Latest commit fixes the issue.

Pirgosth commented on 2025-09-17 14:22 (UTC) (edited on 2025-09-17 14:25 (UTC) by Pirgosth)

Hello, the last commit d242efdde0945280556ececf5342b330ca423086 broke all themes relying on the template folder. I think this is due to the edit of install -Dm644 -t "$pkgdir/usr/share/rofi/themes/" themes/*.rasi, that does not copy the template folder.

For now a temporary fix is to manually recreate the missing template folder and file rounded-template.rasi in /usr/share/rofi/themes, directly from the github upstream, as I don't know how to do PKBUILD myself.

Maistas commented on 2025-07-30 17:03 (UTC)

Hi, the upstream has updated their themes directory to include a template subdirectory so the last install command on the PKGBUILD fails.

Could you update it to something like: find themes -type f -exec install -Dm644 {} "$pkgdir/usr/share/rofi/{}" \;