32 lines
632 B
Bash
32 lines
632 B
Bash
# Copyright 2018 Martin Sekera <sekerama@gmail.com>
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
require github [ user=elementary ]
|
|
require meson
|
|
require vala [ vala_dep=true ]
|
|
|
|
SUMMARY="The Pantheon LightDM greeter."
|
|
SLOT="0"
|
|
LICENCES="GPL-3"
|
|
|
|
DEPENDENCIES="
|
|
build+run:
|
|
elementary-lib/granite
|
|
gnome-desktop/mutter[>=3.28.0&<3.30.0]
|
|
x11-libs/gtk+:3
|
|
dev-libs/glib:2[>=2.44.0]
|
|
gnome-desktop/gnome-settings-daemon
|
|
x11-libs/gdk-pixbuf
|
|
elementary-base/wingpanel
|
|
x11-apps/lightdm
|
|
x11-libs/libX11
|
|
"
|
|
|
|
MYOPTIONS="
|
|
platform:
|
|
amd64
|
|
"
|
|
|
|
DEFAULT_SRC_PREPARE_PATCHES+=(
|
|
"${FILES}/sbin-to-bin.patch"
|
|
)
|