New package: wayfire-0.1

closes #8474
This commit is contained in:
Young Jin Park 2019-02-11 08:01:52 +09:00 committed by maxice8
parent 81d267d9a8
commit 90d57effc3
No known key found for this signature in database
GPG key ID: 543B9D4F4299F06B
2 changed files with 23 additions and 0 deletions

View file

@ -0,0 +1,5 @@
Before running Wayfire, copy the default configuration file to your user:
cp /usr/share/wayfire/wayfire.ini.default ~/.config/wayfire.ini
You also probably want to install elogind, then restart your computer

18
srcpkgs/wayfire/template Normal file
View file

@ -0,0 +1,18 @@
# Template file for 'wayfire'
pkgname=wayfire
version=0.1
revision=1
build_style=meson
hostmakedepends="pkg-config wayland-devel"
makedepends="wlroots-devel glm cairo-devel wf-config"
short_desc="3D wayland compositor"
maintainer="Young Jin Park <youngjinpark20@gmail.com>"
license="MIT"
homepage="https://wayfire.org"
distfiles="https://github.com/WayfireWM/wayfire/archive/v${version}.tar.gz"
checksum=ce6ed0ba62296992f4a0c05b92d05b33911d1d192346611df845414ffd9a18b8
post_install() {
vlicense LICENSE
vinstall wayfire.ini.default 755 /usr/share/wayfire
}