Search Criteria
Package Details: multicolor-sddm-theme 0.1.8-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/multicolor-sddm-theme.git (read-only, click to copy) |
---|---|
Package Base: | multicolor-sddm-theme |
Description: | An SDDM theme that has nine colorschemes available |
Upstream URL: | https://gitlab.com/dwt1/multicolor-sddm-theme |
Licenses: | GPL |
Provides: | multicolor-sddm-theme |
Submitter: | dwt1 |
Maintainer: | dwt1 |
Last Packager: | dwt1 |
Votes: | 1 |
Popularity: | 0.033481 |
First Submitted: | 2021-10-30 19:22 (UTC) |
Last Updated: | 2021-10-30 19:22 (UTC) |
Dependencies (7)
- sddm (sddm-git)
- git (git-vfs, git-git, git-run-command-patch-git) (make)
- otf-font-awesome (optional) – Fontawesome support
- otf-raleway (otf-raleway-git) (optional) – raleway font support
- ttf-font-awesome (ttf-all-the-icons, ttf-font-awesome-pro) (optional) – Fontawesome support
- ttf-google-fonts-git (optional) – Open fonts from google, included raleway
- ttf-impallari-raleway-family (ttf-raleway) (optional) – raleway font support
Latest Comments
kleintux commented on 2022-12-15 16:22 (UTC)
Please remove the line sudo rm -rf /usr/share/sddm/themes/${pkgname} sudo is not allowed inside of PKGBUILDs for security reasons.
LeoMeinel commented on 2022-08-13 00:56 (UTC) (edited on 2022-08-13 12:22 (UTC) by LeoMeinel)
Hi, I would recommend not calling sudo inside a PKGBUILD. This causes a password prompt for builduser if you are building in a chroot.. If you remove the sudo it installs fine. I hope you can implement this somehow!