diff options
author | Leonardo Boshell <leonardop@gentoo.org> | 2003-10-31 13:56:20 +0000 |
---|---|---|
committer | Leonardo Boshell <leonardop@gentoo.org> | 2003-10-31 13:56:20 +0000 |
commit | 718930683aa9e629613b5a391d44a3621d1989d9 (patch) | |
tree | 7a75376f5b9a7a4ac90b266901d1f6330a3c3c77 /media-gfx | |
parent | x86 (diff) | |
download | historical-718930683aa9e629613b5a391d44a3621d1989d9.tar.gz historical-718930683aa9e629613b5a391d44a3621d1989d9.tar.bz2 historical-718930683aa9e629613b5a391d44a3621d1989d9.zip |
Fixing KDE-related problems.
Diffstat (limited to 'media-gfx')
-rw-r--r-- | media-gfx/tuxpaint/ChangeLog | 5 | ||||
-rw-r--r-- | media-gfx/tuxpaint/Manifest | 4 | ||||
-rw-r--r-- | media-gfx/tuxpaint/tuxpaint-0.9.12.ebuild | 10 |
3 files changed, 13 insertions, 6 deletions
diff --git a/media-gfx/tuxpaint/ChangeLog b/media-gfx/tuxpaint/ChangeLog index e78f4314290d..6524d962b9cb 100644 --- a/media-gfx/tuxpaint/ChangeLog +++ b/media-gfx/tuxpaint/ChangeLog @@ -1,8 +1,9 @@ # ChangeLog for media-gfx/tuxpaint # Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/tuxpaint/ChangeLog,v 1.1 2003/10/31 12:35:35 leonardop Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/tuxpaint/ChangeLog,v 1.2 2003/10/31 13:56:14 leonardop Exp $ *tuxpaint-0.9.12 (31 Oct 2003) 31 Oct 2003; L. Boshell <leonardop@gentoo.org> tuxpaint-0.9.12.ebuild : - Initial import. Thanks to Ron for the contribution on bug #15530. + Initial import. Thanks to Ron for the contribution on bug #15530. Thanks + to user Mario Beroiza for his help with KDE-related problems. diff --git a/media-gfx/tuxpaint/Manifest b/media-gfx/tuxpaint/Manifest index c109ae3bc8bb..4dc978db0bb0 100644 --- a/media-gfx/tuxpaint/Manifest +++ b/media-gfx/tuxpaint/Manifest @@ -1,4 +1,4 @@ -MD5 4ad5b849f7248a40f479c4d746379758 tuxpaint-0.9.12.ebuild 1558 -MD5 23d5fe4e047fd4b947f38ff07f31fff4 ChangeLog 395 +MD5 a7bdc74f0afe8635e351c8249f2617f6 tuxpaint-0.9.12.ebuild 1801 +MD5 8d88f81e8ad227253b3bd30190ee4d16 ChangeLog 466 MD5 03ad2e6c4ab41244af1015a8bbb0b39f metadata.xml 158 MD5 60d68c719ff0eec4ce2849662bbce97e files/digest-tuxpaint-0.9.12 68 diff --git a/media-gfx/tuxpaint/tuxpaint-0.9.12.ebuild b/media-gfx/tuxpaint/tuxpaint-0.9.12.ebuild index db693c880ea2..4eb09e7d3a97 100644 --- a/media-gfx/tuxpaint/tuxpaint-0.9.12.ebuild +++ b/media-gfx/tuxpaint/tuxpaint-0.9.12.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/tuxpaint/tuxpaint-0.9.12.ebuild,v 1.1 2003/10/31 12:35:35 leonardop Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/tuxpaint/tuxpaint-0.9.12.ebuild,v 1.2 2003/10/31 13:56:14 leonardop Exp $ DESCRIPTION="Drawing program designed for young children (kids ages 3 and up)" HOMEPAGE="http://www.newbreedsoftware.com/tuxpaint/" @@ -43,7 +43,8 @@ src_compile() { sed -i "s:^KDE_ICON_PREFIX=.*:KDE_ICON_PREFIX=:" Makefile fi - emake || die + # emake can cause some grief at this point.. + make || die } src_install () { @@ -51,6 +52,11 @@ src_install () { sed -i "s:^ CONFDIR=.*: CONFDIR=${D}etc/tuxpaint:" Makefile dodir /usr/bin + use kde && dodir /usr/kde/3.1/share/applnk/Graphics \ + /usr/kde/3.1/share/icons/hicolor/48x48/apps \ + /usr/kde/3.1/share/icons/hicolor/32x32/apps \ + /usr/kde/3.1/share/icons/hicolor/16x16/apps + make install || die rm docs/INSTALL.txt |