summaryrefslogtreecommitdiff
path: root/x11-wm/spectrwm/spectrwm-3.2.0.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'x11-wm/spectrwm/spectrwm-3.2.0.ebuild')
-rw-r--r--x11-wm/spectrwm/spectrwm-3.2.0.ebuild45
1 files changed, 0 insertions, 45 deletions
diff --git a/x11-wm/spectrwm/spectrwm-3.2.0.ebuild b/x11-wm/spectrwm/spectrwm-3.2.0.ebuild
deleted file mode 100644
index 5b65a7a2a756..000000000000
--- a/x11-wm/spectrwm/spectrwm-3.2.0.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit desktop multilib toolchain-funcs
-
-DESCRIPTION="Small dynamic tiling window manager for X11"
-HOMEPAGE="https://github.com/conformal/spectrwm"
-SRC_URI="https://github.com/conformal/spectrwm/archive/${PN^^}_${PV//./_}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="ISC"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
- !x11-wm/scrotwm
- x11-misc/dmenu
-"
-DEPEND="
- x11-libs/libX11
- x11-libs/libXcursor
- x11-libs/libXrandr
- x11-libs/libXtst
- x11-libs/xcb-util
-"
-PATCHES=(
- "${FILESDIR}"/${PN}-3.2.0-gentoo.patch
-)
-S=${WORKDIR}/${PN}-${PN^^}_${PV//./_}
-
-src_compile() {
- tc-export CC PKG_CONFIG
- emake -C linux PREFIX="${EROOT}/usr" LIBDIR="${EROOT}/usr/$(get_libdir)"
-}
-
-src_install() {
- emake -C linux PREFIX="${EROOT}/usr" LIBDIR="${EROOT}/usr/$(get_libdir)" \
- DESTDIR="${D}" install
-
- insinto /etc
- doins ${PN}.conf
- dodoc CHANGELOG.md README.md ${PN}_*.conf {initscreen,screenshot}.sh
-
- make_session_desktop ${PN} ${PN}
-}