From 144ae0d63f3ca3a8bc391f7dc86c09ea7e6a5027 Mon Sep 17 00:00:00 2001 From: Gerben Jan Dijkman Date: Tue, 23 Aug 2022 01:14:44 +0200 Subject: [PATCH] Update --- x11-wm/phoc-bin/metadata.xml | 11 ---- x11-wm/phoc-bin/phoc-0.21.0.ebuild | 83 ------------------------------ x11-wm/phoc/phoc-0.21.0.ebuild | 5 +- 3 files changed, 3 insertions(+), 96 deletions(-) delete mode 100755 x11-wm/phoc-bin/metadata.xml delete mode 100755 x11-wm/phoc-bin/phoc-0.21.0.ebuild diff --git a/x11-wm/phoc-bin/metadata.xml b/x11-wm/phoc-bin/metadata.xml deleted file mode 100755 index 1d46517..0000000 --- a/x11-wm/phoc-bin/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - gjdijkman@gjdwebserver.nl - Gerben Jan Dijkman - - - https://source.puri.sm/Librem5/phoc/-/issues - - diff --git a/x11-wm/phoc-bin/phoc-0.21.0.ebuild b/x11-wm/phoc-bin/phoc-0.21.0.ebuild deleted file mode 100755 index cde0bfc..0000000 --- a/x11-wm/phoc-bin/phoc-0.21.0.ebuild +++ /dev/null @@ -1,83 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit meson xdg gnome2-utils - -MY_PV="v${PV}" -MY_P="${PN}-${MY_PV}" - -WL_COMMIT="1f8bb9e0e3058fc31a14866dc52e8f83c1287a09" -WL_P="wlroots-${WL_COMMIT}" - -DESCRIPTION="Wlroots based Phone compositor" -HOMEPAGE="https://gitlab.gnome.org/World/Phosh/phoc" - -SRC_URI=" - https://gitlab.gnome.org/World/Phosh/phoc/-/archive/${MY_PV}/${MY_P}.tar.gz - https://source.puri.sm/Librem5/wlroots/-/archive/${WL_COMMIT}/${WL_P}.tar.gz -" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~arm64" -IUSE="+introspection +systemd test" -RESTRICT="!test? ( test )" - -RDEPEND=" - dev-libs/glib - dev-libs/gobject-introspection - dev-libs/libinput - dev-libs/wayland - dev-libs/wayland-protocols - gnome-base/gnome-desktop - sys-apps/systemd - x11-libs/libdrm - x11-libs/pixman - x11-libs/xcb-util - x11-libs/xcb-util-wm - x11-libs/xcb-util-renderutil - x11-wm/mutter - sys-auth/seatd - !gui-libs/wlroots - dev-util/vulkan-headers - sys-auth/seatd -" - -BDEPEND=" - dev-util/ctags - dev-util/meson - virtual/pkgconfig - x11-base/xorg-server -" - -S="${WORKDIR}/${MY_P}" - -src_prepare() { - default - rm -r "${S}"/subprojects/wlroots || die "Failed to remove bundled wlroots" - cp -r "${WORKDIR}/${WL_P}" "${S}"/subprojects/wlroots || die "Failed to copy right version of wlroots" -} - -src_configure() { - local emesonargs=( - -Ddefault_library=shared - -Dtests=false - ) - meson_src_configure -} - -src_install() { - DESTDIR="${D}" meson_src_install - dobin "${S}"/helpers/scale-to-fit -} - -pkg_postinst() { - xdg_pkg_postinst - gnome2_schemas_update -} - -pkg_postrm() { - xdg_pkg_postrm -} diff --git a/x11-wm/phoc/phoc-0.21.0.ebuild b/x11-wm/phoc/phoc-0.21.0.ebuild index 7d1bd0d..e41bec2 100755 --- a/x11-wm/phoc/phoc-0.21.0.ebuild +++ b/x11-wm/phoc/phoc-0.21.0.ebuild @@ -60,8 +60,9 @@ src_prepare() { src_configure() { local emesonargs=( - -Dembed-wlroots=enabled --default-library=static - -Ddefault_library=shared + #-Dembed-wlroots=enabled + #-Ddefault-library=dynamic + #-Ddefault_library=static -Dtests=false ) meson_src_configure