diff options
author | Brad Laue <brad@gentoo.org> | 2003-07-22 18:52:29 +0000 |
---|---|---|
committer | Brad Laue <brad@gentoo.org> | 2003-07-22 18:52:29 +0000 |
commit | 63b3c89dda27281e63148364cec66b0e973f4fb1 (patch) | |
tree | 34d20ef912edeef9c2981efc389fffe33e451576 /x11-themes | |
parent | Add qtpixmap, gtk-engines-geramik among others dependency (diff) | |
download | historical-63b3c89dda27281e63148364cec66b0e973f4fb1.tar.gz historical-63b3c89dda27281e63148364cec66b0e973f4fb1.tar.bz2 historical-63b3c89dda27281e63148364cec66b0e973f4fb1.zip |
Add qtpixmap, gtk-engines-geramik among others dependency
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/qtpixmap/Manifest | 3 | ||||
-rw-r--r-- | x11-themes/qtpixmap/files/digest-qtpixmap-0.25 | 1 | ||||
-rw-r--r-- | x11-themes/qtpixmap/qtpixmap-0.25.ebuild | 22 |
3 files changed, 25 insertions, 1 deletions
diff --git a/x11-themes/qtpixmap/Manifest b/x11-themes/qtpixmap/Manifest index db19031ed118..35297a0aef1b 100644 --- a/x11-themes/qtpixmap/Manifest +++ b/x11-themes/qtpixmap/Manifest @@ -1,2 +1,3 @@ -MD5 50061e1d2dfef090a085b51152b1b8fb qtpixmap-0.25.ebuild 589 +MD5 197bd60ee1bf701a54789459cf50b34b ChangeLog 366 +MD5 b6f8be4fab8a73996560ef2c37d3ce59 qtpixmap-0.25.ebuild 711 MD5 ceba151badaf6c45af4cbe68e732efa1 files/digest-qtpixmap-0.25 70 diff --git a/x11-themes/qtpixmap/files/digest-qtpixmap-0.25 b/x11-themes/qtpixmap/files/digest-qtpixmap-0.25 new file mode 100644 index 000000000000..f8dcff9cba62 --- /dev/null +++ b/x11-themes/qtpixmap/files/digest-qtpixmap-0.25 @@ -0,0 +1 @@ +MD5 7f78402c3ed0db71312732c6a9af29fa 7043-QtPixmap-0.25.tar.gz 428768 diff --git a/x11-themes/qtpixmap/qtpixmap-0.25.ebuild b/x11-themes/qtpixmap/qtpixmap-0.25.ebuild new file mode 100644 index 000000000000..20311936a539 --- /dev/null +++ b/x11-themes/qtpixmap/qtpixmap-0.25.ebuild @@ -0,0 +1,22 @@ +# 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.25.ebuild,v 1.1 2003/07/22 18:52:20 brad Exp $ + +inherit gtk-engines 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} + |