gsound-1.0.3

This commit is contained in:
Rmys
2021-08-19 12:09:42 +03:00
committed by GitHub
parent 84143c25ba
commit e7e8b7b4de
2 changed files with 7 additions and 4 deletions
+4 -3
View File
@@ -6,14 +6,15 @@
from pisi.actionsapi import autotools from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools from pisi.actionsapi import pisitools
from pisi.actionsapi import mesontools
def setup(): def setup():
autotools.configure() mesontools.configure()
def build(): def build():
autotools.make() mesontools.build()
def install(): def install():
autotools.install() mesontools.install()
pisitools.dodoc("README*", "NEWS", "ChangeLog") pisitools.dodoc("README*", "NEWS", "ChangeLog")
+3 -1
View File
@@ -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> <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> <Archive sha1sum="dc3d3d33c16024eca3c898c5c0802c31807f87b7">https://download.gnome.org/sources/gsound/1.0/gsound-1.0.3.tar.xz</Archive>
<BuildDependencies> <BuildDependencies>
<Dependency>gobject-introspection-devel</Dependency> <Dependency>meson</Dependency>
<Dependency>vala-devel</Dependency> <Dependency>vala-devel</Dependency>
<Dependency>glib2-devel</Dependency> <Dependency>glib2-devel</Dependency>
<Dependency>intltool</Dependency> <Dependency>intltool</Dependency>
<Dependency>libcanberra-devel</Dependency> <Dependency>libcanberra-devel</Dependency>
<Dependency>gobject-introspection-devel</Dependency>
</BuildDependencies> </BuildDependencies>
</Source> </Source>
@@ -26,6 +27,7 @@
<Name>gsound</Name> <Name>gsound</Name>
<RuntimeDependencies> <RuntimeDependencies>
<Dependency>glib2</Dependency> <Dependency>glib2</Dependency>
<Dependency>libcanberra</Dependency>
</RuntimeDependencies> </RuntimeDependencies>
<Files> <Files>
<Path fileType="library">/usr/lib/girepository-1.0</Path> <Path fileType="library">/usr/lib/girepository-1.0</Path>