diff --git a/x11/phosh/Makefile b/x11/phosh/Makefile index 78e9335d756b..f29f6e1441e2 100644 --- a/x11/phosh/Makefile +++ b/x11/phosh/Makefile @@ -1,41 +1,43 @@ PORTNAME= phosh DISTVERSIONPREFIX= v DISTVERSION= 0.8.1 +PORTREVISION= 1 CATEGORIES= x11 MAINTAINER= jbeich@FreeBSD.org COMMENT= Pure Wayland shell prototype for mobile devices LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= wayland-protocols>=1.12:graphics/wayland-protocols LIB_DEPENDS= libfeedback-0.0.so:accessibility/feedbackd \ libpulse-mainloop-glib.so:audio/pulseaudio \ libwayland-client.so:graphics/wayland \ libgcr-ui-3.so:security/gcr \ libpolkit-agent-1.so:sysutils/polkit \ libupower-glib.so:sysutils/upower \ libhandy-1.so:x11-toolkits/libhandy RUN_DEPENDS= phoc:x11-wm/phoc \ - gnome-session:x11/gnome-session + gnome-session:x11/gnome-session \ + ${LOCALBASE}/share/glib-2.0/schemas/org.gnome.shell.gschema.xml:x11/gnome-shell USES= compiler:c11 gettext gnome meson pkgconfig python:build shebangfix USE_GITLAB= yes USE_GNOME= cairo gdkpixbuf2 gnomedesktop3 GL_SITE= https://source.puri.sm GL_ACCOUNT= Librem5 GL_COMMIT= d048a5e1cce62ba5a8ccc8b14bdd740eaf619825 GL_TUPLE= https://gitlab.gnome.org:GNOME:libgnome-volume-control:ae1a34aafce7026b8c0f65a43c9192d756fe1057:gvc/subprojects/gvc SHEBANG_FILES= build-aux/post_install.py MESON_ARGS= -Dgvc:alsa=false GLIB_SCHEMAS= 00_sm.puri.Phosh.gschema.override \ sm.puri.phosh.enums.xml \ sm.puri.phosh.gschema.xml post-patch: @${REINPLACE_CMD} -e 's/bash -l/sh -/' \ -e 's,/etc,${PREFIX}&,' \ ${WRKSRC}/data/phosh.in .include