hicolor-icon-theme: 0.18

This commit is contained in:
Owen Rafferty 2024-06-01 16:04:01 -05:00
parent e369ce3103
commit f58fef2a55
No known key found for this signature in database
5 changed files with 11 additions and 6 deletions

View File

@ -1,6 +1,10 @@
#!/bin/sh -e
./configure \
--prefix=/usr
export DESTDIR="$1"
make DESTDIR="$1" install
meson setup \
-Dprefix=/usr \
output
ninja -C output
ninja -C output install

View File

@ -1 +1 @@
95dba49dbf1e5bbf701ff98c1d80508359f274572f3fdaf70d3f07a16bf9534f31
062e251872a23ecf47a127293ae9abf98a1c912f82f819d0cebccf8d9415deb239

View File

@ -0,0 +1 @@
meson make

View File

@ -1 +1 @@
https://icon-theme.freedesktop.org/releases/hicolor-icon-theme-0.17.tar.xz
https://icon-theme.freedesktop.org/releases/hicolor-icon-theme-0.18.tar.xz

View File

@ -1 +1 @@
0.17 1
0.18 1