forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
gnome-activity-journal-0.8.0-r4.ebuild
51 lines (40 loc) · 1.11 KB
/
gnome-activity-journal-0.8.0-r4.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
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
PYTHON_COMPAT=( python2_7 )
DISTUTILS_IN_SOURCE_BUILD=true
inherit eutils gnome2 distutils-r1 gnome2-utils versionator
DIR_PV=$(get_version_component_range 1-2)
DESCRIPTION="Tool for easily browsing and finding files on your computer"
HOMEPAGE="https://launchpad.net/gnome-activity-journal/"
SRC_URI="https://launchpad.net/gnome-activity-journal/${DIR_PV}/${PV}/+download/${P}.tar.gz"
SLOT="0"
LICENSE="GPL-3 LGPL-3"
KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
IUSE=""
RDEPEND="
dev-python/dbus-python
dev-python/libgnome-python
dev-python/gconf-python
dev-python/gst-python:0.10
dev-python/pycairo
dev-python/pygobject:2
dev-python/pygtk:2
dev-python/pyxdg
gnome-extra/zeitgeist
sys-apps/dbus"
DEPEND="${RDEPEND}
dev-util/intltool
dev-python/python-distutils-extra"
PATCHES=( "${FILESDIR}"/${P}-zg-0.9.patch )
src_configure() {
distutils-r1_src_configure
}
src_compile() {
distutils-r1_src_compile
}
src_install() {
distutils-r1_src_install
python_replicate_script "${ED}"/usr/bin/${PN}
}