From 0137c298319d77517a52433291ebe0aed42c92b4 Mon Sep 17 00:00:00 2001 From: xz-dev Date: Wed, 29 Nov 2023 21:19:43 +0800 Subject: gui-apps/wayvnc: add 0.7.2, drop 0.6.2 Signed-off-by: xz-dev Closes: https://github.com/gentoo/gentoo/pull/34044 Signed-off-by: Joonas Niilola --- gui-apps/wayvnc/Manifest | 2 +- gui-apps/wayvnc/wayvnc-0.6.2.ebuild | 51 ------------------------------------- gui-apps/wayvnc/wayvnc-0.7.2.ebuild | 51 +++++++++++++++++++++++++++++++++++++ gui-apps/wayvnc/wayvnc-9999.ebuild | 2 +- 4 files changed, 53 insertions(+), 53 deletions(-) delete mode 100644 gui-apps/wayvnc/wayvnc-0.6.2.ebuild create mode 100644 gui-apps/wayvnc/wayvnc-0.7.2.ebuild (limited to 'gui-apps') diff --git a/gui-apps/wayvnc/Manifest b/gui-apps/wayvnc/Manifest index dd41ad737c7f..22d08d70cfdd 100644 --- a/gui-apps/wayvnc/Manifest +++ b/gui-apps/wayvnc/Manifest @@ -1 +1 @@ -DIST wayvnc-0.6.2.tar.gz 81684 BLAKE2B a5462dc27b077218d757e028481422b179b9fd525e05e15860f5784cfb2d2d4c229777e647489d75491a370d8ec8a213fbdbd113265431c220ad75919ab8e827 SHA512 ab45206cf7d3de58c45725c1636304abcec4d92ea52b46a1e0f67013eaeb1eaef4e4504e475bdc99939963d74019327d8610568bc305d069cc5586c43cf9c5d8 +DIST wayvnc-0.7.2.tar.gz 89948 BLAKE2B 09e3e266619d796b9bac5e566c4b9bc3a51ce49f96485a56500524bda504aefe20b1f8d747cdbd29b1e295a72aa8bc719af8770818bf64e1c22ead1b88750fac SHA512 2c37c8b20d24ace47c73ad552dbb812601657ae7c699f0a3e9319eff486c8157f6a1fcb072b5badd323c1886723dd0e720bbcdbdfc7091f3706f7283ad240d14 diff --git a/gui-apps/wayvnc/wayvnc-0.6.2.ebuild b/gui-apps/wayvnc/wayvnc-0.6.2.ebuild deleted file mode 100644 index 691731cedc39..000000000000 --- a/gui-apps/wayvnc/wayvnc-0.6.2.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 2019-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit meson - -DESCRIPTION="VNC server for wlroots based Wayland compositors" -HOMEPAGE="https://github.com/any1/wayvnc" - -if [[ ${PV} == 9999 ]]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/any1/wayvnc.git" -else - SRC_URI="https://github.com/any1/wayvnc/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~riscv ~x86" -fi - -LICENSE="ISC" -SLOT="0" -IUSE="gbm pam test tracing" - -RDEPEND=" - =dev-libs/aml-0.3* - dev-libs/jansson:= - dev-libs/wayland - =gui-libs/neatvnc-0.6*[tracing?] - media-libs/mesa:=[egl(+),gles2,gbm(+)?] - x11-libs/libxkbcommon - x11-libs/pixman - pam? ( sys-libs/pam ) - tracing? ( dev-debug/systemtap ) -" -DEPEND="${RDEPEND}" -BDEPEND=" - app-text/scdoc - dev-libs/wayland-protocols - virtual/pkgconfig -" - -RESTRICT="!test? ( test )" - -src_configure() { - local emesonargs=( - $(meson_feature pam) - $(meson_feature gbm screencopy-dmabuf) - $(meson_use tracing systemtap) - $(meson_use test tests) - ) - meson_src_configure -} diff --git a/gui-apps/wayvnc/wayvnc-0.7.2.ebuild b/gui-apps/wayvnc/wayvnc-0.7.2.ebuild new file mode 100644 index 000000000000..9cd27cb65ace --- /dev/null +++ b/gui-apps/wayvnc/wayvnc-0.7.2.ebuild @@ -0,0 +1,51 @@ +# Copyright 2019-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit meson + +DESCRIPTION="VNC server for wlroots based Wayland compositors" +HOMEPAGE="https://github.com/any1/wayvnc" + +if [[ ${PV} == 9999 ]]; then + inherit git-r3 + EGIT_REPO_URI="https://github.com/any1/wayvnc.git" +else + SRC_URI="https://github.com/any1/wayvnc/archive/v${PV}.tar.gz -> ${P}.tar.gz" + KEYWORDS="~amd64 ~riscv ~x86" +fi + +LICENSE="ISC" +SLOT="0" +IUSE="gbm pam test tracing" + +RDEPEND=" + =dev-libs/aml-0.3* + dev-libs/jansson:= + dev-libs/wayland + =gui-libs/neatvnc-0.7*[tracing?] + media-libs/mesa:=[egl(+),gles2,gbm(+)?] + x11-libs/libxkbcommon + x11-libs/pixman + pam? ( sys-libs/pam ) + tracing? ( dev-debug/systemtap ) +" +DEPEND="${RDEPEND}" +BDEPEND=" + app-text/scdoc + dev-libs/wayland-protocols + virtual/pkgconfig +" + +RESTRICT="!test? ( test )" + +src_configure() { + local emesonargs=( + $(meson_feature pam) + $(meson_feature gbm screencopy-dmabuf) + $(meson_use tracing systemtap) + $(meson_use test tests) + ) + meson_src_configure +} diff --git a/gui-apps/wayvnc/wayvnc-9999.ebuild b/gui-apps/wayvnc/wayvnc-9999.ebuild index 691731cedc39..9cd27cb65ace 100644 --- a/gui-apps/wayvnc/wayvnc-9999.ebuild +++ b/gui-apps/wayvnc/wayvnc-9999.ebuild @@ -24,7 +24,7 @@ RDEPEND=" =dev-libs/aml-0.3* dev-libs/jansson:= dev-libs/wayland - =gui-libs/neatvnc-0.6*[tracing?] + =gui-libs/neatvnc-0.7*[tracing?] media-libs/mesa:=[egl(+),gles2,gbm(+)?] x11-libs/libxkbcommon x11-libs/pixman -- cgit v1.2.3-65-gdbad