mirror of
https://github.com/ivabus/pantry
synced 2024-11-23 00:45:07 +03:00
freedesktop.org/icon theme (#1861)
* new file: projects/freedesktop.org/icon-theme/package.yml * modified: projects/freedesktop.org/icon-theme/package.yml
This commit is contained in:
parent
bd2cebe9db
commit
f050718931
1 changed files with 24 additions and 0 deletions
24
projects/freedesktop.org/icon-theme/package.yml
Normal file
24
projects/freedesktop.org/icon-theme/package.yml
Normal file
|
@ -0,0 +1,24 @@
|
||||||
|
distributable:
|
||||||
|
url: https://icon-theme.freedesktop.org/releases/hicolor-icon-theme-{{version.marketing}}.tar.xz
|
||||||
|
strip-components: 1
|
||||||
|
|
||||||
|
versions:
|
||||||
|
url: https://icon-theme.freedesktop.org/releases/
|
||||||
|
match: /hicolor-icon-theme-\d+\.\d+\.tar\.xz/
|
||||||
|
strip:
|
||||||
|
- /^hicolor-icon-theme-/
|
||||||
|
- /.tar.xz/
|
||||||
|
|
||||||
|
build:
|
||||||
|
dependencies:
|
||||||
|
tea.xyz/gx/cc: c99
|
||||||
|
tea.xyz/gx/make: '*'
|
||||||
|
script: |
|
||||||
|
./configure $ARGS
|
||||||
|
make --jobs {{ hw.concurrency }} install
|
||||||
|
env:
|
||||||
|
ARGS:
|
||||||
|
- --prefix="{{prefix}}"
|
||||||
|
|
||||||
|
test:
|
||||||
|
test -e "{{prefix}}/share/icons/hicolor/index.theme" && exit 0 || exit 1
|
Loading…
Reference in a new issue