gsound-1.0.3
This commit is contained in:
@@ -6,14 +6,15 @@
|
||||
|
||||
from pisi.actionsapi import autotools
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import mesontools
|
||||
|
||||
def setup():
|
||||
autotools.configure()
|
||||
mesontools.configure()
|
||||
|
||||
def build():
|
||||
autotools.make()
|
||||
mesontools.build()
|
||||
|
||||
def install():
|
||||
autotools.install()
|
||||
mesontools.install()
|
||||
|
||||
pisitools.dodoc("README*", "NEWS", "ChangeLog")
|
||||
|
||||
@@ -14,11 +14,12 @@
|
||||
<Description>GSound is a small library for playing system sounds. It's designed to be used via GObject Introspection, and is a thin wrapper around the libcanberra C library.</Description>
|
||||
<Archive sha1sum="dc3d3d33c16024eca3c898c5c0802c31807f87b7">https://download.gnome.org/sources/gsound/1.0/gsound-1.0.3.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>gobject-introspection-devel</Dependency>
|
||||
<Dependency>meson</Dependency>
|
||||
<Dependency>vala-devel</Dependency>
|
||||
<Dependency>glib2-devel</Dependency>
|
||||
<Dependency>intltool</Dependency>
|
||||
<Dependency>libcanberra-devel</Dependency>
|
||||
<Dependency>gobject-introspection-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
@@ -26,6 +27,7 @@
|
||||
<Name>gsound</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>glib2</Dependency>
|
||||
<Dependency>libcanberra</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib/girepository-1.0</Path>
|
||||
|
||||
Reference in New Issue
Block a user