diff options
Diffstat (limited to 'x11-themes/qtpixmap/qtpixmap-0.26.ebuild')
-rw-r--r-- | x11-themes/qtpixmap/qtpixmap-0.26.ebuild | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/x11-themes/qtpixmap/qtpixmap-0.26.ebuild b/x11-themes/qtpixmap/qtpixmap-0.26.ebuild new file mode 100644 index 000000000000..d13b5aae7c67 --- /dev/null +++ b/x11-themes/qtpixmap/qtpixmap-0.26.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-themes/qtpixmap/qtpixmap-0.26.ebuild,v 1.1 2003/08/31 12:47:04 obz 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" +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} + |