Search Criteria
Package Details: ical2html 3.0-3
Package Actions
Git Clone URL: | https://aur.archlinux.org/ical2html.git (read-only, click to copy) |
---|---|
Package Base: | ical2html |
Description: | Utilities to filter, merge, and generate HTML from ical files |
Upstream URL: | https://www.w3.org/Tools/Ical2html |
Licenses: | custom |
Submitter: | pypi |
Maintainer: | kleintux |
Last Packager: | kleintux |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2015-12-04 06:03 (UTC) |
Last Updated: | 2025-10-13 08:27 (UTC) |
Latest Comments
kleintux commented on 2025-10-13 08:27 (UTC)
@m040601 thx for the heads up. it's fixed :)
m040601 commented on 2025-10-11 13:51 (UTC)
pacman -Ql ical2html
pacman -Qo /usr/share/calendar.css
This is not correct. That file "calendar.rss" in in the wrong place. It should be,
As you can see with,
$ find /usr/share/ -maxdepth 1 -type f
There are no files by any PACKAGE placed directly under "/usr/share". They should be placed in "/usr/share/SOMEPACKAGE/somefile..."
The PKGBUILD and/or the makefile/flags should be adjusted.
m040601 commented on 2025-10-10 21:33 (UTC)