diff options
author | Mike Gardiner <obz@gentoo.org> | 2003-08-31 12:51:25 +0000 |
---|---|---|
committer | Mike Gardiner <obz@gentoo.org> | 2003-08-31 12:51:25 +0000 |
commit | fce00184e5e8be69a91a5bba25a42f487116d050 (patch) | |
tree | be6ba7f3f8cf521a069b94def79835acdb1916d7 /x11-themes/qtpixmap | |
parent | new version (diff) | |
download | historical-fce00184e5e8be69a91a5bba25a42f487116d050.tar.gz historical-fce00184e5e8be69a91a5bba25a42f487116d050.tar.bz2 historical-fce00184e5e8be69a91a5bba25a42f487116d050.zip |
new version
Diffstat (limited to 'x11-themes/qtpixmap')
-rw-r--r-- | x11-themes/qtpixmap/Manifest | 4 | ||||
-rw-r--r-- | x11-themes/qtpixmap/files/digest-qtpixmap-0.26 | 1 | ||||
-rw-r--r-- | x11-themes/qtpixmap/qtpixmap-0.26.ebuild | 23 |
3 files changed, 26 insertions, 2 deletions
diff --git a/x11-themes/qtpixmap/Manifest b/x11-themes/qtpixmap/Manifest index 60a08f18fa4c..282f36371b14 100644 --- a/x11-themes/qtpixmap/Manifest +++ b/x11-themes/qtpixmap/Manifest @@ -1,5 +1,5 @@ -MD5 c186f124ecc57cdcda52f92a2c1a573b qtpixmap-0.26.ebuild 607 +MD5 6227dc7c8c353d095b154bd024f8f35a qtpixmap-0.26.ebuild 707 MD5 c5994569e3e92fd65e0c4d8bc78e1365 qtpixmap-0.25.ebuild 712 -MD5 197bd60ee1bf701a54789459cf50b34b ChangeLog 366 +MD5 b371458ae173bcfcf782f87f8a9493fe ChangeLog 478 MD5 ceba151badaf6c45af4cbe68e732efa1 files/digest-qtpixmap-0.25 70 MD5 adc4d4eee83455cd7c3c1962b59e0e74 files/digest-qtpixmap-0.26 70 diff --git a/x11-themes/qtpixmap/files/digest-qtpixmap-0.26 b/x11-themes/qtpixmap/files/digest-qtpixmap-0.26 new file mode 100644 index 000000000000..40ca6b812a26 --- /dev/null +++ b/x11-themes/qtpixmap/files/digest-qtpixmap-0.26 @@ -0,0 +1 @@ +MD5 a2d5abb07b206d7bd5deca9199e2cc50 7043-QtPixmap-0.26.tar.gz 429509 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} + |