From ec633270bae56cbc81c1ac2a6888cae708db3855 Mon Sep 17 00:00:00 2001 From: Gerben Jan Dijkman <129263+stealthgun@users.noreply.github.com> Date: Sun, 22 Aug 2021 02:07:16 +0200 Subject: [PATCH] Update phoc-0.8.0.ebuild --- x11-wm/phoc/phoc-0.8.0.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/x11-wm/phoc/phoc-0.8.0.ebuild b/x11-wm/phoc/phoc-0.8.0.ebuild index 7a0adbb..2e1bab7 100644 --- a/x11-wm/phoc/phoc-0.8.0.ebuild +++ b/x11-wm/phoc/phoc-0.8.0.ebuild @@ -44,7 +44,6 @@ RDEPEND=" x11-libs/xcb-util x11-libs/xcb-util-wm x11-wm/mutter - gnome-base/gsettings-desktop-schemas " BDEPEND=" @@ -81,13 +80,15 @@ src_configure() { src_install() { DESTDIR="${D}" meson_src_install -# dobin "${S}"/helpers/scale-to-fit + dobin "${S}"/helpers/scale-to-fit } pkg_postinst() { xdg_pkg_postinst + gnome2_schemas_update } pkg_postrm() { xdg_pkg_postrm + gnome2_schemas_update }