lxde-icon-theme: update to 0.5.0.

This commit is contained in:
Juan RP 2013-10-28 12:08:34 +01:00
parent 9022ec3c63
commit 91ac5d4047

View file

@ -1,24 +1,21 @@
# Template file for 'lxde-icon-theme' # Template file for 'lxde-icon-theme'
pkgname=lxde-icon-theme pkgname=lxde-icon-theme
version=0.0.1 version=0.5.0
revision=2 revision=1
build_style=gnu-configure build_style=gnu-configure
hostmakedepends="pkg-config" hostmakedepends="pkg-config"
makedepends="gtk+-devel" makedepends="gtk+-devel"
short_desc="LXDE Standard icon theme" short_desc="LXDE default default icon theme based on nuoveXT2"
homepage="http://lxde.org/" homepage="http://lxde.org/"
license="GPL2" license="GPL2"
maintainer="Juan RP <xtraeme@gmail.com>" maintainer="Juan RP <xtraeme@gmail.com>"
distfiles="${SOURCEFORGE_SITE}/lxde/$pkgname-$version.tar.bz2" distfiles="${SOURCEFORGE_SITE}/lxde/$pkgname-$version.tar.bz2"
checksum=a75c0412033a0a0bf6b3912bb37409fbdae1b9a574f2821929aca8749e7ff3a3 checksum=49dc61c46c4a0ca9298f9e0866bcf7212a08ddaa71f15bfabfb0220fe1efa848
long_desc="
This package contains lxde-icon-theme which is the default icon theme
for LXDE, also known as nuoveXT2 icon theme."
lxde-icon-theme_package() { lxde-icon-theme_package() {
noarch="yes" noarch="yes"
depends="gtk+" depends="gtk-update-icon-cache"
pkg_install() { pkg_install() {
vmove usr vmove all
} }
} }