You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/x11-wm/wmfs/wmfs-201003.ebuild

39 lines
770 B

# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
inherit cmake-utils eutils
DESCRIPTION="Window Manager From Scratch, A tiling window manager highly configurable"
HOMEPAGE="https://github.com/xorg62/wmfs"
SRC_URI="${HOMEPAGE}/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64"
RDEPEND="
media-libs/freetype
media-libs/imlib2[X]
x11-libs/libX11
x11-libs/libXft
x11-libs/libXinerama
x11-libs/libXrandr
"
DEPEND="
${RDEPEND}
virtual/pkgconfig
x11-base/xorg-proto
"
PATCHES=(
"${FILESDIR}"/${PN}-201003-desktop.patch
"${FILESDIR}"/${PN}-201003-pthread.patch
)
src_install() {
cmake-utils_src_install
rm -r "${D}"/usr/share/${PN}
dodoc README TODO rc/status.sh
}