Search Criteria
Package Details: kora-icon-theme-git r624.8ff757b-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/kora-icon-theme-git.git (read-only, click to copy) |
---|---|
Package Base: | kora-icon-theme-git |
Description: | Kora is an SVG icon theme with lots of new icons for GNU/Linux operating systems |
Upstream URL: | https://github.com/bikass/kora |
Licenses: | GPL3 |
Conflicts: | kora-icon-theme |
Provides: | kora-icon-theme |
Submitter: | D3SOX |
Maintainer: | btd1337 |
Last Packager: | btd1337 |
Votes: | 6 |
Popularity: | 0.000380 |
First Submitted: | 2020-12-29 14:54 (UTC) |
Last Updated: | 2021-01-26 23:11 (UTC) |
Dependencies (5)
- gtk-update-icon-cache (gtk-update-icon-cache-gitAUR)
- git (git-gitAUR, git-glAUR) (make)
- adwaita-icon-theme (adwaita-icon-theme-gitAUR, adwaita-icon-theme-41AUR) (optional) – fallback GNOME standard icons
- breeze-icons (breeze-icons-gitAUR) (optional) – fallback Breeze icon theme for Plasma Desktop
- hicolor-icon-theme (hicolor-icon-theme-gitAUR) (optional) – fallback Freedesktop.org Hicolor icon theme
Latest Comments
maxpayne3 commented on 2021-08-15 15:04 (UTC)
Please add
options=('!strip')
so the symbol check is skipped since it's useless on this package and the installation is speed up.maxpayne3 commented on 2021-01-11 21:09 (UTC)
kora changed its inherits, gnome theme opt dependency should be replaced by adwaita-icon-theme
D3SOX commented on 2021-01-03 16:43 (UTC) (edited on 2021-01-03 16:45 (UTC) by D3SOX)
@btd1337 As your package was broken and a friend wanted to install it I created this. You can adopt the package
btd1337 commented on 2021-01-02 23:46 (UTC)
In the last days the project author renamed Korla icons to Kora.
D3SOX user then copied all the PKGBuild data I maintain in original package, without any notification, request, or mention and created this one.
Now I'm back from New Year's break and I see that.
I think that when a package is renamed, they are the original maintainers who should create the new package and merge the votes and comments, because they were the ones who were maintaining the project.
maxpayne3 commented on 2020-12-31 17:43 (UTC)
The old package should only be renamed to get the new version.
Who install this package gets the new one and the old remains installed on the system, so please add korla-icon-theme to conflicts.
D3SOX commented on 2020-12-31 14:15 (UTC) (edited on 2020-12-31 14:16 (UTC) by D3SOX)
I think the old packages should get deleted so I might also add replaces when I'm home
maxpayne3 commented on 2020-12-31 14:14 (UTC)
You should modify
provides
andconflicts
attributes withkorla-icon-theme
so who install this package gets the previous one replaced.maxpayne3 commented on 2020-12-27 19:51 (UTC)
Repository name is changed from
korla
tokora
._gitname
andkorla
paths should be changed tokora
.btd1337 commented on 2020-05-12 18:52 (UTC) (edited on 2020-06-24 03:54 (UTC) by btd1337)
Please fix package version so that AUR Helpers are able to detect updates via new commits.
-git
packages must not be declared by the release version number.The right mode is:
r495.95ccc8d
Where:
495
= Current number of commits from the master branch95ccc8d
= 7 first digits of the last commit idThis information is visible on the repository's home page on Github.
You can also clone the repository for your machine and run the following command to get it:
printf "r% s.% s \ n" "$ (git rev-list --count HEAD)" "$ (git rev-parse --short HEAD)"