[Lunar-commits] <moonbase-gnome3> evince: add the gtk+-3 based version.
Florin Braescu
florin at lunar-linux.org
Sat Jul 6 11:35:23 CEST 2013
commit 5e72d1b09f9ca718a861122c7b7721aad78333cb
Author: Florin Braescu <florin at lunar-linux.org>
Date: Sat, 06 Jul 2013 02:34:54 -0700
URL: https://github.com/lunar-linux/moonbase-gnome3/commit/5e72d1b09f9ca718a861122c7b7721aad78333cb
evince: add the gtk+-3 based version.
---
apps/evince/DEPENDS | +46/-0
apps/evince/DETAILS | +16/-0
2 files changed, 62 insertions(+)
--- /dev/null
+++ b/apps/evince/DEPENDS
@@ -0,0 +1,46 @@
+depends gtk+-3
+depends poppler
+depends gnome-icon-theme
+depends gnome-doc-utils
+depends desktop-file-utils
+depends gobject-introspection
+depends libsecret
+
+optional_depends "dconf" "" "" "to save user settings"
+
+optional_depends "gobject-introspection" \
+ "--enable-introspection" \
+ "" \
+ "for introspection support"
+
+optional_depends "tiff" \
+ "--enable-tiff" \
+ "--disable-tiff" \
+ "support multi-page TIFF files"
+
+optional_depends "dbus-glib" \
+ "" \
+ "--disable-dbus" \
+ "for DBus support"
+
+optional_depends "libspectre" \
+ "--enable-ps" \
+ "--disable-ps" \
+ "compile with PostScript support"
+
+optional_depends "texlive" \
+ "--enable-dvi" \
+ "--disable-dvi" \
+ "for DVI back-end support"
+
+optional_depends "t1lib" \
+ "--enable-t1lib" \
+ "" \
+ "for Type 1 fonts in DVI"
+
+optional_depends "nautilus" \
+ "--enable-nautilus" \
+ "--disable-nautilus" \
+ "compile the nautilus plugin"
+
+
--- /dev/null
+++ b/apps/evince/DETAILS
@@ -0,0 +1,16 @@
+ MODULE=evince
+ VERSION=3.8.2
+ SOURCE=$MODULE-$VERSION.tar.xz
+ SOURCE_URL=$GNOME_URL/sources/$MODULE/${VERSION%.*}
+ SOURCE_VFY=sha1:6d36d6efa44cf26fd30eb18679f48165fd66def1
+ WEB_SITE=http://projects.gnome.org/evince
+ ENTERED=20050918
+ UPDATED=20130706
+ SHORT="A document viewer for multiple formats (PDF, Postscript)"
+
+cat << EOF
+Evince is a document viewer for multiple document formats. It currently
+supports pdf, postscript, djvu, tiff and dvi. The goal of evince is to
+replace the multiple document viewers that exist on the GNOME Desktop
+with a single, simple application.
+EOF
More information about the Lunar-commits
mailing list