summaryrefslogtreecommitdiff
path: root/gui-apps/wf-shell
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-06-20 14:45:01 +0100
committerV3n3RiX <venerix@redcorelinux.org>2021-06-20 14:45:01 +0100
commit34dea8e38f88007799629d0a56b12dec480b1d21 (patch)
tree6790873994b58030360328cf5897d934b3b03d16 /gui-apps/wf-shell
parent7932d472a02d4c016ff7dff4b7a5479ab9d1883d (diff)
gentoo resync : 20.06.2021
Diffstat (limited to 'gui-apps/wf-shell')
-rw-r--r--gui-apps/wf-shell/Manifest4
-rw-r--r--gui-apps/wf-shell/wf-shell-0.5.0.ebuild43
-rw-r--r--gui-apps/wf-shell/wf-shell-0.7.0.ebuild2
3 files changed, 2 insertions, 47 deletions
diff --git a/gui-apps/wf-shell/Manifest b/gui-apps/wf-shell/Manifest
index 7272f0c65692..3bee41b7663c 100644
--- a/gui-apps/wf-shell/Manifest
+++ b/gui-apps/wf-shell/Manifest
@@ -1,6 +1,4 @@
-DIST wf-shell-0.5.0.tar.xz 8998296 BLAKE2B c32232fc08292b15a0048d11d0f179a82fd21b3179223d898057ac95b42ac35ec063467f67c0f1261857c3b643edc4367112a05bb63f002788b64ed86559addd SHA512 d0029746ea10625bb47381a7ed74aadb8aa3823f83f751b539eefd49da5aa1643a2d16c55fe23d30bd71528ad5c1ea8d389909fe8cc1026746b3b76aa5dabd2b
DIST wf-shell-0.7.0.tar.xz 9014840 BLAKE2B f2e1ffb76de79db580227ddefc10c9f3431c92f77e6519da1102e7c4456bb30c4f25c82570a5b2796985dac00be65f9428ac6682e80920ed22359f63e3e6a84d SHA512 3d72c5d399280ee9da841a417faf696f8baa40edc1040bc1f354f113a8e431dbab428c93928b1d3faa520e35211345cabb5c70f55e10cfb7a4c321a6db19df90
-EBUILD wf-shell-0.5.0.ebuild 846 BLAKE2B faee64563ed5ab34455b4eb063b26ff0cef9c755e9d12967da6bb8572ece57316af560c4fe41710a7cc4b52122c936e4c9a0ea66e7fc13bea970e22e954153cc SHA512 e40c19893ca81d7447c1eded0a732839c15fdf694531e84158778e4debeba8e1d945bc7ed4d06539e582a94f73b9d3f1066ac5d187bfecee8b6ad350fc5faab5
-EBUILD wf-shell-0.7.0.ebuild 894 BLAKE2B 95f41d7e1c34d52505a62821152e8bd6db634da38fe836839b9da124ece5478b77ab3bf5e489e5bd38ecc126612db8c137bad4eb364ab5b84c99c05d969999a8 SHA512 751906a8c3abb9032acc962da5b464ff1f00f06412ba6677ce84ea1c6705814f552b98e6a0de6c0a177efb6a976c482f14931cd9335b26ccf9f244bb70317f3b
+EBUILD wf-shell-0.7.0.ebuild 893 BLAKE2B d6650aad3b0edda66a4de5840a3f51dd64f15be22b7dd5d5aef6c0c978537a7317624a2af09bd196e22659928eb0ed64de4f9af8930dc942a50c5102a2ae061e SHA512 c91ef6f270abee5f2eb8a1222f47812d44abb22c6fc6f7fd49f09fa5e7131912e850d8c0a380c01babffc786c895e93dd8af508b9ab53aaf7ae2d88416764e9f
EBUILD wf-shell-9999.ebuild 894 BLAKE2B dcba8696d9c2e9cab3f404c7e4af71b5575016d929687d033242bbdd6139231c0e48c746417d711ede3d96f5a321f341b0c2382834877f7aa30c4ed217fd28e9 SHA512 a3cb41c0eb247b65fde86a8b87d150bac6f037ab208e64367bb2f86ff487edef589754abe210c80f955dbe9aa5b84431976a9c367ed9485e48fc89e17ee15b19
MISC metadata.xml 683 BLAKE2B bb64c04bcfff4291cba3d896fec7effc3aa276a75003f3ab6f488ec69f69fe8f46712b85258617cc4fb3b5fe3d4ab64806ed698629b4a6572bbd6c0b3c31add3 SHA512 08489531c8ae8ad4cfdc9e00d33644bd497d119979cb49370656f0987ca66800f562fdd7b2121bbe1a39a4176c931c09f0140e595131558866e9248fe6191c84
diff --git a/gui-apps/wf-shell/wf-shell-0.5.0.ebuild b/gui-apps/wf-shell/wf-shell-0.5.0.ebuild
deleted file mode 100644
index f4c6ec5dafef..000000000000
--- a/gui-apps/wf-shell/wf-shell-0.5.0.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 2019-2020 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/${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-0.1
- >=gui-wm/wayfire-${PV}
- pulseaudio? ( media-sound/pulseaudio )
-"
-
-RDEPEND="${DEPEND}"
-
-BDEPEND="
- dev-libs/wayland-protocols
- virtual/pkgconfig
-"
-
-src_configure () {
- local emesonargs=(
- "$(meson_feature pulseaudio pulse)"
- )
- 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
index 11f54e22daca..34f21083a082 100644
--- a/gui-apps/wf-shell/wf-shell-0.7.0.ebuild
+++ b/gui-apps/wf-shell/wf-shell-0.7.0.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == 9999 ]]; then
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"
+ KEYWORDS="amd64 ~arm64 ~x86"
fi
LICENSE="MIT"