Version bump
This commit is contained in:
parent
71eafee269
commit
9d77d673ba
2
net-misc/eg25-manager/Manifest
Executable file → Normal file
2
net-misc/eg25-manager/Manifest
Executable file → Normal file
@ -1 +1 @@
|
|||||||
DIST eg25-manager-0.4.3.tar.gz 54049 BLAKE2B 0e4df9fa0f40de94b985cf06b57d6088533de8e3f9da9eb27032952915efb13123605a9f363d72c978c32e4c0ca111c531d3a600ca3e6d24ff6234a9895cc114 SHA512 fb6405a734961d8fda5f8d4ce4c122a9d7b23a443157cc5f3a2ef4cf70ca57814ec81cacce0d82548b7a2f9909ed07c1217ed9a412956591e9a352426c1e24eb
|
DIST eg25-manager-0.4.4.tar.gz 54049 BLAKE2B 0e4df9fa0f40de94b985cf06b57d6088533de8e3f9da9eb27032952915efb13123605a9f363d72c978c32e4c0ca111c531d3a600ca3e6d24ff6234a9895cc114 SHA512 fb6405a734961d8fda5f8d4ce4c122a9d7b23a443157cc5f3a2ef4cf70ca57814ec81cacce0d82548b7a2f9909ed07c1217ed9a412956591e9a352426c1e24eb
|
||||||
|
@ -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
|
|
||||||
systemd? (
|
|
||||||
!sys-apps/openrc
|
|
||||||
sys-apps/systemd
|
|
||||||
)
|
|
||||||
x11-libs/libdrm
|
|
||||||
x11-libs/pixman
|
|
||||||
x11-libs/xcb-util
|
|
||||||
x11-libs/xcb-util-wm
|
|
||||||
x11-wm/mutter
|
|
||||||
sys-auth/seatd
|
|
||||||
!gui-libs/wlroots
|
|
||||||
"
|
|
||||||
|
|
||||||
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
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user