diff options
author | Alex Xu (Hello71) <alex_y_xu@yahoo.ca> | 2023-01-02 12:50:45 -0500 |
---|---|---|
committer | Alex Xu (Hello71) <alex_y_xu@yahoo.ca> | 2023-01-02 12:50:45 -0500 |
commit | 5ed7c72c4b97e9232feacc152769e739f35d44b4 (patch) | |
tree | d41270202830f75257a9f69cecf662337974ddc3 /gui-wm/tinywl/tinywl-0.15.1.ebuild | |
parent | 8555a3f099ce4824da47531cfada35457ae6d74d (diff) | |
download | gentoo-overlay-5ed7c72c4b97e9232feacc152769e739f35d44b4.tar.xz gentoo-overlay-5ed7c72c4b97e9232feacc152769e739f35d44b4.zip |
gui-wm/tinywl: drop
Diffstat (limited to 'gui-wm/tinywl/tinywl-0.15.1.ebuild')
-rw-r--r-- | gui-wm/tinywl/tinywl-0.15.1.ebuild | 48 |
1 files changed, 0 insertions, 48 deletions
diff --git a/gui-wm/tinywl/tinywl-0.15.1.ebuild b/gui-wm/tinywl/tinywl-0.15.1.ebuild deleted file mode 100644 index c8ddb20..0000000 --- a/gui-wm/tinywl/tinywl-0.15.1.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DESCRIPTION='"minimum viable product" Wayland compositor based on wlroots' -HOMEPAGE="https://gitlab.freedesktop.org/wlroots/wlroots/-/tree/tinywl" - -if [[ ${PV} == 9999 ]]; then - EGIT_REPO_URI="https://gitlab.freedesktop.org/wlroots/wlroots.git" - inherit git-r3 -else - SRC_URI="https://gitlab.freedesktop.org/wlroots/wlroots/-/archive/${PV}/wlroots-${PV}.tar.gz" - KEYWORDS="~amd64 ~x86" -fi - -LICENSE="CC0-1.0" -SLOT="0" -IUSE="" - -DEPEND=" - >=gui-libs/wlroots-${PV}:= - dev-libs/wayland-protocols -" -RDEPEND=" - ${DEPEND} -" -BDEPEND=" - dev-libs/wayland-protocols - virtual/pkgconfig -" - -S=${WORKDIR}/wlroots-${PV} - -PATCHES=( - "${FILESDIR}/tinywl-don-t-crash-when-there-is-no-keyboard.patch" -) - -S="${WORKDIR}/wlroots-${PV}/tinywl" - -src_prepare() { - cd .. - default -} - -src_install() { - dobin tinywl -} |