geeqie-2.7
This commit is contained in:
@@ -4,23 +4,19 @@
|
||||
# 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 mesontools, pisitools, shelltools
|
||||
from pisi.actionsapi import mesontools, pisitools
|
||||
|
||||
y = ''.join([
|
||||
' --prefix=/usr',
|
||||
' --buildtype=release',
|
||||
' -Darchive=enabled',
|
||||
' -Dgps-map=enabled',
|
||||
' -Dgtk4=disabled',
|
||||
' --buildtype=debugoptimized',
|
||||
' -Dpdf=disabled',
|
||||
' -Ddjvu=disabled',
|
||||
' -Devince=disabled',
|
||||
' -Ddoxygen=disabled',
|
||||
' -Dgit=disabled',
|
||||
' -Dhelp_pdf=disabled',
|
||||
' -Dpandoc=disabled',
|
||||
' -Dspell=disabled',
|
||||
' -Dyelp-build=disabled',
|
||||
' -Dexecinfo=disabled '
|
||||
' -Dyelp-build=disabled '
|
||||
])
|
||||
|
||||
def setup():
|
||||
|
||||
@@ -13,14 +13,12 @@
|
||||
<PartOf>multimedia.graphics</PartOf>
|
||||
<Summary>Geeqie is a lightweight image viewer for Linux, BSDs and compatibles.</Summary>
|
||||
<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.</Description>
|
||||
<Archive sha1sum="31b1b3c09ea42dfaed5c814d0ba8bdebe4d94ded" type="tarxz">
|
||||
https://github.com/BestImageViewer/geeqie/releases/download/v2.6.1/geeqie-2.6.1.tar.xz
|
||||
<Archive sha1sum="e150e1e7f33992f7b1ac37a166d59a4c4758b19a" type="tarxz">
|
||||
https://github.com/BestImageViewer/geeqie/releases/download/v2.7/geeqie-2.7.tar.xz
|
||||
</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>vim</Dependency>
|
||||
<Dependency>meson</Dependency>
|
||||
<Dependency>cmake</Dependency>
|
||||
<Dependency>doxygen</Dependency>
|
||||
<Dependency>xz-devel</Dependency>
|
||||
<Dependency>acl-devel</Dependency>
|
||||
<Dependency>lua-devel</Dependency>
|
||||
@@ -33,7 +31,6 @@
|
||||
<Dependency>webp-devel</Dependency>
|
||||
<Dependency>lirc-devel</Dependency>
|
||||
<Dependency>lcms2-devel</Dependency>
|
||||
<Dependency>lua51-devel</Dependency>
|
||||
<Dependency>exiv2-devel</Dependency>
|
||||
<Dependency>ffmpeg-devel</Dependency>
|
||||
<Dependency>libraw-devel</Dependency>
|
||||
@@ -67,7 +64,6 @@
|
||||
<Dependency>cairo</Dependency>
|
||||
<Dependency>glib2</Dependency>
|
||||
<Dependency>lcms2</Dependency>
|
||||
<Dependency>lua51</Dependency>
|
||||
<Dependency>pango</Dependency>
|
||||
<Dependency>ffmpeg</Dependency>
|
||||
<Dependency>zenity</Dependency>
|
||||
@@ -91,13 +87,17 @@
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="executable">/usr/lib</Path>
|
||||
<Path fileType="data">/usr/share</Path>
|
||||
<Path fileType="localedata">/usr/share/locale</Path>
|
||||
<Path fileType="man">/usr/share/man/man1</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="12">
|
||||
<Date>2026-02-28</Date>
|
||||
<Version>2.7</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Pisi Linux Community</Name>
|
||||
<Email>admin@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="11">
|
||||
<Date>2026-01-15</Date>
|
||||
<Version>2.6.1</Version>
|
||||
|
||||
Reference in New Issue
Block a user