@@ -23,6 +23,7 @@
|
||||
<Dependency>gvfs</Dependency>
|
||||
<Dependency>medit</Dependency>
|
||||
<Dependency>file-roller</Dependency>
|
||||
<Dependency>evince</Dependency>
|
||||
<Dependency>network-manager-applet</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
|
||||
@@ -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")
|
||||
@@ -0,0 +1,104 @@
|
||||
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>evince</Name>
|
||||
<Homepage>http://projects.gnome.org/evince/</Homepage>
|
||||
<Packager>
|
||||
<Name>Pisi Gnu/Linux Community</Name>
|
||||
<Email>cpisimail@yandex.com</Email>
|
||||
</Packager>
|
||||
<License>GPLv2</License>
|
||||
<PartOf>gnome.addons</PartOf>
|
||||
<IsA>app:gui</IsA>
|
||||
<Summary>A document viewer, built without GConf and GNOME keyring support</Summary>
|
||||
<Description>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.</Description>
|
||||
<Archive sha1sum="eab33bc1db02ca0099c4594b08ff1ddfb44996dd" type="tarxz">mirrors://gnome/evince/3.20/evince-3.20.1.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>itstool</Dependency>
|
||||
<Dependency>atk-devel</Dependency>
|
||||
<Dependency>libgxps-devel</Dependency>
|
||||
<Dependency>gtk3-devel</Dependency>
|
||||
<Dependency>tiff-devel</Dependency>
|
||||
<Dependency>cairo-devel</Dependency>
|
||||
<Dependency>pango-devel</Dependency>
|
||||
<Dependency>libSM-devel</Dependency>
|
||||
<Dependency>libsecret-devel</Dependency>
|
||||
<Dependency>djvu-devel</Dependency>
|
||||
<Dependency>libICE-devel</Dependency>
|
||||
<Dependency>gdk-pixbuf-devel</Dependency>
|
||||
<Dependency>poppler-glib-devel</Dependency>
|
||||
<Dependency>intltool</Dependency>
|
||||
<Dependency>libxml2-devel</Dependency>
|
||||
<Dependency>gobject-introspection-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>evince</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>atk</Dependency>
|
||||
<Dependency>djvu</Dependency>
|
||||
<Dependency>gtk3</Dependency>
|
||||
<Dependency>tiff</Dependency>
|
||||
<Dependency>cairo</Dependency>
|
||||
<Dependency>pango</Dependency>
|
||||
<Dependency>libSM</Dependency>
|
||||
<Dependency>libICE</Dependency>
|
||||
<Dependency>libgxps</Dependency>
|
||||
<Dependency>libsecret</Dependency>
|
||||
<Dependency>gdk-pixbuf</Dependency>
|
||||
<Dependency>libspectre</Dependency>
|
||||
<Dependency>poppler-glib</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="library">/usr/lib/evince</Path>
|
||||
<Path fileType="data">/usr/share/applications</Path>
|
||||
<Path fileType="data">/usr/share/dbus-1</Path>
|
||||
<Path fileType="data">/usr/share/evince</Path>
|
||||
<Path fileType="data">/usr/share/evince/icons</Path>
|
||||
<Path fileType="data">/usr/share/GConf</Path>
|
||||
<Path fileType="data">/usr/share/glib-2.0</Path>
|
||||
<Path fileType="data">/usr/share/doc</Path>
|
||||
<Path fileType="data">/usr/share/help</Path>
|
||||
<Path fileType="data">/usr/share/icons</Path>
|
||||
<Path fileType="data">/usr/share/gir-1.0</Path>
|
||||
<Path fileType="data">/usr/libexec/evinced</Path>
|
||||
<Path fileType="localedata">/usr/share/locale</Path>
|
||||
<Path fileType="man">/usr/share/man</Path>
|
||||
<Path fileType="data">/usr/share</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
<Package>
|
||||
<Name>evince-devel</Name>
|
||||
<Summary>Development files for evince</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="current">evince</Dependency>
|
||||
<Dependency>gtk3-devel</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
<Path fileType="data">/usr/lib/pkgconfig</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
<Package>
|
||||
<Name>evince-docs</Name>
|
||||
<Summary>Documentation files for evince</Summary>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/share/gtk-doc/html</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2016-07-26</Date>
|
||||
<Version>3.20.1</Version>
|
||||
<Comment>First Release</Comment>
|
||||
<Name>Pisi Gnu/Linux Community</Name>
|
||||
<Email>cpisimail@yandex.com</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,18 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>evince</Name>
|
||||
<Summary xml:lang="tr">Hafif ve özgür bir PDF görüntüleyici</Summary>
|
||||
<Description xml:lang="tr">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.</Description>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>evince-devel</Name>
|
||||
<Summary xml:lang="tr">evince için geliştirme dosyaları</Summary>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>evince-docs</Name>
|
||||
<Summary xml:lang="tr">evince için belgelendirme dosyaları</Summary>
|
||||
</Package>
|
||||
</PISI>
|
||||
+105
@@ -40110,6 +40110,7 @@
|
||||
<Dependency>gvfs</Dependency>
|
||||
<Dependency>medit</Dependency>
|
||||
<Dependency>file-roller</Dependency>
|
||||
<Dependency>evince</Dependency>
|
||||
<Dependency>network-manager-applet</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
@@ -49381,6 +49382,110 @@ thunar-volman is installed and configured properly, and you plug in your digical
|
||||
</Update>
|
||||
</History>
|
||||
</SpecFile>
|
||||
<SpecFile>
|
||||
<Source>
|
||||
<Name>evince</Name>
|
||||
<Homepage>http://projects.gnome.org/evince/</Homepage>
|
||||
<Packager>
|
||||
<Name>Pisi Gnu/Linux Community</Name>
|
||||
<Email>cpisimail@yandex.com</Email>
|
||||
</Packager>
|
||||
<License>GPLv2</License>
|
||||
<IsA>app:gui</IsA>
|
||||
<PartOf>gnome.addons</PartOf>
|
||||
<Summary xml:lang="en">A document viewer, built without GConf and GNOME keyring support</Summary>
|
||||
<Summary xml:lang="tr">Hafif ve özgür bir PDF görüntüleyici</Summary>
|
||||
<Description xml:lang="en">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.</Description>
|
||||
<Description xml:lang="tr">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.</Description>
|
||||
<Archive type="tarxz" sha1sum="eab33bc1db02ca0099c4594b08ff1ddfb44996dd">mirrors://gnome/evince/3.20/evince-3.20.1.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>itstool</Dependency>
|
||||
<Dependency>atk-devel</Dependency>
|
||||
<Dependency>libgxps-devel</Dependency>
|
||||
<Dependency>gtk3-devel</Dependency>
|
||||
<Dependency>tiff-devel</Dependency>
|
||||
<Dependency>cairo-devel</Dependency>
|
||||
<Dependency>pango-devel</Dependency>
|
||||
<Dependency>libSM-devel</Dependency>
|
||||
<Dependency>libsecret-devel</Dependency>
|
||||
<Dependency>djvu-devel</Dependency>
|
||||
<Dependency>libICE-devel</Dependency>
|
||||
<Dependency>gdk-pixbuf-devel</Dependency>
|
||||
<Dependency>poppler-glib-devel</Dependency>
|
||||
<Dependency>intltool</Dependency>
|
||||
<Dependency>libxml2-devel</Dependency>
|
||||
<Dependency>gobject-introspection-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
<SourceURI>office/misc/evince/pspec.xml</SourceURI>
|
||||
</Source>
|
||||
<Package>
|
||||
<Name>evince</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>atk</Dependency>
|
||||
<Dependency>djvu</Dependency>
|
||||
<Dependency>gtk3</Dependency>
|
||||
<Dependency>tiff</Dependency>
|
||||
<Dependency>cairo</Dependency>
|
||||
<Dependency>pango</Dependency>
|
||||
<Dependency>libSM</Dependency>
|
||||
<Dependency>libICE</Dependency>
|
||||
<Dependency>libgxps</Dependency>
|
||||
<Dependency>libsecret</Dependency>
|
||||
<Dependency>gdk-pixbuf</Dependency>
|
||||
<Dependency>libspectre</Dependency>
|
||||
<Dependency>poppler-glib</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="library">/usr/lib/evince</Path>
|
||||
<Path fileType="data">/usr/share/applications</Path>
|
||||
<Path fileType="data">/usr/share/dbus-1</Path>
|
||||
<Path fileType="data">/usr/share/evince</Path>
|
||||
<Path fileType="data">/usr/share/evince/icons</Path>
|
||||
<Path fileType="data">/usr/share/GConf</Path>
|
||||
<Path fileType="data">/usr/share/glib-2.0</Path>
|
||||
<Path fileType="data">/usr/share/doc</Path>
|
||||
<Path fileType="data">/usr/share/help</Path>
|
||||
<Path fileType="data">/usr/share/icons</Path>
|
||||
<Path fileType="data">/usr/share/gir-1.0</Path>
|
||||
<Path fileType="data">/usr/libexec/evinced</Path>
|
||||
<Path fileType="localedata">/usr/share/locale</Path>
|
||||
<Path fileType="man">/usr/share/man</Path>
|
||||
<Path fileType="data">/usr/share</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
<Package>
|
||||
<Name>evince-devel</Name>
|
||||
<Summary xml:lang="en">Development files for evince</Summary>
|
||||
<Summary xml:lang="tr">evince için geliştirme dosyaları</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="1">evince</Dependency>
|
||||
<Dependency>gtk3-devel</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
<Path fileType="data">/usr/lib/pkgconfig</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
<Package>
|
||||
<Name>evince-docs</Name>
|
||||
<Summary xml:lang="en">Documentation files for evince</Summary>
|
||||
<Summary xml:lang="tr">evince için belgelendirme dosyaları</Summary>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/share/gtk-doc/html</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2016-07-26</Date>
|
||||
<Version>3.20.1</Version>
|
||||
<Comment>First Release</Comment>
|
||||
<Name>Pisi Gnu/Linux Community</Name>
|
||||
<Email>cpisimail@yandex.com</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</SpecFile>
|
||||
<SpecFile>
|
||||
<Source>
|
||||
<Name>recode</Name>
|
||||
|
||||
@@ -1 +1 @@
|
||||
6728254fde940568eee5d2cc5d475e8550d71469
|
||||
c25ff3890b4a9b82652f92a472e79d10409c628e
|
||||
Binary file not shown.
@@ -1 +1 @@
|
||||
3318b4fe0b4f9719d828224d9ac88caa01ecfe77
|
||||
f25bfa588728da5f8ff37c57c419a715330f82ef
|
||||
Reference in New Issue
Block a user