diff options
author | Mike Gilbert <floppym@gentoo.org> | 2011-09-10 06:15:48 +0000 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2011-09-10 06:15:48 +0000 |
commit | 525ff340902307d27956be300515e329fdf59302 (patch) | |
tree | fc55669838dbdd20f3c57baf73f56500314de0d4 /net-ftp | |
parent | Version bump django to 1.3.1. (diff) | |
download | gentoo-2-525ff340902307d27956be300515e329fdf59302.tar.gz gentoo-2-525ff340902307d27956be300515e329fdf59302.tar.bz2 gentoo-2-525ff340902307d27956be300515e329fdf59302.zip |
Install icon and desktop file. Bug 198680 by Sebastian.
(Portage version: 2.2.0_alpha55/cvs/Linux x86_64)
Diffstat (limited to 'net-ftp')
-rw-r--r-- | net-ftp/ftpcube/ChangeLog | 10 | ||||
-rw-r--r-- | net-ftp/ftpcube/files/ftpcube.xpm | 45 | ||||
-rw-r--r-- | net-ftp/ftpcube/ftpcube-0.5.1-r2.ebuild | 39 |
3 files changed, 92 insertions, 2 deletions
diff --git a/net-ftp/ftpcube/ChangeLog b/net-ftp/ftpcube/ChangeLog index 5ea6c9b582dd..dbf8e6cfbe69 100644 --- a/net-ftp/ftpcube/ChangeLog +++ b/net-ftp/ftpcube/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-ftp/ftpcube -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-ftp/ftpcube/ChangeLog,v 1.42 2010/04/06 20:59:08 arfrever Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-ftp/ftpcube/ChangeLog,v 1.43 2011/09/10 06:15:47 floppym Exp $ + +*ftpcube-0.5.1-r2 (10 Sep 2011) + + 10 Sep 2011; Mike Gilbert <floppym@gentoo.org> +ftpcube-0.5.1-r2.ebuild, + +files/ftpcube.xpm: + Install icon and desktop file. Bug 198680 by Sebastian. 06 Apr 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> ftpcube-0.5.1-r1.ebuild: diff --git a/net-ftp/ftpcube/files/ftpcube.xpm b/net-ftp/ftpcube/files/ftpcube.xpm new file mode 100644 index 000000000000..4cc76234b72f --- /dev/null +++ b/net-ftp/ftpcube/files/ftpcube.xpm @@ -0,0 +1,45 @@ +/* XPM */ +static char *ftpcube_big[]={ +"32 32 10 1", +". c None", +"f c #000000", +"h c #0000ff", +"# c #00ffff", +"a c #1e90ff", +"g c #2f4f4f", +"c c #708090", +"e c #bebebe", +"d c #dcdcdc", +"b c #ffffff", +"................................", +"................................", +".....#########aaaa..............", +"....###aaa#aa####aa.............", +"...##a...aaa...##ba.............", +"...##a.........##aa...####aa....", +".aa##aa.....ccc##aa..##aaaaaaa..", +"a#####aaa.ccd..###aa##aa..aa#aa.", +"##aaa###ac######bbb##aa....aa#aa", +"#a..a#bb##########bb#a......aa#a", +"#a..ccdbbbbb.########cc.....aaaa", +"##acdd##bbbb.####eeeedcf...a##a.", +"a#agbb####b######eeddgff..a##aa.", +".#ageebb#########ddggfgf.a##aa..", +"#aageeeebbb##d##dgfggggfaaaaa...", +"#aageeeeeebb###gffggggagaaaa....", +"##ageeeeecccbbgfffggcaaaaaa.....", +"a##g#eeeeccccbfffgggaaaaaa......", +".a########cccdfffggaaaaaaa......", +".a#########ccdfffggaa##ag.......", +"..a#bb#b###cceffggga###agc......", +"...g#bb###cccefgggga##aaffgc....", +"...g##b#eeecceggggga#aahfffffgc.", +"...g##b##eeccegggggaaahffffffffg", +"...gc####eeecegggggaahfffffffffg", +"...gc####eeeeegggggfffffffffffg.", +"...gcc##eeeeeegggggfffffffffgc..", +"....fgccceeeeeggggfffffffffg....", +"......fgceeeeeggggffffffffg.....", +"........fgeeecgggfffffffgc......", +"..........fgccfffffffffg........", +"............fffffffffgc........."}; diff --git a/net-ftp/ftpcube/ftpcube-0.5.1-r2.ebuild b/net-ftp/ftpcube/ftpcube-0.5.1-r2.ebuild new file mode 100644 index 000000000000..684f61c7007f --- /dev/null +++ b/net-ftp/ftpcube/ftpcube-0.5.1-r2.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-ftp/ftpcube/ftpcube-0.5.1-r2.ebuild,v 1.1 2011/09/10 06:15:47 floppym Exp $ + +EAPI="3" +PYTHON_DEPEND="2" +SUPPORT_PYTHON_ABIS="1" + +inherit distutils eutils + +DESCRIPTION="Graphical FTP client using wxPython" +SRC_URI="mirror://sourceforge/ftpcube/${P}.tar.gz" +HOMEPAGE="http://ftpcube.sourceforge.net/" + +KEYWORDS="~amd64 ~hppa ~ppc ~sparc ~x86" +SLOT="0" +LICENSE="Artistic" +IUSE="sftp" + +DEPEND="=dev-python/wxpython-2.6* + sftp? ( dev-python/paramiko )" +RDEPEND="${DEPEND}" +RESTRICT_PYTHON_ABIS="3.*" + +PYTHON_MODNAME="libftpcube" + +src_prepare() { + distutils_src_prepare + epatch "${FILESDIR}/${P}-wxversion.patch" + + # setup.cfg specifies /usr/local location for data and scripts. + rm -f setup.cfg +} + +src_install() { + distutils_src_install + doicon "${FILESDIR}"/${PN}.xpm || die + make_desktop_entry ${PN} FtpCube ${PN} +} |