diff --git a/multimedia/graphics/geeqie/actions.py b/multimedia/graphics/geeqie/actions.py
index 05cafcdabb..8296ee46c5 100644
--- a/multimedia/graphics/geeqie/actions.py
+++ b/multimedia/graphics/geeqie/actions.py
@@ -4,32 +4,15 @@
# Licensed under the GNU General Public License, version 3.
# See the file https://www.gnu.org/licenses/gpl-3.0.txt
-from pisi.actionsapi import autotools
-from pisi.actionsapi import pisitools
-from pisi.actionsapi import shelltools
-from pisi.actionsapi import get
-
-j = ''.join([
- ' --disable-map',
- ' --disable-pdf',
- ' --disable-djvu',
- ' --disable-gtk3',
- ' --disable-gpu-accel',
- ' --disable-debug-log '
- ])
+from pisi.actionsapi import mesontools, pisitools
def setup():
- pisitools.cflags.add("-Wno-deprecated-declarations")
- shelltools.system("NOCONFIGURE=1 ./autogen.sh")
-
- autotools.autoreconf("-vif")
- autotools.configure(j)
+ mesontools.configure()
def build():
- autotools.make()
+ mesontools.build()
def install():
- autotools.rawInstall("DESTDIR=%s" % get.installDIR())
+ mesontools.install()
pisitools.dodoc("AUTHORS", "NEWS")
- pisitools.removeDir("/usr/share/doc/geeqie-%s" % get.srcVERSION())
diff --git a/multimedia/graphics/geeqie/pspec.xml b/multimedia/graphics/geeqie/pspec.xml
index fc456a703a..247cd4b50f 100644
--- a/multimedia/graphics/geeqie/pspec.xml
+++ b/multimedia/graphics/geeqie/pspec.xml
@@ -15,14 +15,15 @@
Geeqie can be used as a simple, fast, database-free image viewer, but equally it can be used to manage large collections of images.
-
- https://github.com/BestImageViewer/geeqie/releases/download/v1.7.2/geeqie-1.7.2.tar.xz
+
+ https://github.com/BestImageViewer/geeqie/releases/download/v2.0.1/geeqie-2.0.1.tar.xz
+ vim
+ meson
doxygen
- intltool
lua-devel
- gtk2-devel
+ gtk3-devel
tiff-devel
webp-devel
lirc-devel
@@ -38,7 +39,7 @@
ffmpegthumbnailer-devel
- Open_archive_not_working.patch
+
@@ -46,7 +47,7 @@
geeqie
lua
- gtk2
+ gtk3
tiff
webp
lirc
@@ -81,6 +82,13 @@
+
+ 2022-08-13
+ 2.0.1
+ Version bump.
+ fury
+ uglyside@yandex.ru
+
2022-02-04
1.7.2