2021-10-26 12:47:26 by Nia Alarie | Files touched by this commit (800) |
Log message:
graphics: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
|
2021-10-07 16:13:27 by Nia Alarie | Files touched by this commit (800) |
Log message:
graphics: Remove SHA1 hashes for distfiles
|
2020-09-20 23:26:54 by Thomas Klausner | Files touched by this commit (2) |
Log message:
hicolor-icon-theme: convert from @pkgdir in PLIST to REQD_DIRS
Fixes lots of warnings on deinstall of the following type:
pkg_delete: Directory `/usr/pkg/share/icons/hicolor/symbolic' disappeared, skipping
Bump PKGREVISION.
|
2019-09-19 20:57:43 by Nia Alarie | Files touched by this commit (1) |
Log message:
hicolor-icon-theme: Add newline to DESCR
|
2018-01-07 14:04:44 by Roland Illig | Files touched by this commit (583) |
Log message:
Fix indentation in buildlink3.mk files.
The actual fix as been done by "pkglint -F */*/buildlink3.mk", and was
reviewed manually.
There are some .include lines that still are indented with zero spaces
although the surrounding .if is indented. This is existing practice.
|
2017-10-02 17:06:03 by Thomas Klausner | Files touched by this commit (3) | |
Log message:
hicolor-icon-theme: update to 0.17.
New in 0.17:
* Fix 256x256@2/animations name in index.theme
New in 0.16:
* Add hidpi icon directories (e.g. 48x48@2) with scale=2
New in 0.15:
* A new icon subdirectory symbolic/apps is available for symbolic
application icons. It similar to scalable, except it has a target
design size of 16, which is what symbolic icons use.
|
2017-09-19 10:17:22 by Thomas Klausner | Files touched by this commit (1) |
Log message:
hicolor-icon-theme: fix HOMEPAGE
|
2017-08-16 22:21:18 by Thomas Klausner | Files touched by this commit (180) |
Log message:
Follow some http redirects.
|
2017-06-14 18:25:17 by Patrick Welche | Files touched by this commit (6) |
Log message:
Revbump for introduction of icon theme handling framework
|
2017-06-14 18:23:10 by Patrick Welche | Files touched by this commit (10) | |
Log message:
Essentially from OBATA Akio in private mail, June 2015:
Introduce Icon Theme cache handling framework
Icon Theme cache files are used by GTK+ and maintained with the
gtk-update-icon-cache tool. Each Icon Theme package duplicates
its own maintainance scripts: only the specified icon theme directory
differs. With this framework, if packages have ICON_THEMES=yes,
associated icon themes will be detected and their cache files will
be maintained automatically.
Change cache handling behaviour as follows:
* Icon theme caches will be updated if either gtk2+ or gtk3+
gtk-update-icon-cache tool is available.
* With installation of gtk2+ package, not only hicolor icon theme but
also any other icon theme cache files will be updated.
* Prevent removal of icon caches at deinstall, gtk3+ may be installed and
using them.
* Ditto with gtk3+, gtk2+ may not be installed now, so caches must be
maintained by gtk3+.
|