diff --git a/desktop/xfce/base/pisilinux-default-settings-xfce/pspec.xml b/desktop/xfce/base/pisilinux-default-settings-xfce/pspec.xml
index 509d53eacc..bd79423a72 100644
--- a/desktop/xfce/base/pisilinux-default-settings-xfce/pspec.xml
+++ b/desktop/xfce/base/pisilinux-default-settings-xfce/pspec.xml
@@ -23,6 +23,7 @@
gvfs
medit
file-roller
+ evince
network-manager-applet
diff --git a/office/misc/evince/actions.py b/office/misc/evince/actions.py
new file mode 100644
index 0000000000..2f967e06fb
--- /dev/null
+++ b/office/misc/evince/actions.py
@@ -0,0 +1,38 @@
+#!/usr/bin/python
+# -*- coding: utf-8 -*-
+
+# Licensed under the GNU General Public License, version 3.
+# See the file http://www.gnu.org/copyleft/gpl.txt
+
+from pisi.actionsapi import autotools
+from pisi.actionsapi import shelltools
+from pisi.actionsapi import pisitools
+from pisi.actionsapi import get
+
+shelltools.export('HOME', get.workDIR())
+
+def setup():
+ autotools.configure("--prefix=/usr \
+ --sysconfdir=/etc \
+ --disable-static \
+ --enable-pdf \
+ --enable-tiff \
+ --enable-djvu \
+ --enable-dvi \
+ --enable-t1lib \
+ --disable-nautilus \
+ --enable-comics \
+ --disable-scrollkeeper \
+ --disable-schemas-compile \
+ --enable-introspection")
+ #--enable-nautilus \
+
+ pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
+
+def build():
+ autotools.make()
+
+def install():
+ autotools.rawInstall("DESTDIR=%s" % get.installDIR())
+
+ pisitools.dodoc("AUTHORS", "ChangeLog", "README", "COPYING", "TODO")
diff --git a/office/misc/evince/pspec.xml b/office/misc/evince/pspec.xml
new file mode 100644
index 0000000000..55b52f0eb0
--- /dev/null
+++ b/office/misc/evince/pspec.xml
@@ -0,0 +1,104 @@
+
+
+
+
+
+ evince
+ http://projects.gnome.org/evince/
+
+ Pisi Gnu/Linux Community
+ cpisimail@yandex.com
+
+ GPLv2
+ gnome.addons
+ app:gui
+ A document viewer, built without GConf and GNOME keyring support
+ Evince is a document viewer for multiple document formats. The goal of evince is to replace the multiple document viewers that exist on the GNOME Desktop with a single simple application.
+ mirrors://gnome/evince/3.20/evince-3.20.1.tar.xz
+
+ itstool
+ atk-devel
+ libgxps-devel
+ gtk3-devel
+ tiff-devel
+ cairo-devel
+ pango-devel
+ libSM-devel
+ libsecret-devel
+ djvu-devel
+ libICE-devel
+ gdk-pixbuf-devel
+ poppler-glib-devel
+ intltool
+ libxml2-devel
+ gobject-introspection-devel
+
+
+
+
+ evince
+
+ atk
+ djvu
+ gtk3
+ tiff
+ cairo
+ pango
+ libSM
+ libICE
+ libgxps
+ libsecret
+ gdk-pixbuf
+ libspectre
+ poppler-glib
+
+
+ /usr/bin
+ /usr/lib
+ /usr/lib/evince
+ /usr/share/applications
+ /usr/share/dbus-1
+ /usr/share/evince
+ /usr/share/evince/icons
+ /usr/share/GConf
+ /usr/share/glib-2.0
+ /usr/share/doc
+ /usr/share/help
+ /usr/share/icons
+ /usr/share/gir-1.0
+ /usr/libexec/evinced
+ /usr/share/locale
+ /usr/share/man
+ /usr/share
+
+
+
+ evince-devel
+ Development files for evince
+
+ evince
+ gtk3-devel
+
+
+ /usr/include
+ /usr/lib/pkgconfig
+
+
+
+ evince-docs
+ Documentation files for evince
+
+ /usr/share/gtk-doc/html
+
+
+
+
+
+ 2016-07-26
+ 3.20.1
+ First Release
+ Pisi Gnu/Linux Community
+ cpisimail@yandex.com
+
+
+
diff --git a/office/misc/evince/translations.xml b/office/misc/evince/translations.xml
new file mode 100644
index 0000000000..4ecfe870b8
--- /dev/null
+++ b/office/misc/evince/translations.xml
@@ -0,0 +1,18 @@
+
+
+
+ evince
+ Hafif ve özgür bir PDF görüntüleyici
+ evince değişik tipte belgeleri görüntülemek için kullanılan bir araçtır. Evince'in amacı, GNOME Masaüstü ortamı için basit bir belge görüntüleyici olarak diğer belge görüntüleyicilerinin yerini almaktır.
+
+
+
+ evince-devel
+ evince için geliştirme dosyaları
+
+
+
+ evince-docs
+ evince için belgelendirme dosyaları
+
+
\ No newline at end of file
diff --git a/pisi-index.xml b/pisi-index.xml
index 6aacc7a057..9f39740ed6 100644
--- a/pisi-index.xml
+++ b/pisi-index.xml
@@ -40110,6 +40110,7 @@
gvfs
medit
file-roller
+ evince
network-manager-applet
@@ -49381,6 +49382,110 @@ thunar-volman is installed and configured properly, and you plug in your digical
+
+
+ evince
+ http://projects.gnome.org/evince/
+
+ Pisi Gnu/Linux Community
+ cpisimail@yandex.com
+
+ GPLv2
+ app:gui
+ gnome.addons
+ A document viewer, built without GConf and GNOME keyring support
+ Hafif ve özgür bir PDF görüntüleyici
+ Evince is a document viewer for multiple document formats. The goal of evince is to replace the multiple document viewers that exist on the GNOME Desktop with a single simple application.
+ evince değişik tipte belgeleri görüntülemek için kullanılan bir araçtır. Evince'in amacı, GNOME Masaüstü ortamı için basit bir belge görüntüleyici olarak diğer belge görüntüleyicilerinin yerini almaktır.
+ mirrors://gnome/evince/3.20/evince-3.20.1.tar.xz
+
+ itstool
+ atk-devel
+ libgxps-devel
+ gtk3-devel
+ tiff-devel
+ cairo-devel
+ pango-devel
+ libSM-devel
+ libsecret-devel
+ djvu-devel
+ libICE-devel
+ gdk-pixbuf-devel
+ poppler-glib-devel
+ intltool
+ libxml2-devel
+ gobject-introspection-devel
+
+ office/misc/evince/pspec.xml
+
+
+ evince
+
+ atk
+ djvu
+ gtk3
+ tiff
+ cairo
+ pango
+ libSM
+ libICE
+ libgxps
+ libsecret
+ gdk-pixbuf
+ libspectre
+ poppler-glib
+
+
+ /usr/bin
+ /usr/lib
+ /usr/lib/evince
+ /usr/share/applications
+ /usr/share/dbus-1
+ /usr/share/evince
+ /usr/share/evince/icons
+ /usr/share/GConf
+ /usr/share/glib-2.0
+ /usr/share/doc
+ /usr/share/help
+ /usr/share/icons
+ /usr/share/gir-1.0
+ /usr/libexec/evinced
+ /usr/share/locale
+ /usr/share/man
+ /usr/share
+
+
+
+ evince-devel
+ Development files for evince
+ evince için geliştirme dosyaları
+
+ evince
+ gtk3-devel
+
+
+ /usr/include
+ /usr/lib/pkgconfig
+
+
+
+ evince-docs
+ Documentation files for evince
+ evince için belgelendirme dosyaları
+
+ /usr/share/gtk-doc/html
+
+
+
+
+ 2016-07-26
+ 3.20.1
+ First Release
+ Pisi Gnu/Linux Community
+ cpisimail@yandex.com
+
+
+
recode
diff --git a/pisi-index.xml.sha1sum b/pisi-index.xml.sha1sum
index 978e41bcfe..281ddb15d9 100644
--- a/pisi-index.xml.sha1sum
+++ b/pisi-index.xml.sha1sum
@@ -1 +1 @@
-6728254fde940568eee5d2cc5d475e8550d71469
\ No newline at end of file
+c25ff3890b4a9b82652f92a472e79d10409c628e
\ No newline at end of file
diff --git a/pisi-index.xml.xz b/pisi-index.xml.xz
index fdd2a16c79..176c819c82 100644
Binary files a/pisi-index.xml.xz and b/pisi-index.xml.xz differ
diff --git a/pisi-index.xml.xz.sha1sum b/pisi-index.xml.xz.sha1sum
index 9d594fecef..c51ef37eb1 100644
--- a/pisi-index.xml.xz.sha1sum
+++ b/pisi-index.xml.xz.sha1sum
@@ -1 +1 @@
-3318b4fe0b4f9719d828224d9ac88caa01ecfe77
\ No newline at end of file
+f25bfa588728da5f8ff37c57c419a715330f82ef
\ No newline at end of file