lightdm-mini-greeter: dropped port

This commit is contained in:
Tim Biermann 2021-07-28 15:06:05 +02:00
parent b32adac516
commit 9d826f930f
Signed by: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 0 additions and 33 deletions

View File

@ -1,9 +0,0 @@
drwxr-xr-x root/root etc/
drwxr-xr-x root/root etc/lightdm/
-rw-r--r-- root/root etc/lightdm/lightdm-mini-greeter.conf
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/share/
drwxr-xr-x root/root usr/share/xgreeters/
-rw-r--r-- root/root usr/share/xgreeters/lightdm-mini-greeter.desktop

View File

@ -1,5 +0,0 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF35JE6Lo1i+TB0GpZ8zF9w3Mab1BJO7ARWl++bIvHtJS9q1eFgrGmNwbdftWySwD5y+G70aXRs44+biidDSdoFg4=
SHA256 (Pkgfile) = b6c28eecbad0a6f6fb30a622fc06c00f7b4fc883a1faf0adf93ed7d1ed03efc7
SHA256 (.footprint) = 9fa4351601d723d6e3ac2354576b6ca7e66a66534f8e462b2913b8bb7d1299b6
SHA256 (lightdm-mini-greeter-0.5.1.tar.gz) = 2c48b6686209d9e2940da4dcbb7d5fea2caf68f5a2a11270f536bbdb625ca677

View File

@ -1,19 +0,0 @@
# 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: gtk3 libffi libpng libxklavier libxml2 lightdm pango
name=lightdm-mini-greeter
version=0.5.1
release=1
source=(https://github.com/prikhi/$name/archive/$version/$name-$version.tar.gz)
build() {
cd $name-$version
./autogen.sh
./configure --prefix=/usr \
--sysconfdir=/etc \
--disable-nls
make
make DESTDIR=$PKG install
}