mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-31 09:52:57 +02:00
hicolor-icon-theme: update to 0.13.
This commit is contained in:
parent
099fbe9854
commit
6b5f2c5f2d
1 changed files with 4 additions and 24 deletions
|
@ -1,38 +1,18 @@
|
||||||
# Template build file for 'hicolor-icon-theme'.
|
# Template build file for 'hicolor-icon-theme'.
|
||||||
pkgname=hicolor-icon-theme
|
pkgname=hicolor-icon-theme
|
||||||
version=0.12
|
version=0.13
|
||||||
revision=3
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
short_desc="Standard icon theme called hicolor"
|
short_desc="Standard icon theme called hicolor"
|
||||||
homepage="http://icon-theme.freedesktop.org/wiki/HicolorTheme"
|
homepage="http://icon-theme.freedesktop.org/wiki/HicolorTheme"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
distfiles="http://icon-theme.freedesktop.org/releases/$pkgname-$version.tar.gz"
|
distfiles="http://icon-theme.freedesktop.org/releases/$pkgname-$version.tar.gz"
|
||||||
checksum=9edca690617eaa19054951ca53501c802180262be8880ed84754ac46c93bec73
|
checksum=a38b038915480d1ddd4e3c421562560a14d42ace0449a5acc07c50f57f9c3406
|
||||||
long_desc="
|
|
||||||
Default icon theme called hicolor, from freedesktop.org."
|
|
||||||
|
|
||||||
post_install() {
|
|
||||||
dest=usr/share/icons/hicolor
|
|
||||||
# Own all required run time directories.
|
|
||||||
for size in 16 22 24 32 36 48 64 72 96 128 192 256 scalable; do
|
|
||||||
for dir in actions animations apps categories devices \
|
|
||||||
emblems emotes filesystems intl mimetypes places \
|
|
||||||
status stock/chart stock/code stock/data stock/form \
|
|
||||||
stock/image stock/io stock/media stock/navigation \
|
|
||||||
stock/net stock/object stock/table stock/text; do
|
|
||||||
if [ "$size" = "scalable" ]; then
|
|
||||||
touch ${DESTDIR}/${dest}/${size}/${dir}/.owned
|
|
||||||
continue
|
|
||||||
fi
|
|
||||||
touch ${DESTDIR}/${dest}/${size}x${size}/${dir}/.owned
|
|
||||||
done
|
|
||||||
done
|
|
||||||
}
|
|
||||||
|
|
||||||
hicolor-icon-theme_package() {
|
hicolor-icon-theme_package() {
|
||||||
noarch="yes"
|
noarch="yes"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr
|
vmove all
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue