summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Gryniewicz <dang@gentoo.org>2007-03-27 19:14:40 +0000
committerDaniel Gryniewicz <dang@gentoo.org>2007-03-27 19:14:40 +0000
commit19267c7c962f25c86baa8e284a9578762345b9a7 (patch)
treed827e5d9d4abd89faccf75b8739b8960f54a8582 /app-text
parentStable on amd64 wrt bug 168148 (diff)
downloadgentoo-2-19267c7c962f25c86baa8e284a9578762345b9a7.tar.gz
gentoo-2-19267c7c962f25c86baa8e284a9578762345b9a7.tar.bz2
gentoo-2-19267c7c962f25c86baa8e284a9578762345b9a7.zip
gnome 2.18.0
(Portage version: 2.1.2.2)
Diffstat (limited to 'app-text')
-rw-r--r--app-text/evince/ChangeLog8
-rw-r--r--app-text/evince/evince-0.8.0.ebuild81
-rw-r--r--app-text/evince/files/digest-evince-0.8.03
-rw-r--r--app-text/evince/files/evince-0.7.1-display-menu.patch11
4 files changed, 102 insertions, 1 deletions
diff --git a/app-text/evince/ChangeLog b/app-text/evince/ChangeLog
index 03bd1a6bd0a1..44a00417e532 100644
--- a/app-text/evince/ChangeLog
+++ b/app-text/evince/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for app-text/evince
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/evince/ChangeLog,v 1.99 2007/03/27 19:07:33 dertobi123 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/evince/ChangeLog,v 1.100 2007/03/27 19:14:40 dang Exp $
+
+*evince-0.8.0 (27 Mar 2007)
+
+ 27 Mar 2007; Daniel Gryniewicz <dang@gentoo.org>
+ +files/evince-0.7.1-display-menu.patch, +evince-0.8.0.ebuild:
+ gnome 2.18.0
27 Mar 2007; Tobias Scherbaum <dertobi123@gentoo.org>
evince-0.6.1-r3.ebuild:
diff --git a/app-text/evince/evince-0.8.0.ebuild b/app-text/evince/evince-0.8.0.ebuild
new file mode 100644
index 000000000000..0c461aa7f1e2
--- /dev/null
+++ b/app-text/evince/evince-0.8.0.ebuild
@@ -0,0 +1,81 @@
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/evince/evince-0.8.0.ebuild,v 1.1 2007/03/27 19:14:40 dang Exp $
+
+WANT_AUTOMAKE="1.9"
+inherit eutils gnome2 autotools
+
+DESCRIPTION="Simple document viewer for GNOME"
+HOMEPAGE="http://www.gnome.org/projects/evince/"
+LICENSE="GPL-2"
+
+IUSE="dbus djvu doc dvi gnome t1lib tiff"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+
+RDEPEND="
+ dvi? (
+ virtual/tetex
+ t1lib? ( >=media-libs/t1lib-5.0.0 )
+ )
+ dbus? ( >=dev-libs/dbus-glib-0.71 )
+ tiff? ( >=media-libs/tiff-3.6 )
+ >=app-text/poppler-bindings-0.5.4
+ >=dev-libs/glib-2
+ >=gnome-base/gnome-vfs-2.0
+ >=gnome-base/libglade-2
+ >=gnome-base/gconf-2
+ >=gnome-base/libgnome-2.14
+ >=x11-libs/gtk+-2.10
+ gnome-base/gnome-keyring
+ >=gnome-base/libgnomeui-2.14
+ gnome? ( >=gnome-base/nautilus-2.10 )
+ djvu? ( >=app-text/djvu-3.5.17 )
+ >=x11-themes/gnome-icon-theme-2.17.1
+ dev-libs/libxml2
+ virtual/ghostscript"
+
+DEPEND="${RDEPEND}
+ app-text/scrollkeeper
+ >=app-text/gnome-doc-utils-0.3.2
+ >=dev-util/pkgconfig-0.9
+ >=sys-devel/automake-1.9
+ >=dev-util/intltool-0.35"
+
+
+DOCS="AUTHORS ChangeLog NEWS README TODO"
+USE_DESTDIR="1"
+ELTCONF="--portage"
+
+
+pkg_setup() {
+ G2CONF="--disable-scrollkeeper \
+ --enable-comics \
+ --enable-impress \
+ $(use_enable dbus) \
+ $(use_enable djvu) \
+ $(use_enable dvi) \
+ $(use_enable t1lib) \
+ $(use_enable tiff) \
+ $(use_enable gnome nautilus)"
+
+ if ! built_with_use app-text/poppler-bindings gtk; then
+ einfo "Please re-emerge app-text/poppler-bindings with the gtk USE flag set"
+ die "poppler-bindings needs gtk flag set"
+ fi
+}
+
+src_unpack(){
+ unpack "${A}"
+ cd "${S}"
+
+ # Fix .desktop file so menu item shows up
+ epatch ${FILESDIR}/${PN}-0.7.1-display-menu.patch
+
+ # Make dbus actually switchable
+ epatch ${FILESDIR}/${PN}-0.6.1-dbus-switch.patch
+
+ cp aclocal.m4 old_macros.m4
+ AT_M4DIR="." eautoreconf
+}
diff --git a/app-text/evince/files/digest-evince-0.8.0 b/app-text/evince/files/digest-evince-0.8.0
new file mode 100644
index 000000000000..26633d2e036c
--- /dev/null
+++ b/app-text/evince/files/digest-evince-0.8.0
@@ -0,0 +1,3 @@
+MD5 b4f7b154535c05ca77a23be193fc458d evince-0.8.0.tar.bz2 1460387
+RMD160 f76c2da86a60ff6d129f6ec4dd900b50bbfa7368 evince-0.8.0.tar.bz2 1460387
+SHA256 eaed6371b1909a8cbab91f7e40c710b251e7adbb2a88174f12b96e26e132a8df evince-0.8.0.tar.bz2 1460387
diff --git a/app-text/evince/files/evince-0.7.1-display-menu.patch b/app-text/evince/files/evince-0.7.1-display-menu.patch
new file mode 100644
index 000000000000..9edc43ead124
--- /dev/null
+++ b/app-text/evince/files/evince-0.7.1-display-menu.patch
@@ -0,0 +1,11 @@
+diff --exclude-from=/home/dang/.diffrc -up -ruN evince-0.7.1.orig/data/evince.desktop.in.in evince-0.7.1/data/evince.desktop.in.in
+--- evince-0.7.1.orig/data/evince.desktop.in.in 2007-01-10 11:04:20.000000000 -0500
++++ evince-0.7.1/data/evince.desktop.in.in 2007-01-18 17:30:52.000000000 -0500
+@@ -9,7 +9,6 @@ StartupNotify=true
+ Terminal=false
+ Type=Application
+ Icon=evince
+-NoDisplay=true
+ X-GNOME-DocPath=
+ X-GNOME-Bugzilla-Bugzilla=GNOME
+ X-GNOME-Bugzilla-Product=evince