================================
ontv:source=2.2.0-1 (previous: 1.4.2-1)
cvc rdiff ontv -1 /[EMAIL PROTECTED]:desktop/2.2.0-1
================================
2.2.0-1 Ken VanDine ([EMAIL PROTECTED]) Mon Jul 24 22:08:39 2006
New Version
ontv.recipe: changed
Index: ontv.recipe
====================================================================
contents(size sha1)
inode(mtime owner group)
--- ontv.recipe /[EMAIL PROTECTED]:desktop/1.4.2-1
+++ ontv.recipe /[EMAIL PROTECTED]:desktop/2.2.0-1
@@ -1,10 +1,22 @@
-class OnTV(PackageRecipe):
- buildRequires = [ 'python:runtime','pygtk:devel' ]
-
+#
+# Copyright (c) 2006 rPath, Inc.
+# This file is distributed under the terms of the MIT License.
+# A copy is available at http://www.rpath.com/permanent/mit-license.html
+#
+
+class OnTV(AutoPackageRecipe):
+
+ buildRequires = [ 'python:runtime','pygtk:devel', 'GConf:runtime',
+ 'atk:devel', 'cElementTree:python', 'cairo:devel',
+ 'dbus-glib:devellib', 'dbus:devel', 'dbus:python',
+ 'fontconfig:devel', 'freetype:devel', 'gettext:runtime', 'glib:devel',
+ 'gnome-python-desktop:python', 'gnome-python:python',
+ 'gtk:devel', 'libnotify:devel', 'libpng:devel', 'pango:devel',
+ 'perl:runtime', 'pkgconfig:devel', 'pygtk:python', 'xorg-x11:devel',
+ 'zlib:devel' ]
+
name = "ontv"
- version = "1.4.2"
- def setup(r):
-
r.addArchive('http://johan.svedberg.com/projects/coding/ontv/download/%(name)s-%(version)s.tar.gz')
- r.Configure()
- r.Make()
- r.MakeInstall()
+ version = "2.2.0"
+
+ def unpack(r):
+
r.addArchive('http://johan.svedberg.com/projects/coding/ontv/download/%(name)s-%(version)s.tar.gz')
ontv-2.2.0.tar.gz: new
ontv-1.4.2.tar.gz: removed
Committed by: krv
_______________________________________________
Desktop-commits mailing list
[email protected]
http://lists.bizrace.com/mailman/listinfo/desktop-commits