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/pekwm/pekwm-0.1.15.ebuild

47 lines
1.1 KiB

# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-wm/pekwm/pekwm-0.1.15.ebuild,v 1.1 2012/08/23 16:10:19 xarthisius Exp $
EAPI=4
inherit eutils
DESCRIPTION="A small window mananger based on aewm++"
HOMEPAGE="http://pekwm.org/"
SRC_URI="http://pekwm.org/projects/pekwm/files/${P}.tar.bz2
mirror://gentoo/${PN}-themes.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~mips ~ppc ~sparc ~x86 ~x86-fbsd"
IUSE="debug truetype xinerama"
RDEPEND="virtual/jpeg
media-libs/libpng
x11-libs/libXpm
x11-libs/libXrandr
x11-libs/libXrender
truetype? ( x11-libs/libXft )
xinerama? ( x11-libs/libXinerama )"
DEPEND="${RDEPEND}
virtual/pkgconfig"
src_configure() {
econf \
$(use_enable debug) \
$(use_enable truetype xft) \
$(use_enable xinerama) \
--enable-image-jpeg \
--enable-image-png \
--enable-image-xpm \
--enable-shape \
--enable-xrandr
}
src_install() {
default
rm "${WORKDIR}/themes/Ace/.theme.swp"
mv "${WORKDIR}/themes/"* "${D}/usr/share/${PN}/themes/"
}