mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
x11-wm/bspwm: remove old
Signed-off-by: Tim Harder <radhermit@gentoo.org>
This commit is contained in:
@@ -1,4 +1,2 @@
|
||||
DIST bspwm-0.9.2.tar.gz 92558 BLAKE2B 1b9606ce7c0390537c093749f6fdba3c87108da9a5e3471a82bf205b9dd1c50ad31aba6cedc2fbc58cc9788f181a6aea232e02d2c1b4e9811a13a4205da9941a SHA512 fe46d74ecc1ab29caa038d8bb54e13cde8a40e28a014f8b313222db6e8a3323d3ec2103f4ff78008bb0252fa2d560424788ea3be66faaf38a2b8aa3b46b09e2c
|
||||
DIST bspwm-0.9.3.tar.gz 95779 BLAKE2B d066e20fe3037f0a542857dd3743046d9d228bd487e6f276c50aecd44113bd0a8297900c102e1d05e6cd20ac5bd1540ad000003e49a1f5b9bc1e72f1aab4f0a9 SHA512 015ed79af4b31c5fbd10bdf3d6945e3e2575ef3d1ab48dc7ddeb52e99cd6e121991a320515ad05b42b001b524c7ebe38b5d2b2aae0078c6601a36653718ab508
|
||||
DIST bspwm-0.9.5.tar.gz 106893 BLAKE2B 6059fd31cb4d4ee262f5a60bac9d21efb61b55e2f47785310e5101abb77023307ff0b9e858701f9558e1e8980905bf323fb310e426c714cf05f09251947c19a3 SHA512 7f50caca3b049f7401f4db8c9d1a9a2d098a3d67a3f8fe87d433c14ad1d0443be9ed4296163628fd7180614d340b672350e02538f36d0e812418aafaef16ba09
|
||||
DIST bspwm-0.9.7.tar.gz 110956 BLAKE2B 75fb711d9c2fa519ff88faea20b1e74f562c1fa207dfe18990d6131b859ad06c15c92f2352e9e045d8b634fd8f15c3758501044107be6aa4d09bba5c3ab4ee2f SHA512 57115cd3ea9eea7a50a3dc26497354355c86b6dd86136c1899cc58bbefa228104eb292bdecf5f9eac5203d3eb326457e35dc9bedc5f18ec3e3c178dd3ca9926a
|
||||
|
||||
@@ -1,46 +0,0 @@
|
||||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
inherit toolchain-funcs
|
||||
|
||||
DESCRIPTION="Tiling window manager based on binary space partitioning"
|
||||
HOMEPAGE="https://github.com/baskerville/bspwm/"
|
||||
SRC_URI="https://github.com/baskerville/bspwm/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="BSD-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="examples"
|
||||
|
||||
DEPEND="
|
||||
x11-libs/libxcb
|
||||
x11-libs/xcb-util
|
||||
x11-libs/xcb-util-wm
|
||||
"
|
||||
RDEPEND="${DEPEND}
|
||||
x11-misc/sxhkd
|
||||
"
|
||||
|
||||
src_compile() {
|
||||
emake PREFIX=/usr CC="$(tc-getCC)"
|
||||
}
|
||||
|
||||
src_install() {
|
||||
emake DESTDIR="${D}" PREFIX=/usr install
|
||||
dodoc doc/{CONTRIBUTING,MISC,TODO}.md
|
||||
|
||||
exeinto /etc/X11/Sessions
|
||||
newexe "${FILESDIR}"/${PN}-session ${PN}
|
||||
|
||||
insinto /usr/share/xsessions
|
||||
doins contrib/freedesktop/bspwm.desktop
|
||||
|
||||
insinto /etc/xdg/sxhkd
|
||||
doins examples/sxhkdrc
|
||||
|
||||
if use examples ; then
|
||||
dodoc -r examples
|
||||
docompress -x /usr/share/doc/${PF}/examples
|
||||
fi
|
||||
}
|
||||
@@ -1,46 +0,0 @@
|
||||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
inherit toolchain-funcs
|
||||
|
||||
DESCRIPTION="Tiling window manager based on binary space partitioning"
|
||||
HOMEPAGE="https://github.com/baskerville/bspwm/"
|
||||
SRC_URI="https://github.com/baskerville/bspwm/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="BSD-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="examples"
|
||||
|
||||
DEPEND="
|
||||
x11-libs/libxcb
|
||||
x11-libs/xcb-util
|
||||
x11-libs/xcb-util-wm
|
||||
"
|
||||
RDEPEND="${DEPEND}
|
||||
x11-misc/sxhkd
|
||||
"
|
||||
|
||||
src_compile() {
|
||||
emake PREFIX=/usr CC="$(tc-getCC)"
|
||||
}
|
||||
|
||||
src_install() {
|
||||
emake DESTDIR="${D}" PREFIX=/usr install
|
||||
dodoc doc/{CONTRIBUTING,MISC,TODO}.md
|
||||
|
||||
exeinto /etc/X11/Sessions
|
||||
newexe "${FILESDIR}"/${PN}-session ${PN}
|
||||
|
||||
insinto /usr/share/xsessions
|
||||
doins contrib/freedesktop/bspwm.desktop
|
||||
|
||||
insinto /etc/xdg/sxhkd
|
||||
doins examples/sxhkdrc
|
||||
|
||||
if use examples ; then
|
||||
dodoc -r examples
|
||||
docompress -x /usr/share/doc/${PF}/examples
|
||||
fi
|
||||
}
|
||||
Reference in New Issue
Block a user