Search Criteria
Package Details: yaru-icon-theme 24.10.4-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/yaru.git (read-only, click to copy) |
---|---|
Package Base: | yaru |
Description: | Yaru default ubuntu icon theme |
Upstream URL: | https://github.com/ubuntu/yaru |
Licenses: | GPL3 |
Submitter: | drakkan |
Maintainer: | drakkan (chrisjbillington) |
Last Packager: | drakkan |
Votes: | 57 |
Popularity: | 0.056851 |
First Submitted: | 2018-07-24 11:55 (UTC) |
Last Updated: | 2024-09-21 08:20 (UTC) |
Dependencies (6)
- gtk-update-icon-cache (gtk-update-icon-cache-gitAUR)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- librsvg (librsvg-gitAUR)
- git (git-gitAUR, git-glAUR) (make)
- meson (meson-gitAUR) (make)
- sassc (sassc-gitAUR) (make)
Latest Comments
« First ‹ Previous 1 .. 5 6 7 8 9 10
drakkan commented on 2018-10-21 12:45 (UTC) (edited on 2018-10-22 22:18 (UTC) by drakkan)
never used pamac before, just installed and tested, it seems to work fine using this command:
pamac build yaru-gnome-shell-theme
In you output I see "Interrupt.." This generally means that the build was intentionally interrupted (using CTRL+C or similar way to send a SIGINT). I don't see obvious error in the PKGBUILD
gavr123456789 commented on 2018-10-21 12:19 (UTC)
Cant build this from pamac
Installing /tmp/pamac-build-gavr/yaru/src/yaru/gtk/src/light/gtk-2.0/assets/combo-entry-rtl-entry.png to /tmp/pamac-build-gavr/yaru/pkg/yaru-gnome-shell-theme/usr/share/themes/Yaru/gtk-2.0/assets Installing /tmp/pamac-build-gavr/yaru/src/yaru/gtk/src/light/gtk-2.0/assets/handle-vert.png to /tmp/pamac-build-gavr/yaru/pkg/yaru-gnome-shell-theme/usr/share/themes/Yaru/gtk-2.0/assets ==> ERROR: package_ya ru-gnome-shell-theme () failed. Interrupt...
SentakuHM commented on 2018-10-16 20:16 (UTC)
Gr8 theme thanx, waiting for more support.
kamilst96 commented on 2018-09-14 22:37 (UTC) (edited on 2018-09-15 06:59 (UTC) by kamilst96)
Yaru developers are messing around with the Light/Dark theme, and moved file structure a bit, which breaks your PKGBUILD. The git commit that breaks this PKGBUILD is pull request #816 (7eebdd859a9a774d1e7beed5ebacf6c526b804dc)
Errors (I install {gnome-shell,gtk,icon} together): /usr/share/Yaru-dark/gtk-3.0/assets is both in 'yaru-gnome-shell-theme' and 'yaru-gtk-theme' /usr/share/Yaru-dark/gtk-3.0/gtk.css {error as above} /usr/share/Yaru-dark/index.theme {error as above}
Note that Yaru developers are removing the dark variant during building, and will only enable it after they think it's good. Technical details are above me, though, sadly.
EDITv2: For now, I added 'rm -r "$pkgdir/usr/share/themes/Yaru-dark" to package_yaru-gnome-shell-theme(), since it's dark-themed anyway (mostly) and it works (dark gtk theme is present too).
phw commented on 2018-07-25 10:20 (UTC)
Please add "git" to makedepends, it is required for pulling the git sources. Without that you cannot build the Yaru packages inside a clean chroot
« First ‹ Previous 1 .. 5 6 7 8 9 10