some greetd greeters
This commit is contained in:
parent
d1e419a20f
commit
7ea6edfd13
3 changed files with 39 additions and 0 deletions
13
srcpkgs/gtkgreet/template
Normal file
13
srcpkgs/gtkgreet/template
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
# Template file for 'gtkgreet'
|
||||||
|
pkgname=gtkgreet
|
||||||
|
version=0.8
|
||||||
|
revision=1
|
||||||
|
build_style=meson
|
||||||
|
hostmakedepends="ninja pkg-config scdoc"
|
||||||
|
makedepends="gtk+3-devel gtk-layer-shell-devel json-c-devel"
|
||||||
|
short_desc="GTK based greeter for greetd"
|
||||||
|
maintainer="Lilian Jónsdóttir <lilian.jonsdottir@gmail.com>"
|
||||||
|
license="GPL-3.0-only"
|
||||||
|
homepage="https://git.sr.ht/~kennylevinsen/gtkgreet"
|
||||||
|
distfiles="https://git.sr.ht/~kennylevinsen/gtkgreet/archive/${version}.tar.gz"
|
||||||
|
checksum=e5c70219da191a60e2e009412603e05c36cee15bbbf7657dbbeaa1d21a692873
|
14
srcpkgs/regreet/template
Normal file
14
srcpkgs/regreet/template
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
# Template file for 'regreet'
|
||||||
|
pkgname=regreet
|
||||||
|
version=0.1.1
|
||||||
|
revision=1
|
||||||
|
build_style=cargo
|
||||||
|
hostmakedepends="pkg-config"
|
||||||
|
makedepends="gtk4-devel"
|
||||||
|
depends="gtk4"
|
||||||
|
short_desc="Clean and customizable greeter for greetd"
|
||||||
|
maintainer="Lilian Jónsdóttir <lilian.jonsdottir@gmail.com>"
|
||||||
|
license="GPL-3.0-only"
|
||||||
|
homepage="https://github.com/rharish101/ReGree"
|
||||||
|
distfiles="https://github.com/rharish101/ReGreet/archive/refs/tags/${version}.tar.gz"
|
||||||
|
checksum=1da27bd233df2bfbc92a5fadfd654f670a7190b1cbed98cacd5ccd67d5133580
|
12
srcpkgs/wlgreet/template
Normal file
12
srcpkgs/wlgreet/template
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
# Template file for 'wlgreet'
|
||||||
|
pkgname=wlgreet
|
||||||
|
version=0.4.1
|
||||||
|
revision=1
|
||||||
|
build_style=cargo
|
||||||
|
hostmakedepends="pkg-config"
|
||||||
|
short_desc="Raw wayland greeter for greetd, to be run under sway or similar"
|
||||||
|
maintainer="Lilian Jónsdóttir <lilian.jonsdottir@gmail.com>"
|
||||||
|
license="GPL-3.0-only"
|
||||||
|
homepage="https://git.sr.ht/~kennylevinsen/wlgreet"
|
||||||
|
distfiles="https://git.sr.ht/~kennylevinsen/wlgreet/archive/${version}.tar.gz"
|
||||||
|
checksum=6abc51625cb8a61959a745bfd56c17963ca4ab33cd79dabe8ad0daeb651b8a13
|
Loading…
Add table
Reference in a new issue