Merge pull request #7328 from Rmys/master

libgexiv2:ver. bump
This commit is contained in:
Rmys
2020-01-06 01:25:58 +03:00
committed by GitHub
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 # See the file http://www.gnu.org/licenses/gpl.txt
from pisi.actionsapi import shelltools from pisi.actionsapi import shelltools
from pisi.actionsapi import mesontools
from pisi.actionsapi import pisitools from pisi.actionsapi import pisitools
from pisi.actionsapi import get from pisi.actionsapi import get
def setup(): def setup():
shelltools.system("meson build --prefix=/usr -Dgtk_doc=true") mesontools.configure()
def build(): def build():
shelltools.system("ninja -C build") mesontools.build()
def install(): def install():
shelltools.system("DESTDIR=%s ninja -C build install" % get.installDIR()) mesontools.install()
pisitools.dodoc("AUTHORS", "COPYING", "NEWS", "README") pisitools.dodoc("AUTHORS", "COPYING", "NEWS", "README")
+10 -3
View File
@@ -12,9 +12,7 @@
<IsA>library</IsA> <IsA>library</IsA>
<Summary>GObject-based wrapper around the Exiv2 library</Summary> <Summary>GObject-based wrapper around the Exiv2 library</Summary>
<Description>GObject-based wrapper around the Exiv2 library</Description> <Description>GObject-based wrapper around the Exiv2 library</Description>
<Archive sha1sum="52a948a9813d2231bbd63ba955c7b5656f2b6635" type="tarxz"> <Archive sha1sum="2d8894d307363726b345d0535d5fe5b7153a7ea9" type="tarxz">https://download.gnome.org/sources/gexiv2/0.12/gexiv2-0.12.0.tar.xz</Archive>
https://download.gnome.org/sources/gexiv2/0.11/gexiv2-0.11.0.tar.xz
</Archive>
<BuildDependencies> <BuildDependencies>
<Dependency>meson</Dependency> <Dependency>meson</Dependency>
<Dependency>gtk-doc</Dependency> <Dependency>gtk-doc</Dependency>
@@ -25,6 +23,8 @@
<Dependency>gobject-introspection-devel</Dependency> <Dependency>gobject-introspection-devel</Dependency>
<Dependency>exiv2-devel</Dependency> <Dependency>exiv2-devel</Dependency>
<Dependency>vala-devel</Dependency> <Dependency>vala-devel</Dependency>
<Dependency>vala-devel</Dependency>
<Dependency>python3-pygobject3-devel</Dependency>
</BuildDependencies> </BuildDependencies>
</Source> </Source>
@@ -58,6 +58,13 @@
</Package> </Package>
<History> <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"> <Update release="3">
<Date>2019-06-18</Date> <Date>2019-06-18</Date>
<Version>0.11.0</Version> <Version>0.11.0</Version>