libgusb:ver.bump

This commit is contained in:
Rmys
2018-07-30 18:42:38 +03:00
parent ebc8b82f89
commit 2389b8f46c
2 changed files with 22 additions and 11 deletions
+13 -10
View File
@@ -9,16 +9,19 @@ from pisi.actionsapi import pisitools
from pisi.actionsapi import shelltools
from pisi.actionsapi import get
def setup():
autotools.configure("--prefix=/usr \
--disable-static \
--enable-vala \
--enable-introspection")
shelltools.makedirs("build")
shelltools.cd("build")
shelltools.system("meson .. --prefix=/usr -Ddocs=false")
def build():
autotools.make()
shelltools.cd("build")
shelltools.system("ninja")
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "NEWS", "README*")
shelltools.cd("build")
shelltools.system("DESTDIR=%s ninja install" % get.installDIR())
shelltools.cd("..")
pisitools.dodoc("COPYING", "NEWS", "README*")
+9 -1
View File
@@ -12,8 +12,9 @@
<IsA>library</IsA>
<Summary>GObject wrapper for libusb.</Summary>
<Description>GLib wrapper around libusb1.</Description>
<Archive sha1sum="9b565359d03908b0d39613294656ddd6d93c8d8c" type="tarxz">https://people.freedesktop.org/~hughsient/releases/libgusb-0.2.11.tar.xz</Archive>
<Archive sha1sum="25f1cc3455ab6105d8c34305a79876a7c3f707e0" type="tarxz">https://people.freedesktop.org/~hughsient/releases/libgusb-0.3.0.tar.xz</Archive>
<BuildDependencies>
<Dependency>meson</Dependency>
<Dependency>glib2-devel</Dependency>
<Dependency>vala-devel</Dependency>
<Dependency>libxslt-devel</Dependency>
@@ -58,6 +59,13 @@
</Package>
<History>
<Update release="9">
<Date>2018-07-30</Date>
<Version>0.3.0</Version>
<Comment>Version bump</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="8">
<Date>2017-12-13</Date>
<Version>0.2.11</Version>