From 90d57effc30df1ef4f62888d0288c37c6ec47904 Mon Sep 17 00:00:00 2001 From: Young Jin Park Date: Mon, 11 Feb 2019 08:01:52 +0900 Subject: [PATCH] New package: wayfire-0.1 closes #8474 --- srcpkgs/wayfire/INSTALL.msg | 5 +++++ srcpkgs/wayfire/template | 18 ++++++++++++++++++ 2 files changed, 23 insertions(+) create mode 100644 srcpkgs/wayfire/INSTALL.msg create mode 100644 srcpkgs/wayfire/template diff --git a/srcpkgs/wayfire/INSTALL.msg b/srcpkgs/wayfire/INSTALL.msg new file mode 100644 index 00000000000..c1fd90c287f --- /dev/null +++ b/srcpkgs/wayfire/INSTALL.msg @@ -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 diff --git a/srcpkgs/wayfire/template b/srcpkgs/wayfire/template new file mode 100644 index 00000000000..9ed4f1fc78c --- /dev/null +++ b/srcpkgs/wayfire/template @@ -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 " +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 +}