================================
libnotify:source=0.4.0-1
cvc rdiff libnotify -1 /[EMAIL PROTECTED]:1-devel/0.4.0-1
================================
0.4.0-1 Ken VanDine ([EMAIL PROTECTED]) Sat Jul 29 10:26:22 2006
    Merged from fl:desktop
    
libnotify.recipe: new
--- /dev/null
+++ libnotify.recipe
@@ -0,0 +19 @@
+class LibNotify(CPackageRecipe):
+
+   buildRequires = ['dbus:devel', 'glib:devel',
+        'glibc:devel', 'popt:devel', 'dbus-glib:devellib',
+        'binutils:runtime', 'pkgconfig:devel', 'atk:devel',
+        'cairo:devel', 'fontconfig:devel', 'freetype:devel',
+        'gtk:devel', 'libpng:devel', 'pango:devel',
+        'xorg-x11:devel', 'zlib:devel', 'findutils:runtime',
+        'sed:runtime', 'gawk:runtime', 'glib:runtime' ]
+        
+   name = "libnotify"
+   version = "0.4.0"
+   def setup(r):
+        
r.addArchive('http://www.galago-project.org/files/releases/source/%(name)s/%(name)s-%(version)s.tar.gz')
+        r.Configure()
+        r.Make()
+        r.MakeInstall()
+        r.Requires('notification-daemon:runtime','%(bindir)s/notify-send')
+        r.Requires('notification-daemon:data','%(bindir)s/notify-send')

libnotify-0.4.0.tar.gz: new

Committed by: krv
_______________________________________________
Desktop-commits mailing list
[email protected]
http://lists.bizrace.com/mailman/listinfo/desktop-commits

Reply via email to