hicolor-icon-theme: new maintainer

This commit is contained in:
Juergen Daubert 2021-01-23 13:10:40 +01:00
parent f6df577603
commit 84aed79520
2 changed files with 4 additions and 5 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/QivqofIZH1D0vCrMuhTKM4n6hMd1tGoQv2yT2JBOaizp/FWig+5/MJnPWabfgaK/+ktj8thQHPnFYB+6kyy/Q0=
SHA256 (Pkgfile) = 40e55d0e44740f8ca6a60ecc576c0ebab7f4452917fe26aaeb07d1bf40b3f7a7
RWSE3ohX2g5d/V/576naCpQbxucFYrzWr+JQzY0ULWBTDZoZ87w2ElI7jM+smD/4pQJHfulZ246sPYU6bqO7oFbN5T3Cfu3zcA4=
SHA256 (Pkgfile) = d0cfd7f9bfd4a5a05aa8148dc6554bc092c7ac4d1bac2e947dd193fbe6c3ec86
SHA256 (.footprint) = 9742d71933dd0c09f309438b790fabf16e52aae2425d701a8f1bfcbc641835dc
SHA256 (hicolor-icon-theme-0.17.tar.xz) = 317484352271d18cbbcfac3868eab798d67fff1b8402e740baa6ff41d588a9d8

View File

@ -1,6 +1,6 @@
# Description: default fallback used by the icon theme specification
# URL: https://www.freedesktop.org/wiki/Software/icon-theme/
# Maintainer: Fredrik Rinnestam, fredrik at crux dot nu
# URL: https://www.freedesktop.org/wiki/Software/icon-theme/
# Maintainer: CRUX System Team, core-ports at crux dot nu
name=hicolor-icon-theme
version=0.17
@ -10,6 +10,5 @@ source=(http://icon-theme.freedesktop.org/releases/$name-$version.tar.xz)
build() {
cd $name-$version
./configure --prefix=/usr
make DESTDIR=$PKG install
}