x11-wm/wayfire: add wayland session and example config
Obtained from: Alpine, Arch, Fedora, Gentoo, Void
This commit is contained in:
parent
f3725e990c
commit
966cf76da3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=556643
2 changed files with 10 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
|||
|
||||
PORTNAME= wayfire
|
||||
DISTVERSION= 0.6.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= x11-wm
|
||||
|
||||
MAINTAINER= jbeich@FreeBSD.org
|
||||
|
@ -49,4 +50,11 @@ post-patch:
|
|||
-e '/project_version/s/@0@/${DISTVERSIONFULL}/' \
|
||||
${WRKSRC}/meson.build
|
||||
|
||||
post-install:
|
||||
${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.ini ${STAGEDIR}${EXAMPLESDIR}
|
||||
${MKDIR} ${STAGEDIR}${PREFIX}/share/wayland-sessions
|
||||
${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.desktop \
|
||||
${STAGEDIR}${PREFIX}/share/wayland-sessions
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -73,6 +73,7 @@ lib/wayfire/libwobbly.so
|
|||
lib/wayfire/libwrot.so
|
||||
lib/wayfire/libzoom.so
|
||||
libdata/pkgconfig/wayfire.pc
|
||||
%%EXAMPLESDIR%%/wayfire.ini
|
||||
%%DATADIR%%/decoration/resources/close.png
|
||||
%%DATADIR%%/decoration/resources/maximize.png
|
||||
%%DATADIR%%/decoration/resources/minimize.png
|
||||
|
@ -108,3 +109,4 @@ libdata/pkgconfig/wayfire.pc
|
|||
%%DATADIR%%/metadata/wrot.xml
|
||||
%%DATADIR%%/metadata/zoom.xml
|
||||
%%DATADIR%%/protocols/unstable/wayfire-shell-unstable-v2.xml
|
||||
share/wayland-sessions/wayfire.desktop
|
||||
|
|
Loading…
Reference in a new issue