diff options
author | Juergen Daubert <jue@jue.li> | 2021-01-23 13:10:40 +0100 |
---|---|---|
committer | Juergen Daubert <jue@jue.li> | 2021-01-23 13:10:40 +0100 |
commit | 84aed795206e494b8036917f930c3c310707fdf0 (patch) | |
tree | 774417ccc9ed9d8c4fa209d2204851c09e0e827b /hicolor-icon-theme | |
parent | f6df577603ba5931f110f6881f10bc40eb45a83b (diff) | |
download | opt-84aed795206e494b8036917f930c3c310707fdf0.tar.gz opt-84aed795206e494b8036917f930c3c310707fdf0.tar.xz |
hicolor-icon-theme: new maintainer
Diffstat (limited to 'hicolor-icon-theme')
-rw-r--r-- | hicolor-icon-theme/.signature | 4 | ||||
-rw-r--r-- | hicolor-icon-theme/Pkgfile | 5 |
2 files changed, 4 insertions, 5 deletions
diff --git a/hicolor-icon-theme/.signature b/hicolor-icon-theme/.signature index 60e7b0e22..6db6247b3 100644 --- a/hicolor-icon-theme/.signature +++ b/hicolor-icon-theme/.signature @@ -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 diff --git a/hicolor-icon-theme/Pkgfile b/hicolor-icon-theme/Pkgfile index cd2bc285d..7279a930c 100644 --- a/hicolor-icon-theme/Pkgfile +++ b/hicolor-icon-theme/Pkgfile @@ -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 } |