# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: IUSE="" DESCRIPTION="Skippy-XD is a version of Skippy that uses the new XDamage, XComposite and XFixes extensions (found in FreeDesktop.org's Xserver project) to provide you with 'live' versions of the windows." HOMEPAGE="http://thegraveyard.org/skippy.php" SRC_URI="http://thegraveyard.org/files/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" RDEPEND=">=x11-base/xorg-x11-6.8.0 virtual/xft" src_compile() { emake || die "emake failed" } src_install() { make DESTDIR=${D} BINDIR=/usr/bin install || die insinto /usr/share/${P} doins skippy-xd.rc-default dodoc CHANGELOG } pkg_postinst() { einfo einfo "You should copy /usr/share/${P}/skippy-xd.rc-default" einfo "to ~/.skippy-xd.rc and edit the keysym used to invoke skippy." einfo "(Find out the keysym name using 'xev')." einfo einfo "You must enable the Composite extension in your xorg.conf" einfo echo }