mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
gui-wm/wayfire: drop 0.7.3-r3, 0.7.5
Signed-off-by: Alfred Wingate <parona@protonmail.com> Signed-off-by: Ben Kohler <bkohler@gentoo.org>
This commit is contained in:
committed by
Ben Kohler
parent
af29791ccb
commit
d5a75407fc
@@ -1,3 +1,2 @@
|
||||
DIST wayfire-0.7.3.tar.xz 765524 BLAKE2B b82c66796d7fb3d07c7bd9078755b7c38df1bd5c93daa659fc98b1182679bc0a06a24b322c6ab492d06d30c898659e2ba849c1d5944260e8775a04fd8a5bd078 SHA512 7bb5b8492a632a9816e847ec72def74dc234bcc30da7c320a0cd3b1d60492f5521ad8ac76a12ef967d1b114bcde9be72eb8ffc618977aed8e198d4ace1e7056e
|
||||
DIST wayfire-0.7.5.tar.xz 781952 BLAKE2B 10f4927d793ad2f8047ab5608db72bb5988fbb4df805dc65a87b011453729109ca0b3a92cf89e867266fae52268e1e2ac452bbd6efcc81e8f1a0c0640008adc1 SHA512 fce6d4c81fa3675df1e656f8bf504f7fc9d1b7104687bcc6d669950582f46bd0ad084c6a487434077df029438243cd91cf6ec60dc7d584b40bfd7a4c8d069f53
|
||||
DIST wayfire-0.8.0.tar.xz 828576 BLAKE2B 4d80a0d43061a4564d45f7c077fd97737b426c4036c12f004815dbad120f51b38b2fac9a010e2df27a6a96205cd0dcceb81864bdccbd6e337d81f6c37926e019 SHA512 fab55f6112c462312edf43d41b29f476d493449eca8f0c5cfee8f3aae73dcb98be46c589fc23d10d961f738bdf6d1fe78286b4c96e1d4444fdc8b1b898d998a9
|
||||
|
||||
@@ -1,105 +0,0 @@
|
||||
# Copyright 2019-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit meson toolchain-funcs
|
||||
|
||||
DESCRIPTION="compiz like 3D wayland compositor"
|
||||
HOMEPAGE="https://github.com/WayfireWM/wayfire"
|
||||
|
||||
if [[ ${PV} == 9999 ]]; then
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://github.com/WayfireWM/${PN}.git"
|
||||
else
|
||||
SRC_URI="https://github.com/WayfireWM/${PN}/releases/download/v${PV}/${P}.tar.xz"
|
||||
KEYWORDS="amd64 ~arm64 ~riscv ~x86"
|
||||
fi
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
IUSE="debug +gles +system-wfconfig +system-wlroots X"
|
||||
|
||||
DEPEND="
|
||||
dev-libs/libinput:=
|
||||
dev-libs/wayland
|
||||
gui-libs/gtk-layer-shell
|
||||
media-libs/glm
|
||||
media-libs/mesa:=[gles2,wayland,X?]
|
||||
media-libs/libglvnd[X?]
|
||||
media-libs/libjpeg-turbo:=
|
||||
media-libs/libpng:=
|
||||
media-libs/freetype:=[X?]
|
||||
x11-libs/libdrm
|
||||
x11-libs/gtk+:3=[wayland,X?]
|
||||
x11-libs/cairo[X?,svg(+)]
|
||||
x11-libs/libxkbcommon[X?]
|
||||
x11-libs/pango
|
||||
x11-libs/pixman
|
||||
X? (
|
||||
x11-base/xwayland
|
||||
x11-libs/libxcb
|
||||
)
|
||||
system-wfconfig? (
|
||||
>=gui-libs/wf-config-0.7.1
|
||||
<gui-libs/wf-config-0.8.0
|
||||
)
|
||||
!system-wfconfig? ( !gui-libs/wf-config )
|
||||
system-wlroots? (
|
||||
>=gui-libs/wlroots-0.15.1:0/15[X?]
|
||||
)
|
||||
!system-wlroots? ( !gui-libs/wlroots )
|
||||
"
|
||||
|
||||
RDEPEND="
|
||||
${DEPEND}
|
||||
x11-misc/xkeyboard-config
|
||||
"
|
||||
|
||||
BDEPEND="
|
||||
dev-libs/wayland-protocols
|
||||
virtual/pkgconfig
|
||||
"
|
||||
|
||||
src_configure() {
|
||||
sed -e "s:@EPREFIX@:${EPREFIX}:" \
|
||||
"${FILESDIR}"/wayfire-session > "${T}"/wayfire-session || die
|
||||
sed -e "s:@EPREFIX@:${EPREFIX}:" \
|
||||
"${FILESDIR}"/wayfire-session.desktop > "${T}"/wayfire-session.desktop || die
|
||||
local emesonargs=(
|
||||
$(meson_feature system-wfconfig use_system_wfconfig)
|
||||
$(meson_feature system-wlroots use_system_wlroots)
|
||||
$(meson_feature X xwayland)
|
||||
$(meson_use gles enable_gles32)
|
||||
$(usex debug --buildtype=debug "")
|
||||
$(usex debug -Db_sanitize=address,undefined "")
|
||||
)
|
||||
|
||||
# Clang will fail to link without this
|
||||
tc-is-clang && emesonargs+=( $(usex debug -Db_lundef=false "") )
|
||||
|
||||
meson_src_configure
|
||||
}
|
||||
|
||||
src_install() {
|
||||
meson_src_install
|
||||
dobin "${T}"/wayfire-session
|
||||
|
||||
insinto "/usr/share/wayland-sessions/"
|
||||
insopts -m644
|
||||
doins wayfire.desktop
|
||||
doins "${T}"/wayfire-session.desktop
|
||||
|
||||
insinto "/usr/share/wayfire/"
|
||||
doins wayfire.ini
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
if [ -z "${REPLACING_VERSIONS}" ]; then
|
||||
elog "Wayfire has been installed but the session cannot be used"
|
||||
elog "until you install a configuration file. The default config"
|
||||
elog "file is installed at \"/usr/share/wayfire/wayfire.ini\""
|
||||
elog "To install the file execute"
|
||||
elog "\$ cp /usr/share/wayfire/wayfire.ini ~/.config/wayfire.ini"
|
||||
fi
|
||||
}
|
||||
@@ -1,121 +0,0 @@
|
||||
# Copyright 2019-2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit meson toolchain-funcs
|
||||
|
||||
DESCRIPTION="compiz like 3D wayland compositor"
|
||||
HOMEPAGE="https://github.com/WayfireWM/wayfire"
|
||||
|
||||
if [[ ${PV} == 9999 ]]; then
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://github.com/WayfireWM/${PN}.git"
|
||||
else
|
||||
SRC_URI="https://github.com/WayfireWM/${PN}/releases/download/v${PV}/${P}.tar.xz"
|
||||
KEYWORDS="amd64 ~arm64 ~riscv ~x86"
|
||||
fi
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
IUSE="debug +gles +system-wfconfig +system-wlroots X"
|
||||
|
||||
DEPEND="
|
||||
dev-libs/libinput:=
|
||||
dev-libs/wayland
|
||||
gui-libs/gtk-layer-shell
|
||||
media-libs/glm
|
||||
media-libs/mesa:=[gles2,wayland,X?]
|
||||
media-libs/libglvnd[X?]
|
||||
media-libs/libjpeg-turbo:=
|
||||
media-libs/libpng:=
|
||||
media-libs/freetype:=[X?]
|
||||
x11-libs/libdrm
|
||||
x11-libs/gtk+:3=[wayland,X?]
|
||||
x11-libs/cairo[X?,svg(+)]
|
||||
x11-libs/libxkbcommon[X?]
|
||||
x11-libs/pango
|
||||
x11-libs/pixman
|
||||
X? (
|
||||
x11-base/xwayland
|
||||
x11-libs/libxcb
|
||||
)
|
||||
"
|
||||
|
||||
if [[ ${PV} == 9999 ]] ; then
|
||||
DEPEND+="
|
||||
system-wfconfig? ( ~gui-libs/wf-config-9999:= )
|
||||
!system-wfconfig? ( !gui-libs/wf-config )
|
||||
system-wlroots? ( ~gui-libs/wlroots-9999:=[X?] )
|
||||
!system-wlroots? ( !gui-libs/wlroots )
|
||||
"
|
||||
else
|
||||
DEPEND+="
|
||||
system-wfconfig? (
|
||||
>=gui-libs/wf-config-0.7.1
|
||||
<gui-libs/wf-config-0.8.0
|
||||
)
|
||||
!system-wfconfig? ( !gui-libs/wf-config )
|
||||
system-wlroots? (
|
||||
>=gui-libs/wlroots-0.16.0:0/16[X?]
|
||||
)
|
||||
!system-wlroots? ( !gui-libs/wlroots )
|
||||
"
|
||||
fi
|
||||
|
||||
RDEPEND="
|
||||
${DEPEND}
|
||||
x11-misc/xkeyboard-config
|
||||
"
|
||||
|
||||
BDEPEND="
|
||||
dev-libs/wayland-protocols
|
||||
virtual/pkgconfig
|
||||
"
|
||||
|
||||
PATCHES=(
|
||||
"${FILESDIR}"/${PN}-0.7.5-gcc13.patch
|
||||
)
|
||||
|
||||
src_configure() {
|
||||
sed -e "s:@EPREFIX@:${EPREFIX}:" \
|
||||
"${FILESDIR}"/wayfire-session > "${T}"/wayfire-session || die
|
||||
sed -e "s:@EPREFIX@:${EPREFIX}:" \
|
||||
"${FILESDIR}"/wayfire-session.desktop > "${T}"/wayfire-session.desktop || die
|
||||
local emesonargs=(
|
||||
$(meson_feature system-wfconfig use_system_wfconfig)
|
||||
$(meson_feature system-wlroots use_system_wlroots)
|
||||
$(meson_feature X xwayland)
|
||||
$(meson_use gles enable_gles32)
|
||||
$(usex debug --buildtype=debug "")
|
||||
$(usex debug -Db_sanitize=address,undefined "")
|
||||
)
|
||||
|
||||
# Clang will fail to link without this
|
||||
tc-is-clang && emesonargs+=( $(usex debug -Db_lundef=false "") )
|
||||
|
||||
meson_src_configure
|
||||
}
|
||||
|
||||
src_install() {
|
||||
meson_src_install
|
||||
dobin "${T}"/wayfire-session
|
||||
|
||||
insinto "/usr/share/wayland-sessions/"
|
||||
insopts -m644
|
||||
doins wayfire.desktop
|
||||
doins "${T}"/wayfire-session.desktop
|
||||
|
||||
insinto "/usr/share/wayfire/"
|
||||
doins wayfire.ini
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
if [ -z "${REPLACING_VERSIONS}" ]; then
|
||||
elog "Wayfire has been installed but the session cannot be used"
|
||||
elog "until you install a configuration file. The default config"
|
||||
elog "file is installed at \"/usr/share/wayfire/wayfire.ini\""
|
||||
elog "To install the file execute"
|
||||
elog "\$ cp /usr/share/wayfire/wayfire.ini ~/.config/wayfire.ini"
|
||||
fi
|
||||
}
|
||||
Reference in New Issue
Block a user