1 # Copyright 1999-2022 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
6 inherit toolchain-funcs
8 DESCRIPTION="A full-screen task-switcher providing Apple Expose-like functionality"
9 HOMEPAGE="http://thegraveyard.org/skippy.php"
10 SRC_URI="http://thegraveyard.org/files/${P}.tar.bz2"
14 KEYWORDS="amd64 ppc x86"
16 RDEPEND="media-libs/imlib2[X]
24 BDEPEND="virtual/pkgconfig"
27 "${FILESDIR}"/${PN}-pointer-size.patch
28 "${FILESDIR}"/${P}-Makefile.patch
29 "${FILESDIR}"/${P}-fno-common.patch
30 "${FILESDIR}"/${P}-imlib2-pkg-config.patch
33 DOCS=( CHANGELOG skippyrc-default )
36 tc-export CC PKG_CONFIG
43 elog "You should copy skippyrc-default from /usr/share/doc/${PF} to"
44 elog "~/.skippyrc and edit the keysym used to invoke skippy."
45 elog "Use x11-apps/xev to find out the keysym."