diff options
author | 2024-02-04 12:05:25 +0500 | |
---|---|---|
committer | 2024-02-05 00:11:00 +0500 | |
commit | d6e707f480ed53054c959f189ed15f9f2a162d4d (patch) | |
tree | 63f85a9cc8f009d24bc0802bc5f5e3b5a8fd4722 /x11-wm | |
parent | x11-wm/phoc: add 0.36.0, drop 0.33.0 (diff) | |
download | guru-d6e707f480ed53054c959f189ed15f9f2a162d4d.tar.gz guru-d6e707f480ed53054c959f189ed15f9f2a162d4d.tar.bz2 guru-d6e707f480ed53054c959f189ed15f9f2a162d4d.zip |
gui-wm/phoc: rename x11-wm/phoc
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/phoc/Manifest | 2 | ||||
-rw-r--r-- | x11-wm/phoc/metadata.xml | 12 | ||||
-rw-r--r-- | x11-wm/phoc/phoc-0.35.0.ebuild | 85 | ||||
-rw-r--r-- | x11-wm/phoc/phoc-0.36.0.ebuild | 85 |
4 files changed, 0 insertions, 184 deletions
diff --git a/x11-wm/phoc/Manifest b/x11-wm/phoc/Manifest deleted file mode 100644 index 7d1927efb..000000000 --- a/x11-wm/phoc/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST phoc-0.35.0.tar.xz 677432 BLAKE2B 722a3669b1d76015612b5f4020d0e21c47faa8f6fb19887b2b79d4f6b79e30f45e0332ae2e2771fb9169214002508bdcff61ee0e7f874930e03a7cf952c44e7c SHA512 ec4b382ef11b257afe3b13ebf1e588353c785279afde4b1a8ee80790cb6a299fd94098a5170b30a2114061d86bdf388bb1c99f8ce1bd5173deb886d11015681e -DIST phoc-0.36.0.tar.xz 681384 BLAKE2B 6c27c785dd01f9e44cb0940c5a4f73d5ce75cad85808d0b6c801360401ff001cca839abd27bc8442702c5241bac043c6d7015e6f1c5a5ec30cfcb6779adf973b SHA512 a47851a3e222958ad55c05ed86a068b30f6e00ed5d7e957aab99e7f4103b95fee4db6b177f2de8d0c9ce11306c68ef74d78e38ea0bdb6c47e66f9ef9bf0e9f66 diff --git a/x11-wm/phoc/metadata.xml b/x11-wm/phoc/metadata.xml deleted file mode 100644 index 104ee5fe1..000000000 --- a/x11-wm/phoc/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>gjdijkman@gjdwebserver.nl</email> - <name>Gerben Jan Dijkman</name> - </maintainer> - <upstream> - <bugs-to>https://source.puri.sm/Librem5/phoc/-/issues</bugs-to> - <remote-id type="gnome-gitlab">World/Phosh/phoc</remote-id> - </upstream> -</pkgmetadata> diff --git a/x11-wm/phoc/phoc-0.35.0.ebuild b/x11-wm/phoc/phoc-0.35.0.ebuild deleted file mode 100644 index 6b3b29f93..000000000 --- a/x11-wm/phoc/phoc-0.35.0.ebuild +++ /dev/null @@ -1,85 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit gnome2-utils meson virtualx xdg - -DESCRIPTION="Wayland compositor for mobile phones" -HOMEPAGE="https://gitlab.gnome.org/World/Phosh/phoc" -SRC_URI="https://sources.phosh.mobi/releases/${PN}/${P}.tar.xz" - -LICENSE="|| ( GPL-3+ MIT ) GPL-3+ LGPL-2.1+ MIT" -SLOT="0" -KEYWORDS="~amd64 ~arm64" -IUSE="+X gtk-doc man test" -REQUIRED_USE="test? ( X )" -RESTRICT="!test? ( test )" - -DEPEND=" - >=dev-libs/glib-2.74:2 - dev-libs/json-glib - dev-libs/libinput:= - dev-libs/wayland - >=gnome-base/gnome-desktop-3.26:3 - gnome-base/gsettings-desktop-schemas - >=gui-libs/wlroots-0.17.1:=[X?] - <gui-libs/wlroots-0.18.0 - media-libs/libglvnd - x11-libs/libdrm - x11-libs/pixman - x11-libs/libxkbcommon[X?,wayland] - test? ( - gui-libs/wlroots[x11-backend] - x11-wm/mutter - ) -" -RDEPEND="${DEPEND}" -BDEPEND=" - dev-libs/glib:2 - dev-libs/wayland-protocols - dev-util/wayland-scanner - sys-devel/gettext - gtk-doc? ( dev-util/gi-docgen ) - man? ( dev-python/docutils ) -" - -src_configure() { - local emesonargs=( - $(meson_feature X xwayland) - $(meson_use gtk-doc gtk_doc) - $(meson_use man) - $(meson_use test tests) - -Dembed-wlroots=disabled - ) - meson_src_configure -} - -src_test() { - local -x LC_ALL="C.UTF-8" - local -x WLR_RENDERER="pixman" - - virtx meson_src_test -} - -src_install() { - meson_src_install - - if use gtk-doc; then - mkdir -p "${ED}"/usr/share/gtk-doc/html/ || die - mv "${ED}"/usr/share/doc/${PN}-${SLOT} "${ED}"/usr/share/gtk-doc/html/ || die - fi - - newbin helpers/auto-maximize phoc-auto-maximize - newbin helpers/scale-to-fit phoc-scale-to-fit -} - -pkg_postinst() { - xdg_pkg_postinst - gnome2_schemas_update -} - -pkg_postrm() { - xdg_pkg_postrm - gnome2_schemas_update -} diff --git a/x11-wm/phoc/phoc-0.36.0.ebuild b/x11-wm/phoc/phoc-0.36.0.ebuild deleted file mode 100644 index 6b3b29f93..000000000 --- a/x11-wm/phoc/phoc-0.36.0.ebuild +++ /dev/null @@ -1,85 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit gnome2-utils meson virtualx xdg - -DESCRIPTION="Wayland compositor for mobile phones" -HOMEPAGE="https://gitlab.gnome.org/World/Phosh/phoc" -SRC_URI="https://sources.phosh.mobi/releases/${PN}/${P}.tar.xz" - -LICENSE="|| ( GPL-3+ MIT ) GPL-3+ LGPL-2.1+ MIT" -SLOT="0" -KEYWORDS="~amd64 ~arm64" -IUSE="+X gtk-doc man test" -REQUIRED_USE="test? ( X )" -RESTRICT="!test? ( test )" - -DEPEND=" - >=dev-libs/glib-2.74:2 - dev-libs/json-glib - dev-libs/libinput:= - dev-libs/wayland - >=gnome-base/gnome-desktop-3.26:3 - gnome-base/gsettings-desktop-schemas - >=gui-libs/wlroots-0.17.1:=[X?] - <gui-libs/wlroots-0.18.0 - media-libs/libglvnd - x11-libs/libdrm - x11-libs/pixman - x11-libs/libxkbcommon[X?,wayland] - test? ( - gui-libs/wlroots[x11-backend] - x11-wm/mutter - ) -" -RDEPEND="${DEPEND}" -BDEPEND=" - dev-libs/glib:2 - dev-libs/wayland-protocols - dev-util/wayland-scanner - sys-devel/gettext - gtk-doc? ( dev-util/gi-docgen ) - man? ( dev-python/docutils ) -" - -src_configure() { - local emesonargs=( - $(meson_feature X xwayland) - $(meson_use gtk-doc gtk_doc) - $(meson_use man) - $(meson_use test tests) - -Dembed-wlroots=disabled - ) - meson_src_configure -} - -src_test() { - local -x LC_ALL="C.UTF-8" - local -x WLR_RENDERER="pixman" - - virtx meson_src_test -} - -src_install() { - meson_src_install - - if use gtk-doc; then - mkdir -p "${ED}"/usr/share/gtk-doc/html/ || die - mv "${ED}"/usr/share/doc/${PN}-${SLOT} "${ED}"/usr/share/gtk-doc/html/ || die - fi - - newbin helpers/auto-maximize phoc-auto-maximize - newbin helpers/scale-to-fit phoc-scale-to-fit -} - -pkg_postinst() { - xdg_pkg_postinst - gnome2_schemas_update -} - -pkg_postrm() { - xdg_pkg_postrm - gnome2_schemas_update -} |