void-packages/srcpkgs/lightdm/template

71 lines
2.2 KiB
Text
Raw Normal View History

2011-02-16 13:27:20 +00:00
# Template file for 'lightdm'
pkgname=lightdm
2014-03-15 07:14:10 +00:00
version=1.8.8
2014-02-19 19:23:24 +00:00
revision=1
build_style=gnu-configure
2012-04-20 08:22:48 +00:00
configure_args="--with-greeter-session=lightdm-gtk-greeter
2012-10-15 21:30:02 +00:00
--with-greeter-user=lightdm --disable-static --disable-tests"
2011-02-16 13:27:20 +00:00
short_desc="Light Display Manager"
maintainer="Juan RP <xtraeme@gmail.com>"
2011-11-09 07:41:52 +00:00
license="GPL-3, LGPL-3"
2012-07-09 21:05:03 +00:00
homepage="https://launchpad.net/lightdm"
2013-10-11 07:49:48 +00:00
distfiles="https://launchpad.net/lightdm/${version%.*}/$version/+download/$pkgname-$version.tar.xz"
2014-03-15 07:14:10 +00:00
checksum=b366c7580574766f40d5b24dbaaecdc5e332be6df44bd4b3df0c04a729b493ba
2011-02-16 13:27:20 +00:00
2013-10-11 07:49:48 +00:00
hostmakedepends="pkg-config intltool itstool gobject-introspection which"
makedepends="dbus-glib-devel libxklavier-devel libxml2-devel
qt-devel gtk+3-devel libxcb-devel libXdmcp-devel pam-devel vala-devel
libgcrypt-devel gnome-icon-theme dbus accountsservice-devel"
depends="gnome-icon-theme dbus accountsservice"
conf_files="
/etc/lightdm/keys.conf
/etc/lightdm/lightdm.conf
/etc/lightdm/users.conf
/etc/pam.d/lightdm
/etc/pam.d/lightdm-greeter
/etc/pam.d/lightdm-autologin"
system_accounts="lightdm"
lightdm_homedir="/var/cache/lightdm"
systemd_services="lightdm.service off"
make_dirs="/var/cache/lightdm 0755 lightdm lightdm"
2011-02-16 13:27:20 +00:00
2012-04-20 08:22:48 +00:00
post_install() {
2011-05-18 10:25:00 +00:00
# Remove provided init file and use our own.
2011-02-16 13:27:20 +00:00
rm -rf ${DESTDIR}/etc/init
2012-07-09 21:05:03 +00:00
vinstall ${FILESDIR}/lightdm.service 644 usr/lib/systemd/system
2013-10-11 07:49:48 +00:00
vinstall ${FILESDIR}/lightdm.tmpfiles 644 usr/lib/tmpfiles.d lightdm.conf
vinstall ${FILESDIR}/lightdm.pam 644 etc/pam.d lightdm
2012-04-20 08:22:48 +00:00
vinstall ${FILESDIR}/lightdm-autologin.pam 644 etc/pam.d lightdm-autologin
vinstall ${FILESDIR}/lightdm.rules 644 usr/share/polkit-1/rules.d
2013-10-11 08:16:08 +00:00
vinstall ${FILESDIR}/xsession 755 etc/lightdm Xsession
2011-02-16 13:27:20 +00:00
}
liblightdm-gobject_package() {
2013-10-11 07:49:48 +00:00
short_desc+=" - GObject support library"
pkg_install() {
2013-10-11 07:49:48 +00:00
vmove "usr/lib/liblightdm-gobject*.so.*"
vmove usr/lib/girepository-1.0
}
}
liblightdm-qt_package() {
2013-10-11 07:49:48 +00:00
short_desc+=" - QT support library"
pkg_install() {
2013-10-11 07:49:48 +00:00
vmove "usr/lib/liblightdm-qt*.so.*"
}
}
lightdm-devel_package() {
2014-01-22 09:28:38 +00:00
depends="libglib-devel liblightdm-gobject>=${version}_${revision}
liblightdm-qt>=${version}_${revision}"
2013-10-11 07:49:48 +00:00
short_desc+=" - development files"
pkg_install() {
vmove usr/include
vmove usr/lib/pkgconfig
vmove usr/share/gtk-doc
vmove usr/share/vala
vmove usr/share/gir-1.0
2013-10-11 07:49:48 +00:00
vmove "usr/lib/*.so"
}
}