blob: 89117d5f104a90bd3eec7404f1f11689290a9b36 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-themes/qtpixmap/qtpixmap-0.27.ebuild,v 1.5 2004/03/14 00:42:48 geoman Exp $
inherit gtk-engines2 eutils
MY_PN="QtPixmap"
IUSE=""
DESCRIPTION="A modifed version of the original GTK pixmap engine which follows the KDE color scheme"
HOMEPAGE="http://www.kde-look.org/content/show.php?content=7043"
SRC_URI="http://www.kde-look.org/content/files/7043-${MY_PN}-${PV}.tar.gz"
KEYWORDS="x86 ~ppc ~sparc alpha ~amd64 ~mips"
LICENSE="GPL-2"
SLOT="2"
DEPEND="${DEPEND}
>=media-libs/imlib-1.8
dev-util/pkgconfig
=x11-libs/gtk+-1.2*"
S=${WORKDIR}/${MY_PN}-${PV}
|