x11-wm/swm - 9999 (petkovich)

Search

Install

Install this version:

emerge -a =x11-wm/swm-9999

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =x11-wm/swm-9999

Or alternatively:

emerge --autounmask-write -a =x11-wm/swm-9999

Package Information

Description:
A simple window manager.
Homepage:
https://github.com/dcat/swm
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
9999 7 amd64 x86 0
View Raw Ebuild
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

EAPI=7

inherit git-r3 savedconfig toolchain-funcs

DESCRIPTION="A simple window manager."
HOMEPAGE="https://github.com/dcat/swm"
EGIT_REPO_URI="https://github.com/dcat/swm.git"

LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE="savedconfig"

CDEPEND="
	x11-libs/libxcb
"
DEPEND="
	${CDEPEND}
	x11-libs/libX11
	media-libs/freetype
  x11-libs/libXinerama
"
RDEPEND="
	${CDEPEND}
"

src_prepare() {
    restore_config config.h
    default
}

src_install() {
    default
    save_config config.h
}

USE Flags

Manage flags for this package: euse -i <flag> -p x11-wm/swm | euse -E <flag> -p x11-wm/swm | euse -D <flag> -p x11-wm/swm

Global/Standard Flags

Inherited Eclasses

Dependencies

DEPEND

	
	x11-libs/libxcb

	x11-libs/libX11
	media-libs/freetype
  x11-libs/libXinerama

RDEPEND

	
	x11-libs/libxcb