Date: Sun, 6 Oct 2019 04:28:18 +0000 (UTC) From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r513867 - head/x11/wf-shell Message-ID: <201910060428.x964SIkj054316@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jbeich Date: Sun Oct 6 04:28:18 2019 New Revision: 513867 URL: https://svnweb.freebsd.org/changeset/ports/513867 Log: x11/wf-shell: define DATADIR like x11/wcm Modified: head/x11/wf-shell/Makefile (contents, props changed) head/x11/wf-shell/pkg-plist (contents, props changed) Modified: head/x11/wf-shell/Makefile ============================================================================== --- head/x11/wf-shell/Makefile Sun Oct 6 04:28:11 2019 (r513866) +++ head/x11/wf-shell/Makefile Sun Oct 6 04:28:18 2019 (r513867) @@ -25,5 +25,6 @@ USE_GNOME= gtkmm30 GH_ACCOUNT= WayfireWM GH_TUPLE= GNOME:libgnome-volume-control:468022b:gvc/subprojects/gvc MESON_ARGS= -Dgvc:alsa=false +DATADIR= ${PREFIX}/share/wayfire .include <bsd.port.mk> Modified: head/x11/wf-shell/pkg-plist ============================================================================== --- head/x11/wf-shell/pkg-plist Sun Oct 6 04:28:11 2019 (r513866) +++ head/x11/wf-shell/pkg-plist Sun Oct 6 04:28:18 2019 (r513867) @@ -1,4 +1,4 @@ bin/wf-background bin/wf-dock bin/wf-panel -share/wayfire/icons/wayfire.png +%%DATADIR%%/icons/wayfire.png
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201910060428.x964SIkj054316>