void-packages/srcpkgs/lxlauncher/template

29 lines
901 B
Plaintext

# Template file for 'lxlauncher'
pkgname=lxlauncher
version=0.2.2
revision=2
build_style=gnu-configure
hostmakedepends="pkg-config intltool"
makedepends="gtk+-devel startup-notification-devel menu-cache-devel"
short_desc="LXDE ASUS EEPC launcher"
homepage="http://lxde.org/"
license="GPL2"
maintainer="Juan RP <xtraeme@gmail.com>"
distfiles="${SOURCEFORGE_SITE}/lxde/$pkgname-$version.tar.gz"
checksum=ad586e3a2668f98bbf0217ec1be1f8f1be4ff876b180a407c7db2fe354303cbc
long_desc="
The LXLauncher is the optional launcher for application programs developed
for the 7-10.2 screens. LXLauncher enables the LXDE desktop to be a topic
oriented groupping specific application programs to one view under tabs."
lxlauncher_package() {
conf_files="
/etc/xdg/lxlauncher/gtkrc
/etc/xdg/lxlauncher/settings.conf
/etc/xdg/menus/lxlauncher-applications.menu"
pkg_install() {
vmove etc
vmove usr
}
}