mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 08:22:56 +02:00
parent
fff8e333ff
commit
c14f2dcbe1
2 changed files with 7 additions and 11 deletions
|
@ -1,6 +0,0 @@
|
||||||
This is a wayland compositor so it needs to be run as root or,
|
|
||||||
if it is started inside Xorg and xorg-server-wayland is installed,
|
|
||||||
can be run by the user.
|
|
||||||
|
|
||||||
A configuration example is available at /usr/share/examples/way-cooler/init.lua
|
|
||||||
This example can be copied to $XDG_CONFIG_HOME/way-cooler
|
|
|
@ -1,16 +1,16 @@
|
||||||
# Template file for 'way-cooler'
|
# Template file for 'way-cooler'
|
||||||
pkgname=way-cooler
|
pkgname=way-cooler
|
||||||
version=0.6.2
|
version=0.7.0
|
||||||
revision=1
|
revision=1
|
||||||
hostmakedepends="pkg-config rust cargo git"
|
hostmakedepends="pkg-config rust cargo git python3"
|
||||||
makedepends="dbus-devel glib-devel cairo-devel wayland-devel wlc-devel"
|
makedepends="dbus-devel glib-devel cairo-devel wayland-devel wlc-devel libxcb-devel gdk-pixbuf-devel
|
||||||
depends="lua"
|
lua-devel"
|
||||||
short_desc="Customizable Wayland compositor written in Rust with Lua API"
|
short_desc="Customizable Wayland compositor written in Rust with Lua API"
|
||||||
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/way-cooler/way-cooler"
|
homepage="https://github.com/way-cooler/way-cooler"
|
||||||
distfiles="https://github.com/way-cooler/way-cooler/archive/v${version}.tar.gz"
|
distfiles="https://github.com/way-cooler/way-cooler/archive/v${version}.tar.gz"
|
||||||
checksum=b0fbaa5ddb5b6ea52953d3ae8004bca8c70bf96e6081dc6c54afb6ae68a6e838
|
checksum=ce324ab158326610f0e77c4c1d710ca2e5ee8396f4df4675e3f136daf6386505
|
||||||
nocross=yes
|
nocross=yes
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
|
@ -20,8 +20,10 @@ do_build() {
|
||||||
do_install() {
|
do_install() {
|
||||||
# install the binary
|
# install the binary
|
||||||
vbin target/release/"${pkgname}"
|
vbin target/release/"${pkgname}"
|
||||||
|
chmod u+s "${DESTDIR}"/usr/bin/way-cooler
|
||||||
|
|
||||||
# install the configuration on the examples
|
# install the configuration on the examples
|
||||||
|
vsconf config/rc.lua
|
||||||
vsconf config/init.lua
|
vsconf config/init.lua
|
||||||
|
|
||||||
# normally the docs would be in a separate -doc package but the end
|
# normally the docs would be in a separate -doc package but the end
|
||||||
|
|
Loading…
Add table
Reference in a new issue