hicolor-icon-theme: update to 0.13.
This commit is contained in:
parent
099fbe9854
commit
6b5f2c5f2d
|
@ -1,38 +1,18 @@
|
|||
# Template build file for 'hicolor-icon-theme'.
|
||||
pkgname=hicolor-icon-theme
|
||||
version=0.12
|
||||
revision=3
|
||||
version=0.13
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
short_desc="Standard icon theme called hicolor"
|
||||
homepage="http://icon-theme.freedesktop.org/wiki/HicolorTheme"
|
||||
license="GPL-2"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
distfiles="http://icon-theme.freedesktop.org/releases/$pkgname-$version.tar.gz"
|
||||
checksum=9edca690617eaa19054951ca53501c802180262be8880ed84754ac46c93bec73
|
||||
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
|
||||
}
|
||||
checksum=a38b038915480d1ddd4e3c421562560a14d42ace0449a5acc07c50f57f9c3406
|
||||
|
||||
hicolor-icon-theme_package() {
|
||||
noarch="yes"
|
||||
pkg_install() {
|
||||
vmove usr
|
||||
vmove all
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue