Update phoc-0.8.0.ebuild

This commit is contained in:
Gerben Jan Dijkman 2021-08-22 02:07:16 +02:00 committed by GitHub
parent 1f0f6c8d44
commit ec633270ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
}