hicolor-icon-theme: updated to 0.16

This commit is contained in:
Fredrik Rinnestam 2017-08-22 23:08:00 +02:00
parent cc20d149af
commit 24ba988f5e
3 changed files with 9 additions and 8 deletions

View File

@ -1 +1 @@
6aa2b3993a883d85017c7cc0cfc0fb73 hicolor-icon-theme-0.15.tar.xz
a22e11090a18f203a55bfab54e0586bc hicolor-icon-theme-0.16.tar.xz

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/cLNH83cCZYIVYAEgjsrGr0U6jT8EMcjH/IR3/MfnOw3evQX4FIEmJlGZNQQh44idxY3eWQAcVxCyo7AXvx4VAA=
SHA256 (Pkgfile) = c9b0186db59db45f54217bcbb06df76125b817e9d2f70a27310f4a178f7f815b
RWSE3ohX2g5d/eB3MUO4JKtJqGVPLd2NTLJJoOBkANuObXIAW2Nr9Wqv2OoSqsOtHxGqSRSyBvl/1lC810k+rpB7pGy4XWFSvQA=
SHA256 (Pkgfile) = 5702975eff43a9849d9af57d5bf78d347e31aaff71b67b9593be8908ab57d9db
SHA256 (.footprint) = 9742d71933dd0c09f309438b790fabf16e52aae2425d701a8f1bfcbc641835dc
SHA256 (hicolor-icon-theme-0.15.tar.xz) = 9cc45ac3318c31212ea2d8cb99e64020732393ee7630fa6c1810af5f987033cc
SHA256 (hicolor-icon-theme-0.16.tar.xz) = b0f8e770815fc80f7719d367608a2eb05572570cfca2734f986deae73e7d1f39

View File

@ -3,12 +3,13 @@
# Maintainer: Fredrik Rinnestam, fredrik at crux dot nu
name=hicolor-icon-theme
version=0.15
version=0.16
release=1
source=(http://icon-theme.freedesktop.org/releases/$name-$version.tar.xz)
build() {
cd $name-$version
./configure --prefix=/usr
make DESTDIR=$PKG install
cd $name-$version
./configure --prefix=/usr
make DESTDIR=$PKG install
}