libgexiv2:ver. bump

This commit is contained in:
Rmys
2020-01-06 01:24:51 +03:00
parent e6113777b9
commit 381c1cf9dc
2 changed files with 14 additions and 6 deletions
+4 -3
View File
@@ -5,16 +5,17 @@
# See the file http://www.gnu.org/licenses/gpl.txt
from pisi.actionsapi import shelltools
from pisi.actionsapi import mesontools
from pisi.actionsapi import pisitools
from pisi.actionsapi import get
def setup():
shelltools.system("meson build --prefix=/usr -Dgtk_doc=true")
mesontools.configure()
def build():
shelltools.system("ninja -C build")
mesontools.build()
def install():
shelltools.system("DESTDIR=%s ninja -C build install" % get.installDIR())
mesontools.install()
pisitools.dodoc("AUTHORS", "COPYING", "NEWS", "README")
+10 -3
View File
@@ -12,9 +12,7 @@
<IsA>library</IsA>
<Summary>GObject-based wrapper around the Exiv2 library</Summary>
<Description>GObject-based wrapper around the Exiv2 library</Description>
<Archive sha1sum="52a948a9813d2231bbd63ba955c7b5656f2b6635" type="tarxz">
https://download.gnome.org/sources/gexiv2/0.11/gexiv2-0.11.0.tar.xz
</Archive>
<Archive sha1sum="2d8894d307363726b345d0535d5fe5b7153a7ea9" type="tarxz">https://download.gnome.org/sources/gexiv2/0.12/gexiv2-0.12.0.tar.xz</Archive>
<BuildDependencies>
<Dependency>meson</Dependency>
<Dependency>gtk-doc</Dependency>
@@ -25,6 +23,8 @@
<Dependency>gobject-introspection-devel</Dependency>
<Dependency>exiv2-devel</Dependency>
<Dependency>vala-devel</Dependency>
<Dependency>vala-devel</Dependency>
<Dependency>python3-pygobject3-devel</Dependency>
</BuildDependencies>
</Source>
@@ -58,6 +58,13 @@
</Package>
<History>
<Update release="4">
<Date>2020-01-05</Date>
<Version>0.12.0</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="3">
<Date>2019-06-18</Date>
<Version>0.11.0</Version>