/[gentoo-x86]/app-backup/deja-dup/deja-dup-23.4.ebuild
Gentoo

Contents of /app-backup/deja-dup/deja-dup-23.4.ebuild

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.2 - (show annotations) (download)
Tue Feb 5 07:40:57 2013 UTC (3 months, 2 weeks ago) by jlec
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +1 -1 lines
FILE REMOVED
app-backup/deja-dup: Use vala.eclass

(Portage version: 2.2.0_alpha161/cvs/Linux x86_64, signed Manifest commit with key 70EB7916)

1 # Copyright 1999-2012 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Header: /var/cvsroot/gentoo-x86/app-backup/deja-dup/deja-dup-23.4.ebuild,v 1.1 2012/07/30 08:57:23 jlec Exp $
4
5 EAPI=4
6
7 GNOME2_LA_PUNT="yes"
8
9 inherit eutils gnome2
10
11 DESCRIPTION="Simple backup tool using duplicity back-end"
12 HOMEPAGE="https://launchpad.net/deja-dup/"
13 SRC_URI="http://launchpad.net/${PN}/24/${PV}/+download/${P}.tar.xz"
14
15 LICENSE="GPL-3"
16 SLOT="0"
17 KEYWORDS="~amd64 ~x86"
18 IUSE="nautilus"
19
20 RESTRICT="test"
21
22 COMMON_DEPEND="
23 dev-libs/glib:2
24 dev-libs/libpeas
25 x11-libs/gtk+:3
26 x11-libs/libnotify
27
28 app-backup/duplicity
29 dev-libs/dbus-glib
30 gnome-base/gnome-keyring
31
32 nautilus? ( gnome-base/nautilus )"
33 RDEPEND="${COMMON_DEPEND}
34 gnome-base/gvfs[fuse]"
35 DEPEND="${COMMON_DEPEND}
36 app-text/yelp-tools
37 dev-lang/vala:0.16
38 dev-perl/Locale-gettext
39 virtual/pkgconfig
40 dev-util/intltool
41 sys-devel/gettext"
42
43 src_prepare() {
44 DOCS="NEWS AUTHORS"
45 G2CONF="${G2CONF}
46 $(use_with nautilus)
47 --without-ccpanel
48 --without-unity
49 --disable-schemas-compile
50 --disable-static"
51 export VALAC=$(type -p valac-0.16)
52
53 gnome2_src_prepare
54 }
55
56 src_install() {
57 gnome2_src_install
58 domenu data/deja-dup.desktop
59 }

  ViewVC Help
Powered by ViewVC 1.1.13