123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112 |
- <?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>admin@pisilinux.org</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="2">
- <Date>2017-04-04</Date>
- <Version>3.20.1</Version>
- <Comment>Rebuild with new toolchain</Comment>
- <Name>Pisi Gnu/Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="1">
- <Date>2016-09-07</Date>
- <Version>3.20.1</Version>
- <Comment>First Release</Comment>
- <Name>Pisi Gnu/Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- </History>
- </PISI>
|