summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandre Rostovtsev <tetromino@gentoo.org>2011-11-07 00:52:56 +0000
committerAlexandre Rostovtsev <tetromino@gentoo.org>2011-11-07 00:52:56 +0000
commit87faf5a02a30c64dd6177c624989aa058f31a81a (patch)
tree56309faff3529e844744d5bb818a9148e0960272 /gnome-extra
parentAdd patches for tracker-0.12 compatibility and for fixing upnp search. Enable... (diff)
downloadgentoo-2-87faf5a02a30c64dd6177c624989aa058f31a81a.tar.gz
gentoo-2-87faf5a02a30c64dd6177c624989aa058f31a81a.tar.bz2
gentoo-2-87faf5a02a30c64dd6177c624989aa058f31a81a.zip
Add new gnome-3.2 document browser and manager from the gnome overlay.
(Portage version: 2.2.0_alpha72/cvs/Linux x86_64)
Diffstat (limited to 'gnome-extra')
-rw-r--r--gnome-extra/gnome-documents/ChangeLog10
-rw-r--r--gnome-extra/gnome-documents/gnome-documents-0.2.1.ebuild45
-rw-r--r--gnome-extra/gnome-documents/metadata.xml5
3 files changed, 60 insertions, 0 deletions
diff --git a/gnome-extra/gnome-documents/ChangeLog b/gnome-extra/gnome-documents/ChangeLog
new file mode 100644
index 000000000000..14d61df7d4ea
--- /dev/null
+++ b/gnome-extra/gnome-documents/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for gnome-extra/gnome-documents
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-documents/ChangeLog,v 1.1 2011/11/07 00:52:56 tetromino Exp $
+
+*gnome-documents-0.2.1 (07 Nov 2011)
+
+ 07 Nov 2011; Alexandre Rostovtsev <tetromino@gentoo.org>
+ +gnome-documents-0.2.1.ebuild, +metadata.xml:
+ Add new gnome-3.2 document browser and manager from the gnome overlay.
+
diff --git a/gnome-extra/gnome-documents/gnome-documents-0.2.1.ebuild b/gnome-extra/gnome-documents/gnome-documents-0.2.1.ebuild
new file mode 100644
index 000000000000..aabc1d0a274e
--- /dev/null
+++ b/gnome-extra/gnome-documents/gnome-documents-0.2.1.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-documents/gnome-documents-0.2.1.ebuild,v 1.1 2011/11/07 00:52:56 tetromino Exp $
+
+EAPI="4"
+GCONF_DEBUG="no"
+GNOME2_LA_PUNT="yes"
+
+inherit gnome2
+
+DESCRIPTION="GNOME document manager"
+HOMEPAGE="https://live.gnome.org/Design/Apps/Documents"
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE=""
+KEYWORDS="~amd64 ~x86"
+
+COMMON_DEPEND="
+ >=app-misc/tracker-0.12.1
+ >=app-text/evince-3[introspection]
+ dev-libs/gjs
+ >=dev-libs/glib-2.29.90:2
+ >=dev-libs/gobject-introspection-0.9.6
+ >=dev-libs/libgdata-0.9.1[introspection]
+ gnome-base/gnome-desktop:3
+ >=media-libs/clutter-gtk-1.0.1:1.0[introspection]
+ >=net-libs/gnome-online-accounts-3.1.90
+ net-libs/liboauth
+ net-libs/libsoup:2.4
+ x11-libs/gdk-pixbuf:2[introspection]
+ >=x11-libs/gtk+-3.1.13:3[introspection]
+ x11-libs/pango[introspection]"
+RDEPEND="${COMMON_DEPEND}
+ media-libs/clutter[introspection]
+ sys-apps/dbus"
+DEPEND="${COMMON_DEPEND}
+ >=dev-util/intltool-0.40
+ >=dev-util/pkgconfig-0.22
+ >=sys-devel/gettext-0.17"
+
+pkg_setup() {
+ DOCS="AUTHORS NEWS README TODO"
+ G2CONF="${G2CONF} --disable-schemas-compile"
+}
diff --git a/gnome-extra/gnome-documents/metadata.xml b/gnome-extra/gnome-documents/metadata.xml
new file mode 100644
index 000000000000..da6fd63d0085
--- /dev/null
+++ b/gnome-extra/gnome-documents/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>gnome</herd>
+</pkgmetadata>