Verion bump

This commit is contained in:
Gerben Jan Dijkman 2023-03-14 12:07:11 +01:00
parent 4731724645
commit 9499f07257
3 changed files with 3 additions and 88 deletions

View File

@ -1,3 +1,2 @@
DIST gmobile-f4d4e5740c3e4b2de40864ab8a9e7b7f957d6aec.tar.gz 21847 BLAKE2B 8951d8b2030871d7925785e71be5e47f7876fe101ffa5bb95f4f5e2a7e7ef44bca860eaf2cd2bd4ba512f39f6758c01eefbe50b83511952e15efa572c9d3e760 SHA512 c7854b210aeb8995382637cc9907d26fa90d87ef530738a54d96efe0f2dce06afe6d169251242775866d6450bb285e1f084ad5c0e25c183d862ab72c193a43c0
DIST phoc-v0.25.0.tar.gz 227660 BLAKE2B 917bb89f29c5338893543432ac7b9dc26337696170a84e6512ef60b7e79aa6f7499a569004507d96460601a8589f071c9cb5d3aa59fe2dab2dcec94f598a1eb7 SHA512 5751edf2e5adeeeb053db2779c2402dea5c4cdd0acd01103543cf832a0dbb5768697ef58d95026e18c9a866f98a545b9d20fec3601c5868237c9ec085185edad
DIST phoc-v0.24.0.tar.gz 224317 BLAKE2B a220303932228cb647db51327363e2ca1b6c8b97cf509a1b207767ab598c19889f93d4f147e00fa8cef897fef27198bd70e2da34d31b4e363e698262b24bf4f1 SHA512 1ede5c6172dfdc9c64d39fafdb0c771b88c63a7a8a19fb1877ca8997ad0cf25e17ca97af9dd933323b21013ffde3b72f15d33ea5d087651b2b30d387e811a12b
DIST gmobile-d483537aee4778b114ce5d50c4c8a9f8d58337ed.tar.gz 22257 BLAKE2B b9b884fe58e35ae6f08a3f53734deb8450116dae9bf4e698d793355bb1d3a7ddcd3d519bbb7eb3757e5a35833c5ec2a742a2ba3a6c4e2725864e8d78e17215c3 SHA512 abb6b06c5778bc225abedf8faf24980359255c345be794e59c4da63c80098c26dbd32cf19dc2969fe6555b8748784dfa51fe5399f12892f96ae14fee9c75fa9a
DIST phoc-v0.25.2.tar.gz 227895 BLAKE2B e024685ffc55e71873cb1e96b56cc94c74a8b8dbe4e07139d27b96dd4c683c5982cfe756a195df6eef46b161b2c883dcc0b4e36877824262979a46bea5cac6da SHA512 510e8695bd2665ecb2f47b2b9537ba0805c7c51173108e6a38b85efc30576c3e4236864b403d78d47fa3c47fd7cda78dd4f40fa338217f1e3f933462971a4763

View File

@ -1,84 +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}"
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
"
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/dconf
gnome-base/gsettings-desktop-schemas
gnome-base/gnome-settings-daemon
>=gnome-base/gnome-desktop-3.26
dev-util/vulkan-headers
sys-apps/systemd
x11-libs/libdrm
x11-libs/pixman
x11-libs/libxcb
x11-libs/xcb-util
x11-libs/xcb-util-wm
x11-libs/xcb-util-renderutil
x11-wm/mutter
sys-auth/seatd
x11-apps/xkbcomp
x11-libs/libxkbcommon
=gui-libs/wlroots-0.15.1-r2
"
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"
}
src_configure() {
local emesonargs=(
-Dtests=false
-Dembed-wlroots=disabled
)
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
}

View File

@ -8,7 +8,7 @@ inherit meson xdg gnome2-utils
MY_PV="v${PV}"
MY_P="${PN}-${MY_PV}"
GMO_COMMIT="f4d4e5740c3e4b2de40864ab8a9e7b7f957d6aec"
GMO_COMMIT="d483537aee4778b114ce5d50c4c8a9f8d58337ed"
DESCRIPTION="Wlroots based Phone compositor"
HOMEPAGE="https://gitlab.gnome.org/World/Phosh/phoc"