Search Criteria
Package Details: oranchelo-icon-theme 0.9.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/oranchelo-icon-theme.git (read-only, click to copy) |
---|---|
Package Base: | oranchelo-icon-theme |
Description: | Oranchelo is a flat-design icon theme for XFCE4 based on Super Flat Remix and inspired by "Corny icons" by Patryk Goworowski. |
Upstream URL: | https://github.com/Madh93/oranchelo-icon-theme.git |
Licenses: | GPL3 |
Groups: | gnome, xfce |
Conflicts: | oranchelo-icon-theme |
Provides: | oranchelo-icon-theme |
Submitter: | Duvan |
Maintainer: | sanduhrs |
Last Packager: | sanduhrs |
Votes: | 26 |
Popularity: | 0.40 |
First Submitted: | 2015-11-12 04:15 (UTC) |
Last Updated: | 2021-09-20 09:28 (UTC) |
Latest Comments
spsf64 commented on 2019-01-12 13:03 (UTC) (edited on 2019-01-12 13:06 (UTC) by spsf64)
Please add these lines to pkgbuild so we get all other icons:
package() {
install -d -m 755 "$pkgdir"/usr/share/icons/Oranchelo install -d -m 755 "$pkgdir"/usr/share/icons/Oranchelo-Green install -d -m 755 "$pkgdir"/usr/share/icons/Oranchelo-Beka install -d -m 755 "$pkgdir"/usr/share/icons/Oranchelo-Classic-Folders install -d -m 755 "$pkgdir"/usr/share/icons/oranchelo-light
cd $srcdir/$pkgname/Oranchelo cp -r . "$pkgdir"/usr/share/icons/Oranchelo/ cd $srcdir/$pkgname/Oranchelo-Green cp -r . "$pkgdir"/usr/share/icons/Oranchelo-Green/ cd $srcdir/$pkgname/Oranchelo-Beka cp -r . "$pkgdir"/usr/share/icons/Oranchelo-Beka/ cd $srcdir/$pkgname/Oranchelo-Classic-Folders cp -r . "$pkgdir"/usr/share/icons/Oranchelo-Classic-Folders/ cd $srcdir/$pkgname/oranchelo-light cp -r . "$pkgdir"/usr/share/icons/oranchelo-light/
}
Thanks for maintaining this package!
<deleted-account> commented on 2018-12-13 18:51 (UTC)
You get an error message when you install it. gtk-update-icon-cache: The generated cache was invalid. error: command failed to execute correctly Solution = no spaces anywhere in the icon names
Plexcon commented on 2017-07-29 11:22 (UTC) (edited on 2017-07-29 11:27 (UTC) by Plexcon)
tembleking commented on 2016-08-16 09:47 (UTC)