[gnome-shell] gnome-shell.modules: add libcanberra
- From: Dan Winship <danw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell] gnome-shell.modules: add libcanberra
- Date: Mon, 1 Nov 2010 15:33:56 +0000 (UTC)
commit 79a33fa7fb3a8b32d809486b5ffad1efa20b0ec1
Author: Dan Winship <danw gnome org>
Date: Mon Nov 1 10:51:11 2010 -0400
gnome-shell.modules: add libcanberra
The volume status icon requires libcanberra; we could get by with
packages so far, but we will need a very very recent libcanberra soon
anyway, so just require that.
https://bugzilla.gnome.org/show_bug.cgi?id=633418
tools/build/gnome-shell.modules | 12 ++++++++++++
1 files changed, 12 insertions(+), 0 deletions(-)
---
diff --git a/tools/build/gnome-shell.modules b/tools/build/gnome-shell.modules
index e6a51ca..dd02aa0 100644
--- a/tools/build/gnome-shell.modules
+++ b/tools/build/gnome-shell.modules
@@ -11,6 +11,8 @@
href="git://git.moblin.org"/>
<repository type="tarball" name="cairo.org"
href="http://cairographics.org/"/>
+ <repository type="tarball" name="0pointer.de"
+ href="http://0pointer.de/lennart/projects/"/>
<autotools id="gobject-introspection">
<branch repo="git.gnome.org" module="gobject-introspection"/>
@@ -179,6 +181,15 @@
<branch repo="git.gnome.org" module="gnome-icon-theme-symbolic" />
</autotools>
+ <autotools id="libcanberra" autogen-sh="configure">
+ <branch repo="0pointer.de" module="libcanberra/libcanberra-0.26.tar.gz" version="0.26"
+ hash="sha256:4b5d8d2c2835133620adbc53745dd107b6e58b9a2963059e8f457143fee00982"
+ md5sum="ee2c66ada7c851a4e7b6eb1682285a24" size="463209" />
+ <dependencies>
+ <dep package="gtk3"/>
+ </dependencies>
+ </autotools>
+
<autotools id="gnome-shell">
<branch repo="git.gnome.org" module="gnome-shell"/>
<dependencies>
@@ -192,6 +203,7 @@
<dep package="gsettings-desktop-schemas"/>
<dep package="gnome-icon-theme"/>
<dep package="gnome-icon-theme-symbolic"/>
+ <dep package="libcanberra"/>
</dependencies>
</autotools>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]