File tree Expand file tree Collapse file tree 1 file changed +29
-0
lines changed
Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Original file line number Diff line number Diff line change 1+ # Template file for 'mangowc'
2+ pkgname=mangowc
3+ version=0.10.8
4+ revision=1
5+ conf_files="/etc/mango/config.conf"
6+ build_style=meson
7+ hostmakedepends="pkg-config wayland-devel"
8+ makedepends="wlroots0.19-devel pcre2-devel scenefx-devel"
9+ depends="$(vopt_if xwayland xorg-server-xwayland)"
10+ short_desc="Dwl-based wayland compositor using scenefx"
11+ maintainer="dogknowsnx <
[email protected] >"
12+ license="GPL-3.0-or-later AND CC0-1.0 AND MIT"
13+ homepage="https://github.com/DreamMaoMao/mangowc"
14+ changelog="https://github.com/DreamMaoMao/mangowc/releases"
15+ distfiles="https://github.com/DreamMaoMao/mangowc/archive/refs/tags/${version}.tar.gz"
16+ checksum=8b4cbbef26efa2662490b057b037596962280655a2a05a6a44789405c8cd395c
17+
18+ build_options="xwayland"
19+ desc_option_xwayland="Enable Xwayland support"
20+
21+ post_install() {
22+ vinstall assets/mango-transparency-128.png 0644 usr/share/icons/hicolor/128x128/apps mango.png
23+
24+ local l
25+ rm -f LICENSE.wlroots
26+ for l in LICENSE*; do
27+ vlicense $l
28+ done
29+ }
You can’t perform that action at this time.
0 commit comments