forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
gnofract4d-3.13.ebuild
52 lines (41 loc) · 1.04 KB
/
gnofract4d-3.13.ebuild
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=3
PYTHON_DEPEND="2:2.6"
SUPPORT_PYTHON_ABIS="1"
RESTRICT_PYTHON_ABIS="2.[45] 3.* *-jython"
inherit distutils eutils fdo-mime
DESCRIPTION="A program for drawing beautiful mathematically-based images known as fractals"
HOMEPAGE="http://gnofract4d.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE=""
RDEPEND="x11-libs/gtk+:2
>=media-libs/libpng-1.4
virtual/jpeg
>=dev-python/pygtk-2
>=gnome-base/gconf-2"
DEPEND="${RDEPEND}
virtual/pkgconfig"
PYTHON_MODNAME="fract4d fractutils fract4dgui"
src_prepare() {
epatch "${FILESDIR}"/${PN}-3.12-libpng14.patch
distutils_src_prepare
}
src_install() {
distutils_src_install
rm -rf "${D}"/usr/share/doc/${PN}
}
pkg_postinst() {
distutils_pkg_postinst
fdo-mime_desktop_database_update
fdo-mime_mime_database_update
}
pkg_postrm() {
distutils_pkg_postrm
fdo-mime_desktop_database_update
fdo-mime_mime_database_update
}