diff --git a/office/misc/evince/actions.py b/office/misc/evince/actions.py index 2f967e06fb..4f730dcc5a 100644 --- a/office/misc/evince/actions.py +++ b/office/misc/evince/actions.py @@ -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") diff --git a/office/misc/evince/pspec.xml b/office/misc/evince/pspec.xml index ae1434d649..d3b88484cc 100644 --- a/office/misc/evince/pspec.xml +++ b/office/misc/evince/pspec.xml @@ -13,8 +13,9 @@ 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.26/evince-3.26.0.tar.xz + mirrors://gnome/evince/3.38/evince-3.38.2.tar.xz + meson itstool atk-devel libgxps-devel @@ -100,6 +101,13 @@ + + 2021-04-23 + 3.38.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2018-08-09 3.26.0