evince-3.38.2

This commit is contained in:
Rmys
2021-04-23 15:41:17 +03:00
committed by GitHub
parent d148baf080
commit 0cbcdf5804
2 changed files with 18 additions and 29 deletions
+9 -28
View File
@@ -1,38 +1,19 @@
#!/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
# See the file http://www.gnu.org/licenses/gpl.txt
from pisi.actionsapi import autotools
from pisi.actionsapi import shelltools
from pisi.actionsapi import mesontools
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 ")
mesontools.configure("-Dnautilus=false")
def build():
autotools.make()
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
mesontools.build()
pisitools.dodoc("AUTHORS", "ChangeLog", "README", "COPYING", "TODO")
def install():
mesontools.install()
pisitools.dodoc("AUTHORS", "NEWS*", "README*", "COPYING", "TODO")
+9 -1
View File
@@ -13,8 +13,9 @@
<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="cc1500688127de6086fe11f2b81b8837c8ea5a8f" type="tarxz">mirrors://gnome/evince/3.26/evince-3.26.0.tar.xz</Archive>
<Archive sha1sum="6fb18866c19aaa3ffb727ef656a2b1941ded17fa" type="tarxz">mirrors://gnome/evince/3.38/evince-3.38.2.tar.xz</Archive>
<BuildDependencies>
<Dependency>meson</Dependency>
<Dependency>itstool</Dependency>
<Dependency>atk-devel</Dependency>
<Dependency>libgxps-devel</Dependency>
@@ -100,6 +101,13 @@
</Package>
<History>
<Update release="5">
<Date>2021-04-23</Date>
<Version>3.38.2</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="4">
<Date>2018-08-09</Date>
<Version>3.26.0</Version>