[gnome-shell] gnome-shell.modules: Depend on latest startup-notification



commit dd48514b240eb1b4fc87487e87c6477bec793c4d
Author: Colin Walters <walters verbum org>
Date:   Tue May 24 17:59:38 2011 -0400

    gnome-shell.modules: Depend on latest startup-notification
    
    See commit eb54662098ed which introduced the dependency.

 tools/build/gnome-shell.modules |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)
---
diff --git a/tools/build/gnome-shell.modules b/tools/build/gnome-shell.modules
index a3623e7..1698c91 100644
--- a/tools/build/gnome-shell.modules
+++ b/tools/build/gnome-shell.modules
@@ -63,6 +63,12 @@
     </dependencies>
   </autotools>
 
+  <tarball id="startup-notification" version="0.12">
+    <source href="http://www.freedesktop.org/software/startup-notification/releases/startup-notification-0.12.tar.gz";
+            hash="sha256:3c391f7e930c583095045cd2d10eb73a64f085c7fde9d260f2652c7cb3cfbe4a"
+            size="355285"/>
+  </tarball>
+
   <autotools id="pango">
     <branch repo="git.gnome.org" module="pango"/>
     <dependencies>
@@ -282,6 +288,7 @@
   <autotools id="gnome-shell" autogenargs="--enable-jhbuild-wrapper-script">
     <branch repo="git.gnome.org" module="gnome-shell"/>
     <dependencies>
+        <dep package="startup-notification"/>
         <dep package="evolution-data-server"/>
         <dep package="gobject-introspection"/>
         <dep package="mutter"/>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]