void-packages/srcpkgs/lxappearance/template

25 lines
729 B
Text
Raw Normal View History

# Template file for 'lxappearance'
pkgname=lxappearance
2013-10-28 11:12:54 +00:00
version=0.5.3
revision=1
build_style=gnu-configure
2013-10-28 11:12:54 +00:00
configure_args="--enable-dbus"
hostmakedepends="pkg-config intltool"
2013-10-28 11:12:54 +00:00
makedepends="gtk+-devel dbus-glib-devel desktop-file-utils"
short_desc="LXDE Theme Switcher"
homepage="http://lxde.org/"
license="GPL2"
maintainer="Juan RP <xtraeme@gmail.com>"
distfiles="${SOURCEFORGE_SITE}/lxde/$pkgname-$version.tar.gz"
2013-10-28 11:12:54 +00:00
checksum=258069e61a1c898d1a095af25e386b3fcb79dc11024e4a0d9231a4316bfd1a2d
long_desc="
LXAppearance is the standard theme switcher of LXDE. Users are able to
change the theme, icons, and fonts used by applications easily."
lxappearance_package() {
depends="desktop-file-utils"
pkg_install() {
2013-10-28 11:12:54 +00:00
vmove all
}
}