🔒 Repository is read-only – file editing is disabled.
12345678910111213141516171819202122232425262728293031323334353637383940414243
pkgname: lightdm-gtk-greeter
pkgver: '2.0.9'
pkgrel: '6'
pkgdesc: Gtk greeter for lightdm
url: 'https://en.wikipedia.org/wiki/LightDM'
arch: x86_64
depends:
- glycin
makedepends:
- autoconf
- automake
- m4
- xfce4-dev-tools
- lightdm
- exo
- gobject-introspection
source:
- 'https://github.com/Xubuntu/lightdm-gtk-greeter/archive/lightdm-gtk-greeter-${pkgver}.tar.gz'
sha256sums:
- a2ea9f0cc5dd8d2a4d81ff45ccc10498513ecec2f24437024abdb6ba016e702c
build: |
cd ${pkgname}-${pkgver}
NOCONFIGURE=1 ./autogen.sh
CFLAGS+=" -Wno-declaration-after-statement \
-Wno-error=deprecated-declarations"
./configure \
--prefix=/usr \
--libexecdir=/usr/lib/lightdm \
--sbindir=/usr/bin \
--sysconfdir=/etc \
--with-libxklavier \
--enable-kill-on-sigterm \
--disable-libido \
--disable-libindicator \
--disable-static \
--docdir=/usr/share/doc/${pkgname}
make
make DESTDIR=${PKGDIR} install
sed -i "s@#background=@background=/usr/share/wallpapers/paganlinux/paganlinux-wallpaper.png@" \
${PKGDIR}/etc/lightdm/lightdm-gtk-greeter.conf
package: |
true