Update phoc-0.8.0.ebuild
This commit is contained in:
parent
1f0f6c8d44
commit
ec633270ba
@ -44,7 +44,6 @@ RDEPEND="
|
|||||||
x11-libs/xcb-util
|
x11-libs/xcb-util
|
||||||
x11-libs/xcb-util-wm
|
x11-libs/xcb-util-wm
|
||||||
x11-wm/mutter
|
x11-wm/mutter
|
||||||
gnome-base/gsettings-desktop-schemas
|
|
||||||
"
|
"
|
||||||
|
|
||||||
BDEPEND="
|
BDEPEND="
|
||||||
@ -81,13 +80,15 @@ src_configure() {
|
|||||||
|
|
||||||
src_install() {
|
src_install() {
|
||||||
DESTDIR="${D}" meson_src_install
|
DESTDIR="${D}" meson_src_install
|
||||||
# dobin "${S}"/helpers/scale-to-fit
|
dobin "${S}"/helpers/scale-to-fit
|
||||||
}
|
}
|
||||||
|
|
||||||
pkg_postinst() {
|
pkg_postinst() {
|
||||||
xdg_pkg_postinst
|
xdg_pkg_postinst
|
||||||
|
gnome2_schemas_update
|
||||||
}
|
}
|
||||||
|
|
||||||
pkg_postrm() {
|
pkg_postrm() {
|
||||||
xdg_pkg_postrm
|
xdg_pkg_postrm
|
||||||
|
gnome2_schemas_update
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user