libgusb:ver.bump
This commit is contained in:
@@ -9,16 +9,19 @@ from pisi.actionsapi import pisitools
|
|||||||
from pisi.actionsapi import shelltools
|
from pisi.actionsapi import shelltools
|
||||||
from pisi.actionsapi import get
|
from pisi.actionsapi import get
|
||||||
|
|
||||||
|
|
||||||
def setup():
|
def setup():
|
||||||
autotools.configure("--prefix=/usr \
|
shelltools.makedirs("build")
|
||||||
--disable-static \
|
shelltools.cd("build")
|
||||||
--enable-vala \
|
shelltools.system("meson .. --prefix=/usr -Ddocs=false")
|
||||||
--enable-introspection")
|
|
||||||
|
|
||||||
def build():
|
def build():
|
||||||
autotools.make()
|
shelltools.cd("build")
|
||||||
|
shelltools.system("ninja")
|
||||||
|
|
||||||
def install():
|
def install():
|
||||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
shelltools.cd("build")
|
||||||
pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "NEWS", "README*")
|
shelltools.system("DESTDIR=%s ninja install" % get.installDIR())
|
||||||
|
|
||||||
|
shelltools.cd("..")
|
||||||
|
pisitools.dodoc("COPYING", "NEWS", "README*")
|
||||||
|
|
||||||
|
|||||||
@@ -12,8 +12,9 @@
|
|||||||
<IsA>library</IsA>
|
<IsA>library</IsA>
|
||||||
<Summary>GObject wrapper for libusb.</Summary>
|
<Summary>GObject wrapper for libusb.</Summary>
|
||||||
<Description>GLib wrapper around libusb1.</Description>
|
<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>
|
<BuildDependencies>
|
||||||
|
<Dependency>meson</Dependency>
|
||||||
<Dependency>glib2-devel</Dependency>
|
<Dependency>glib2-devel</Dependency>
|
||||||
<Dependency>vala-devel</Dependency>
|
<Dependency>vala-devel</Dependency>
|
||||||
<Dependency>libxslt-devel</Dependency>
|
<Dependency>libxslt-devel</Dependency>
|
||||||
@@ -58,6 +59,13 @@
|
|||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
<History>
|
<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">
|
<Update release="8">
|
||||||
<Date>2017-12-13</Date>
|
<Date>2017-12-13</Date>
|
||||||
<Version>0.2.11</Version>
|
<Version>0.2.11</Version>
|
||||||
|
|||||||
Reference in New Issue
Block a user