geeqie major version bump.
This commit is contained in:
@@ -4,32 +4,15 @@
|
|||||||
# Licensed under the GNU General Public License, version 3.
|
# Licensed under the GNU General Public License, version 3.
|
||||||
# See the file https://www.gnu.org/licenses/gpl-3.0.txt
|
# See the file https://www.gnu.org/licenses/gpl-3.0.txt
|
||||||
|
|
||||||
from pisi.actionsapi import autotools
|
from pisi.actionsapi import mesontools, pisitools
|
||||||
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 '
|
|
||||||
])
|
|
||||||
|
|
||||||
def setup():
|
def setup():
|
||||||
pisitools.cflags.add("-Wno-deprecated-declarations")
|
mesontools.configure()
|
||||||
shelltools.system("NOCONFIGURE=1 ./autogen.sh")
|
|
||||||
|
|
||||||
autotools.autoreconf("-vif")
|
|
||||||
autotools.configure(j)
|
|
||||||
|
|
||||||
def build():
|
def build():
|
||||||
autotools.make()
|
mesontools.build()
|
||||||
|
|
||||||
def install():
|
def install():
|
||||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
mesontools.install()
|
||||||
|
|
||||||
pisitools.dodoc("AUTHORS", "NEWS")
|
pisitools.dodoc("AUTHORS", "NEWS")
|
||||||
pisitools.removeDir("/usr/share/doc/geeqie-%s" % get.srcVERSION())
|
|
||||||
|
|||||||
@@ -15,14 +15,15 @@
|
|||||||
<Description>
|
<Description>
|
||||||
Geeqie can be used as a simple, fast, database-free image viewer, but equally it can be used to manage large collections of images.
|
Geeqie can be used as a simple, fast, database-free image viewer, but equally it can be used to manage large collections of images.
|
||||||
</Description>
|
</Description>
|
||||||
<Archive sha1sum="ffb680fb56603fe6b5f5079019a7659fa92862e4" type="tarxz">
|
<Archive sha1sum="dc4ad83760d9902b74478663e27a268999dca895" type="tarxz">
|
||||||
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
|
||||||
</Archive>
|
</Archive>
|
||||||
<BuildDependencies>
|
<BuildDependencies>
|
||||||
|
<Dependency>vim</Dependency>
|
||||||
|
<Dependency>meson</Dependency>
|
||||||
<Dependency>doxygen</Dependency>
|
<Dependency>doxygen</Dependency>
|
||||||
<Dependency>intltool</Dependency>
|
|
||||||
<Dependency>lua-devel</Dependency>
|
<Dependency>lua-devel</Dependency>
|
||||||
<Dependency>gtk2-devel</Dependency>
|
<Dependency>gtk3-devel</Dependency>
|
||||||
<Dependency>tiff-devel</Dependency>
|
<Dependency>tiff-devel</Dependency>
|
||||||
<Dependency>webp-devel</Dependency>
|
<Dependency>webp-devel</Dependency>
|
||||||
<Dependency>lirc-devel</Dependency>
|
<Dependency>lirc-devel</Dependency>
|
||||||
@@ -38,7 +39,7 @@
|
|||||||
<Dependency>ffmpegthumbnailer-devel</Dependency>
|
<Dependency>ffmpegthumbnailer-devel</Dependency>
|
||||||
</BuildDependencies>
|
</BuildDependencies>
|
||||||
<Patches>
|
<Patches>
|
||||||
<Patch level="1">Open_archive_not_working.patch</Patch>
|
<!-- <Patch level="1">Open_archive_not_working.patch</Patch> -->
|
||||||
</Patches>
|
</Patches>
|
||||||
</Source>
|
</Source>
|
||||||
|
|
||||||
@@ -46,7 +47,7 @@
|
|||||||
<Name>geeqie</Name>
|
<Name>geeqie</Name>
|
||||||
<RuntimeDependencies>
|
<RuntimeDependencies>
|
||||||
<Dependency>lua</Dependency>
|
<Dependency>lua</Dependency>
|
||||||
<Dependency>gtk2</Dependency>
|
<Dependency>gtk3</Dependency>
|
||||||
<Dependency>tiff</Dependency>
|
<Dependency>tiff</Dependency>
|
||||||
<Dependency>webp</Dependency>
|
<Dependency>webp</Dependency>
|
||||||
<Dependency>lirc</Dependency>
|
<Dependency>lirc</Dependency>
|
||||||
@@ -81,6 +82,13 @@
|
|||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
<History>
|
<History>
|
||||||
|
<Update release="4">
|
||||||
|
<Date>2022-08-13</Date>
|
||||||
|
<Version>2.0.1</Version>
|
||||||
|
<Comment>Version bump.</Comment>
|
||||||
|
<Name>fury</Name>
|
||||||
|
<Email>uglyside@yandex.ru</Email>
|
||||||
|
</Update>
|
||||||
<Update release="3">
|
<Update release="3">
|
||||||
<Date>2022-02-04</Date>
|
<Date>2022-02-04</Date>
|
||||||
<Version>1.7.2</Version>
|
<Version>1.7.2</Version>
|
||||||
|
|||||||
Reference in New Issue
Block a user