Version bump

This commit is contained in:
2026-05-03 15:50:21 +02:00
parent 54fe7418f0
commit a8886f4052
3 changed files with 2 additions and 93 deletions

View File

@@ -1,3 +1,2 @@
DIST gvdb-4758f6fb7f889e074e13df3f914328f3eecb1fd3.tar.gz 25374 BLAKE2B ba02ea8719c3460754d979dc1fd24d46e392109f67f80d678169e8c483776e77cdcc66775432003b336e2cd836e457b34cabd9c727a40ef92b948c7cb2fbd020 SHA512 0898260dd60ab34c7621829ecccf16bfb16506d6edd912bf4b3506526485a30b5f79ad56696aece4ec9e47913c4cee8080c333258ee9b0987236485801962eb7
DIST phoc-v0.48.0.tar.gz 384363 BLAKE2B 7ca05f5d8f4c0a39312b40f55f71770857f5ab476aa5d47353d297364e39e901ab3772bf2f6e5b4cdb4ec31490c9796b1304418b8b54b2ea3f26230e1630a5c2 SHA512 8a638464deefde36aadbb50d3341348ea1e8a952a96b593243f12b79872c06bff624c51b58e6dcebdab1ab96f79311a67f7d598779b9c60f1cb5f978b0ea3a93
DIST phoc-v0.51.0.tar.gz 395676 BLAKE2B 205be23e27c1de23661eb1f7490eb674d8188814274f7808be5d6727fac0250da4bdb634979ca2066937559926c1ed5ca59056aa96305861de95f81f87c1b748 SHA512 83b76c0dd814b84973144e376fcadc06917cd20818bcd9e894402db4b835617d52bb34d8a20b381f83331f54b81b7f48761dc07d60f990f35d8a97a9a3ee8408
DIST phoc-v0.54.0.tar.gz 431350 BLAKE2B d5f72f7fca31ebb257a13c0c917e63d6d8eec0b265926bc0704f80c81aa532ff6e4c8db376a3e586d300738493083cfc809956e382108b53589d966bdd37154c SHA512 831588df50651c25795a506f295429b0a0cd9e992c4e9f82bde251bf625fd300b95619c00b80b1ef372fb0213ffea61677b11c575a8af781341370dc1a990a4f

View File

@@ -1,90 +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
GVDB_COMMIT="4758f6fb7f889e074e13df3f914328f3eecb1fd3"
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
https://gitlab.gnome.org/GNOME/gvdb/-/archive/${GVDB_COMMIT}/gvdb-${GVDB_COMMIT}.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[server]
x11-apps/xkbcomp
x11-libs/libxkbcommon
dev-util/gi-docgen
dev-libs/gmobile
>=gui-libs/wlroots-0.19.0[phoc-patch]
"
BDEPEND="
dev-util/ctags
dev-build/meson
virtual/pkgconfig
x11-base/xorg-server
"
S="${WORKDIR}/${MY_P}"
src_prepare() {
default
rm -r "${S}"/subprojects/gvdb.wrap || die
mv "${WORKDIR}"/gvdb-"${GVDB_COMMIT}" "${S}"/subprojects/gvdb || die
}
src_configure() {
local emesonargs=(
-Dtests=false
-Dembed-wlroots=disabled
)
meson_src_configure
}
src_install() {
DESTDIR="${D}" meson_src_install
dobin "${S}"/tools/scale-to-fit
}
pkg_postinst() {
xdg_pkg_postinst
gnome2_schemas_update
}
pkg_postrm() {
xdg_pkg_postrm
}

View File

@@ -48,7 +48,7 @@ RDEPEND="
x11-libs/libxkbcommon
dev-util/gi-docgen
dev-libs/gmobile
>=gui-libs/wlroots-0.19.2[phoc-patch]
>=gui-libs/wlroots-0.20.0[phoc-patch]
"
BDEPEND="