From 3fa07d13c512cfcc709b58ecce8ef3cd194f2c26 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Sat, 9 Feb 2019 15:48:03 +0100 Subject: dev-libs/sway: drop and use upstream rc --- dev-libs/sway/sway-1.0-r2.ebuild | 49 ---------------------------------------- 1 file changed, 49 deletions(-) delete mode 100644 dev-libs/sway/sway-1.0-r2.ebuild (limited to 'dev-libs/sway/sway-1.0-r2.ebuild') diff --git a/dev-libs/sway/sway-1.0-r2.ebuild b/dev-libs/sway/sway-1.0-r2.ebuild deleted file mode 100644 index ad035f0..0000000 --- a/dev-libs/sway/sway-1.0-r2.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2018 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit eutils meson ninja-utils - -DESCRIPTION="i3-compatible Wayland window manager" -HOMEPAGE="http://swaywm.org/" - -SRC_URI="https://github.com/swaywm/sway/archive/1.0-beta.2.tar.gz -> ${P}-b2.tar.gz" -S="${WORKDIR}/sway-1.0-beta.2" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~arm64 ~x86" -# TODO -IUSE="wallpapers bash-completion zsh-completion +xwayland" - -RDEPEND=" - >=dev-libs/wlroots-0.2 - xwayland? ( dev-libs/wlroots[x11-backend] ) - dev-libs/wayland - x11-base/xorg-server[wayland] - >=dev-libs/libinput-1.6.0 - sys-libs/libcap - dev-libs/libpcre - >=dev-libs/json-c-0.13:0= - x11-libs/pango - x11-libs/cairo - x11-libs/gdk-pixbuf[jpeg] - virtual/pam - >=sys-apps/dbus-1.10 - " - -DEPEND="${RDEPEND} - dev-util/meson - app-text/scdoc - virtual/pkgconfig" - -src_configure() { - local emesonargs=( - -Ddefault-wallpaper=$(usex wallpapers true false) - -Dzsh-completions=$(usex zsh-completion true false) - -Dbash-completions=$(usex bash-completion true false) - -Denable-xwayland=$(usex xwayland true false) - ) - meson_src_configure -} -- cgit v1.2.3