-
Notifications
You must be signed in to change notification settings - Fork 87
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
**Summary** - Only ship .otf files - Add appstream metainfo (Part of #449) - Add monitoring.yml (Part of #4121)
- Loading branch information
Showing
4 changed files
with
32 additions
and
28 deletions.
There are no files selected for viewing
9 changes: 9 additions & 0 deletions
9
packages/f/font-weather-icons/files/weather_icons.metainfo.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!-- Copyright 2024 Solus Developers <copyright@getsol.us --> | ||
<component type="font"> | ||
<id>font-weather-icons</id> | ||
<metadata_license>CC0-1.0</metadata_license> | ||
<name>Weather Icons</name> | ||
<url type="homepage">https://github.com/erikflowers/weather-icons</url> | ||
<summary>Icon font with 222 weather themed icons inspired by Font Awesome</summary> | ||
</component> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
releases: | ||
id: 375318 | ||
rss: https://github.com/erikflowers/weather-icons/releases.atom | ||
# No known CPE, checked 2024-11-06 | ||
security: | ||
cpe: ~ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,19 @@ | ||
name : font-weather-icons | ||
version : 2.0.12 | ||
release : 3 | ||
release : 4 | ||
source : | ||
- https://github.com/erikflowers/weather-icons/archive/refs/tags/2.0.12.tar.gz : e6a0693ec10ba423f26b7e6abcbf67ea7bec69fc0afaabb0ddd62799cdc91223 | ||
homepage : https://github.com/erikflowers/weather-icons | ||
license : OFL-1.1 | ||
component : | ||
- otf : desktop.font | ||
- ttf : desktop.font | ||
component : desktop.font | ||
summary : | ||
- Icon font with 222 weather themed icons inspired by Font Awesome (opentype) | ||
- ttf : Icon font with 222 weather themed icons inspired by Font Awesome (truetype) | ||
Icon font with 222 weather themed icons inspired by Font Awesome | ||
description: | | ||
Weather Icons is the only icon font with 222 weather themed icons, ready to be dropped right into any project that needs high quality weather, maritime, and meteorological based icons! | ||
patterns : | ||
- otf : /usr/share/fonts/opentype | ||
- ttf : /usr/share/fonts/truetype | ||
replaces : | ||
- ttf : font-ibm-plex | ||
install : | | ||
install -D -m00644 _docs/font-source/weathericons-*.otf -t $installdir/usr/share/fonts/opentype/weathericons/ | ||
install -D -m00644 font/weathericons-*.ttf -t $installdir/usr/share/fonts/truetype/weathericons/ | ||
install -Dm00644 _docs/font-source/weathericons-*.otf -t $installdir/usr/share/fonts/opentype/weathericons/ | ||
install -Dm00644 $pkgfiles/weather_icons.metainfo.xml -t $installdir/usr/share/metainfo/ | ||
replaces : | ||
- font-ibm-plex | ||
- font-weather-icons-otf | ||
- font-weather-icons-ttf |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters