33 lines
1.2 KiB
Text
33 lines
1.2 KiB
Text
# Template file for 'slim'
|
|
pkgname=slim
|
|
version=1.3.4
|
|
revision=1
|
|
build_style=cmake
|
|
configure_args="-DUSE_PAM=yes -DUSE_CONSOLEKIT=no"
|
|
short_desc="Desktop-independent graphical login manager for X11"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
license="GPL-2"
|
|
homepage="http://slim.berlios.de/"
|
|
distfiles="http://download.berlios.de/slim/slim-${version}.tar.gz"
|
|
checksum=155c26460c98b9f0925624028b4254afc0de4fda33300f3ac45606b2c5cbd501
|
|
long_desc="
|
|
It aims to be light and simple, although completely configurable through
|
|
themes and an option file; is suitable for machines on which remote login
|
|
functionalities are not needed. Features included:
|
|
|
|
PNG and XFT support for alpha transparency and antialiased fonts
|
|
External themes support
|
|
Configurable runtime options: X server, login / shutdown / reboot commands
|
|
Single (GDM-like) or double (XDM-like) input control
|
|
Can load predefined user at startup
|
|
Configurable welcome / shutdown messages
|
|
Random theme selection"
|
|
|
|
conf_files="/etc/slim.conf /etc/pam.d/slim"
|
|
makedepends="cmake pkg-config libpng-devel jpeg-devel libXmu-devel libXft-devel
|
|
pam-devel"
|
|
|
|
post_install() {
|
|
vinstall ${FILESDIR}/slim.pam 644 etc/pam.d slim
|
|
vinstall ${FILESDIR}/slim.service 644 usr/lib/systemd/system
|
|
}
|