diff options
author | Viorel Munteanu <ceamac@gentoo.org> | 2024-11-01 11:38:45 +0200 |
---|---|---|
committer | Viorel Munteanu <ceamac@gentoo.org> | 2024-11-01 11:45:16 +0200 |
commit | f65fe97cf646bd9967721550e3a8c031d033f208 (patch) | |
tree | b6d362ff42b4667bbb14fac42158ab302b3d6c17 /gui-apps | |
parent | gui-libs/wf-config: drop 0.8.0 (diff) | |
download | gentoo-f65fe97cf646bd9967721550e3a8c031d033f208.tar.gz gentoo-f65fe97cf646bd9967721550e3a8c031d033f208.tar.bz2 gentoo-f65fe97cf646bd9967721550e3a8c031d033f208.zip |
gui-apps/wcm: drop 0.8.0
Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
Diffstat (limited to 'gui-apps')
-rw-r--r-- | gui-apps/wcm/Manifest | 1 | ||||
-rw-r--r-- | gui-apps/wcm/wcm-0.8.0.ebuild | 52 |
2 files changed, 0 insertions, 53 deletions
diff --git a/gui-apps/wcm/Manifest b/gui-apps/wcm/Manifest index 4f71bfdfe177..a79809a20f0b 100644 --- a/gui-apps/wcm/Manifest +++ b/gui-apps/wcm/Manifest @@ -1,2 +1 @@ -DIST wcm-0.8.0.tar.xz 430960 BLAKE2B 4d845edc631bda6b3fbee181d64897b366f4e73af7fef0e912f0a5dc9c7db4dc731319b6c25ce3e2206cc05c908ee402e01ed914cba4ccc63b0d52b9980b7414 SHA512 43d863cfd44dc10874f6ac0c511cd07d84721c53955315fb6eed54ba5f6ac9ebcdcf19e515639deafb333d8e45d95ce8e5222ce1d3344fc7d72f09b018bf517e DIST wcm-0.9.0.tar.xz 434076 BLAKE2B 7f068dda1c256d930db57d8cd299652416c5a2357742e1cc3adddab98b143ff33219dcde7c94f951d456d8a4047ce606fd95ddf1a9b4b33f8e1de8997b67aeb5 SHA512 f6c240c38adcf6c464df2ba07f2cbaeecabaf16fcf6c92fa064e30989d9d9476422e2d58bbdc14c0b2232839b517ee2938cc795200e3cb1549c170c87df8050c diff --git a/gui-apps/wcm/wcm-0.8.0.ebuild b/gui-apps/wcm/wcm-0.8.0.ebuild deleted file mode 100644 index 81b41754343f..000000000000 --- a/gui-apps/wcm/wcm-0.8.0.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# Copyright 2019-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit meson xdg - -DESCRIPTION="Wayfire Config Manager" -HOMEPAGE="https://github.com/WayfireWM/wcm" - -if [[ ${PV} == 9999 ]]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/WayfireWM/wcm.git" - SLOT="0/0.9" -else - SRC_URI="https://github.com/WayfireWM/wcm/releases/download/v${PV}/${P}.tar.xz" - KEYWORDS="amd64 ~arm64" - SLOT="0/$(ver_cut 1-2)" -fi - -LICENSE="MIT" - -RESTRICT="test" # no tests - -CDEPEND=" - dev-libs/libevdev - dev-libs/libxml2 - dev-libs/wayland - dev-cpp/gtkmm:3.0[wayland] - gui-apps/wf-shell:${SLOT} - gui-libs/wf-config:${SLOT} - gui-wm/wayfire:${SLOT} - x11-libs/libxkbcommon -" -RDEPEND="${CDEPEND}" -DEPEND=" - ${CDEPEND} - dev-libs/wayland-protocols -" -BDEPEND=" - dev-util/wayland-scanner - virtual/pkgconfig -" - -src_configure() { - local emesonargs=( - -Dwf_shell=enabled - -Denable_wdisplays=true - ) - - meson_src_configure -} |