2010-01-08 15:15:06 +00:00
|
|
|
# Template file for 'lxde'
|
|
|
|
pkgname=lxde
|
|
|
|
version=0.5.0
|
2013-03-31 07:51:26 +00:00
|
|
|
revision=4
|
2010-01-08 15:15:06 +00:00
|
|
|
build_style=meta-template
|
2013-04-13 08:15:49 +00:00
|
|
|
makedepends="openbox pcmanfm lxde-icon-theme lxde-common lxappearance lxsession
|
|
|
|
lxterminal lxlauncher lxinput lxrandr lxpanel lxtask gpicview xdg-utils xdg-user-dirs"
|
2010-01-08 15:15:06 +00:00
|
|
|
short_desc="LXDE meta-package"
|
2013-03-31 07:51:26 +00:00
|
|
|
homepage="http://lxde.org"
|
|
|
|
license="GPL-2"
|
2010-01-08 15:15:06 +00:00
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
|
|
long_desc="
|
|
|
|
This package installs all required packages for the LXDE desktop system."
|
|
|
|
|
2013-04-13 08:15:49 +00:00
|
|
|
lxde_package() {
|
|
|
|
depends="${makedepends}"
|
|
|
|
noarch="yes"
|
|
|
|
}
|