From 662f71ae67cd775d7fbb79b5091676c0e07a992b Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 29 May 2023 15:17:30 +0100 Subject: gentoo auto-resync : 29:05:2023 - 15:17:30 --- gui-apps/wf-shell/Manifest | 4 +-- gui-apps/wf-shell/wf-shell-0.7.0-r1.ebuild | 45 ++++++++++++++++++++++++++++++ gui-apps/wf-shell/wf-shell-0.7.0.ebuild | 44 ----------------------------- gui-apps/wf-shell/wf-shell-9999.ebuild | 9 +++--- 4 files changed, 52 insertions(+), 50 deletions(-) create mode 100644 gui-apps/wf-shell/wf-shell-0.7.0-r1.ebuild delete mode 100644 gui-apps/wf-shell/wf-shell-0.7.0.ebuild (limited to 'gui-apps/wf-shell') diff --git a/gui-apps/wf-shell/Manifest b/gui-apps/wf-shell/Manifest index 752840fefb2a..48e9549423a7 100644 --- a/gui-apps/wf-shell/Manifest +++ b/gui-apps/wf-shell/Manifest @@ -1,4 +1,4 @@ DIST wf-shell-0.7.0.tar.xz 9014840 BLAKE2B f2e1ffb76de79db580227ddefc10c9f3431c92f77e6519da1102e7c4456bb30c4f25c82570a5b2796985dac00be65f9428ac6682e80920ed22359f63e3e6a84d SHA512 3d72c5d399280ee9da841a417faf696f8baa40edc1040bc1f354f113a8e431dbab428c93928b1d3faa520e35211345cabb5c70f55e10cfb7a4c321a6db19df90 -EBUILD wf-shell-0.7.0.ebuild 893 BLAKE2B d6650aad3b0edda66a4de5840a3f51dd64f15be22b7dd5d5aef6c0c978537a7317624a2af09bd196e22659928eb0ed64de4f9af8930dc942a50c5102a2ae061e SHA512 c91ef6f270abee5f2eb8a1222f47812d44abb22c6fc6f7fd49f09fa5e7131912e850d8c0a380c01babffc786c895e93dd8af508b9ab53aaf7ae2d88416764e9f -EBUILD wf-shell-9999.ebuild 894 BLAKE2B dcba8696d9c2e9cab3f404c7e4af71b5575016d929687d033242bbdd6139231c0e48c746417d711ede3d96f5a321f341b0c2382834877f7aa30c4ed217fd28e9 SHA512 a3cb41c0eb247b65fde86a8b87d150bac6f037ab208e64367bb2f86ff487edef589754abe210c80f955dbe9aa5b84431976a9c367ed9485e48fc89e17ee15b19 +EBUILD wf-shell-0.7.0-r1.ebuild 914 BLAKE2B d6185bbe13d40a4818ba6bbdf8bb8dfde0a114ed275430dc0ec8d70eae1ea68862b2efd57a27f3dd51e154fd143c2e1652ddd559f51576b603e124fa08b1f8dd SHA512 f4ad21e52c93477823b064ba7b7bc8ad97b626150a2cd450f8ae73948252001fe60527f8ddf4317f3f41224a46d7e318673f4438de73e1bd730f018771394708 +EBUILD wf-shell-9999.ebuild 915 BLAKE2B 404fde44359fe315d21a285fe0360db4c796f14ed0f5e06e79c0f099f3a2c4555fb1a2b887f52d466cd71c609537d62dde61e0bfe2fada848bb31b7c356a7042 SHA512 5a5d68d6fede164b7bce561afb64ba3683de77e2886c197572981fba0e9dca2d64c5e32d4fc2059cd696336b3518cd0f5612e8de76205ed47ab0080aeb096b63 MISC metadata.xml 524 BLAKE2B ed5b140bcf98524da710a06b621e86f531f38087c0526620ef13cd235306884d6f51fa35ddf3a7656301614122b1205298ffb6bc5159ac3fa07cd78a6d91ead3 SHA512 0e341fbd9c922ddd3c6895a60464b7004dc3d8c56b2bb4c718aece640289f6f448d4d9804ff3b7c361cf466889ad091baa015bf6d6c39ae1707ca9fa68f50371 diff --git a/gui-apps/wf-shell/wf-shell-0.7.0-r1.ebuild b/gui-apps/wf-shell/wf-shell-0.7.0-r1.ebuild new file mode 100644 index 000000000000..c96b88373728 --- /dev/null +++ b/gui-apps/wf-shell/wf-shell-0.7.0-r1.ebuild @@ -0,0 +1,45 @@ +# Copyright 2019-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit meson + +DESCRIPTION="Compiz like 3D wayland compositor" +HOMEPAGE="https://github.com/WayfireWM/wf-shell" + +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 ~x86" +fi + +LICENSE="MIT" +SLOT="0" +IUSE="+pulseaudio" + +DEPEND=" + dev-cpp/gtkmm:3.0=[wayland] + dev-libs/gobject-introspection + gui-libs/gtk-layer-shell + >=gui-wm/wayfire-${PV%.*} + pulseaudio? ( media-libs/libpulse ) +" +RDEPEND="${DEPEND} + gui-apps/wayland-logout +" +BDEPEND=" + dev-libs/wayland-protocols + dev-util/wayland-scanner + virtual/pkgconfig +" + +src_configure () { + local emesonargs=( + "$(meson_feature pulseaudio pulse)" + -Dwayland-logout=false + ) + meson_src_configure +} diff --git a/gui-apps/wf-shell/wf-shell-0.7.0.ebuild b/gui-apps/wf-shell/wf-shell-0.7.0.ebuild deleted file mode 100644 index 34f21083a082..000000000000 --- a/gui-apps/wf-shell/wf-shell-0.7.0.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 2019-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit meson - -DESCRIPTION="A compiz like 3D wayland compositor" -HOMEPAGE="https://github.com/WayfireWM/wf-shell" - -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 ~x86" -fi - -LICENSE="MIT" -SLOT="0" -IUSE="+pulseaudio" - -DEPEND=" - dev-cpp/gtkmm:3.0=[wayland] - dev-libs/gobject-introspection - gui-libs/gtk-layer-shell - >=gui-wm/wayfire-${PV%.*} - pulseaudio? ( media-sound/pulseaudio ) -" -RDEPEND="${DEPEND} - gui-apps/wayland-logout -" -BDEPEND=" - dev-libs/wayland-protocols - virtual/pkgconfig -" - -src_configure () { - local emesonargs=( - "$(meson_feature pulseaudio pulse)" - -Dwayland-logout=false - ) - meson_src_configure -} diff --git a/gui-apps/wf-shell/wf-shell-9999.ebuild b/gui-apps/wf-shell/wf-shell-9999.ebuild index 08f4995b15b2..0734bbb0cb13 100644 --- a/gui-apps/wf-shell/wf-shell-9999.ebuild +++ b/gui-apps/wf-shell/wf-shell-9999.ebuild @@ -1,11 +1,11 @@ -# Copyright 2019-2020 Gentoo Authors +# Copyright 2019-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 inherit meson -DESCRIPTION="A compiz like 3D wayland compositor" +DESCRIPTION="Compiz like 3D wayland compositor" HOMEPAGE="https://github.com/WayfireWM/wf-shell" if [[ ${PV} == 9999 ]]; then @@ -25,13 +25,14 @@ DEPEND=" dev-libs/gobject-introspection gui-libs/gtk-layer-shell >=gui-wm/wayfire-${PV%.*} - pulseaudio? ( media-sound/pulseaudio ) + pulseaudio? ( media-libs/libpulse ) " RDEPEND="${DEPEND} gui-apps/wayland-logout " BDEPEND=" dev-libs/wayland-protocols + dev-util/wayland-scanner virtual/pkgconfig " -- cgit v1.2.3