forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
activity-log-manager-0.9.7-r1.ebuild
50 lines (41 loc) · 1.16 KB
/
activity-log-manager-0.9.7-r1.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
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
GNOME2_LA_PUNT="yes"
VALA_MIN_API_VERSION="0.26" # Fails with 0.24, but works with 0.26 and older versions
WANT_AUTOMAKE=1.13
inherit autotools eutils gnome2 vala versionator
DESCRIPTION="GUI which lets you easily control what gets logged by Zeitgeist"
HOMEPAGE="https://launchpad.net/activity-log-manager/"
SRC_URI="https://launchpad.net/history-manager/$(get_version_component_range 1-2)/${PV}/+download/${P}.tar.xz"
LICENSE="LGPL-2"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE=""
RDEPEND="
dev-libs/libgee:0
dev-libs/glib:2
gnome-extra/zeitgeist
x11-libs/cairo
x11-libs/gdk-pixbuf
x11-libs/gtk+:3
x11-libs/pango"
DEPEND="${RDEPEND}
$(vala_depend)
virtual/pkgconfig
dev-util/intltool
sys-devel/gettext"
src_prepare() {
DOCS="README NEWS INSTALL ChangeLog AUTHORS"
rm src/${PN}.c || die
epatch \
"${FILESDIR}"/${PN}-0.9.0.1-gold.patch \
"${FILESDIR}"/${P}-gtk-icon_size.patch \
"${FILESDIR}"/${P}-ambiguous.patch
sed \
-e "/^almdocdir/s:=.*$:= \${prefix}/share/doc/${PF}:g" \
-i Makefile.am || die
vala_src_prepare
eautoreconf
gnome2_src_prepare
}