diff options
author | Michael Weber <xmw@gentoo.org> | 2016-05-05 15:39:10 +0200 |
---|---|---|
committer | Michael Weber <xmw@gentoo.org> | 2016-05-05 15:40:00 +0200 |
commit | 0995f5eacb791b6d970fbeebbf14eaa6e2b7dda0 (patch) | |
tree | c2e2e57b62373dd7037578a8a0305117348b60f0 /x11-wm/spectrwm | |
parent | x11-wm/spectrwm: Version bump (thanks noptrix). (diff) | |
download | gentoo-0995f5eacb791b6d970fbeebbf14eaa6e2b7dda0.tar.gz gentoo-0995f5eacb791b6d970fbeebbf14eaa6e2b7dda0.tar.bz2 gentoo-0995f5eacb791b6d970fbeebbf14eaa6e2b7dda0.zip |
x11-wm/spectrwm: drop broken
Package-Manager: portage-2.2.28
Diffstat (limited to 'x11-wm/spectrwm')
-rw-r--r-- | x11-wm/spectrwm/files/spectrwm.desktop | 7 | ||||
-rw-r--r-- | x11-wm/spectrwm/spectrwm-2.7.2.ebuild | 47 |
2 files changed, 0 insertions, 54 deletions
diff --git a/x11-wm/spectrwm/files/spectrwm.desktop b/x11-wm/spectrwm/files/spectrwm.desktop deleted file mode 100644 index ca9a5b6337e4..000000000000 --- a/x11-wm/spectrwm/files/spectrwm.desktop +++ /dev/null @@ -1,7 +0,0 @@ -[Desktop Entry] -Name=spectrwm -Comment=A lighweight tiling window manager -Exec=/etc/X11/Sessions/spectrwm -TryExec=spectrwm -Icon= -Type=Application diff --git a/x11-wm/spectrwm/spectrwm-2.7.2.ebuild b/x11-wm/spectrwm/spectrwm-2.7.2.ebuild deleted file mode 100644 index d487508bf85d..000000000000 --- a/x11-wm/spectrwm/spectrwm-2.7.2.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -inherit eutils multilib toolchain-funcs - -DESCRIPTION="Small dynamic tiling window manager for X11" -HOMEPAGE="https://opensource.conformal.com/wiki/spectrwm" -SRC_URI="http://opensource.conformal.com/snapshots/${PN}/${P}.tgz" - -LICENSE="ISC" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -RDEPEND="x11-misc/dmenu" -DEPEND="${DEPEND} - x11-libs/libX11 - x11-libs/libXcursor - x11-libs/libXrandr - x11-libs/libXtst - x11-libs/xcb-util - !x11-wm/scrotwm" - -S=${WORKDIR}/${P}/linux - -src_prepare() { - epatch "${FILESDIR}"/${PN}-2.6.2-Makefile.patch - tc-export CC -} - -src_install() { - emake PREFIX="${D}"/usr LIBDIR="${D}usr/$(get_libdir)" install - - cd "${WORKDIR}"/${P} || die - - insinto /etc - doins ${PN}.conf - dodoc ${PN}_*.conf {initscreen,screenshot}.sh - - make_session_desktop ${PN} ${PN} - - elog "Example keyboard config and helpful scripts can be found" - elog "in ${ROOT}usr/share/doc/${PF}" -} |