lightdm-mini-greeter: initial commit

This commit is contained in:
Tim Biermann 2019-06-11 23:45:46 +02:00
parent 3fcac4f16a
commit a8e1cd3a54
Signed by untrusted user: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 32 additions and 0 deletions

View File

@ -0,0 +1,9 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/lightdm-mini-greeter
drwxr-xr-x root/root usr/etc/
drwxr-xr-x root/root usr/etc/lightdm/
-rw-r--r-- root/root usr/etc/lightdm/lightdm-mini-greeter.conf
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/xgreeters/
-rw-r--r-- root/root usr/share/xgreeters/lightdm-mini-greeter.desktop

View File

@ -0,0 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3zTyyCj5NLwPDxlKBOjTsbT7mCCG6+8TIQFd0T7a/W9CXdDKa5k46bA2I9W1DA4TGUlC363serZ9HdMltAmnjQY=
SHA256 (Pkgfile) = 380a5fa76873121f80d78e06b174625e910079f7c7c66fdebe3d02954273018c
SHA256 (.footprint) = acb77b428976c0c3e6899c521bac048cefeabcb889ecf1a2db96959f8eb3e277
SHA256 (lightdm-mini-greeter-0.3.4.tar.gz) = 6276b5ce6c97b7685788a41969c01335007cfc0163d9d6fd16462cff70622831

View File

@ -0,0 +1,18 @@
# Description: A Minimal, Configurable, Single-User GTK3 LightDM Greeter
# URL: https://github.com/prikhi/lightdm-mini-greeter
# Maintainer: Tim Biermann, tbier at posteo dot de
# Depends on: libxklavier gtk3 libffi libpng libxml2 pango lightdm
name=lightdm-mini-greeter
version=0.3.4
release=1
source=(https://github.com/prikhi/$name/archive/$version/$name-$version.tar.gz)
build() {
cd $name-$version
./autogen.sh
./configure --prefix=/usr \
--disable-nls
make
make DESTDIR=$PKG install
}