lxappearance: update to 0.5.3.

This commit is contained in:
Juan RP 2013-10-28 12:12:54 +01:00
parent 91ac5d4047
commit cb3ab9f6b7

View File

@ -1,16 +1,17 @@
# Template file for 'lxappearance' # Template file for 'lxappearance'
pkgname=lxappearance pkgname=lxappearance
version=0.5.1 version=0.5.3
revision=2 revision=1
build_style=gnu-configure build_style=gnu-configure
configure_args="--enable-dbus"
hostmakedepends="pkg-config intltool" hostmakedepends="pkg-config intltool"
makedepends="gtk+-devel desktop-file-utils" makedepends="gtk+-devel dbus-glib-devel desktop-file-utils"
short_desc="LXDE Theme Switcher" short_desc="LXDE Theme Switcher"
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.gz" distfiles="${SOURCEFORGE_SITE}/lxde/$pkgname-$version.tar.gz"
checksum=74e638257092201a572f1fcd4eb93c195c9fa75e27602662de542b002e6deade checksum=258069e61a1c898d1a095af25e386b3fcb79dc11024e4a0d9231a4316bfd1a2d
long_desc=" long_desc="
LXAppearance is the standard theme switcher of LXDE. Users are able to LXAppearance is the standard theme switcher of LXDE. Users are able to
change the theme, icons, and fonts used by applications easily." change the theme, icons, and fonts used by applications easily."
@ -18,6 +19,6 @@ long_desc="
lxappearance_package() { lxappearance_package() {
depends="desktop-file-utils" depends="desktop-file-utils"
pkg_install() { pkg_install() {
vmove usr vmove all
} }
} }