[gtk-web] language-bindings.php: update Lua bindings status



commit 1079539a8e6a129f31efefff4e9ee21f95e27f76
Author: Pavel Holejsovsky <pavel holejsovsky authentec com>
Date:   Mon Jun 4 16:47:39 2012 +0200

    language-bindings.php: update Lua bindings status
    
    Older Lua-Gnome binding is not maintained any more, but still usable for
    ancient GTK versions.  Newer gobject-introspection-based lgi supports
    3.0 well, and both project homepages link to each other and suggest to
    use the other one as appropriate.

 language-bindings.php |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/language-bindings.php b/language-bindings.php
index b1fca2e..f4b8d07 100755
--- a/language-bindings.php
+++ b/language-bindings.php
@@ -218,7 +218,7 @@ $bindings = array(
 
 	"Lua" => array(
 		'official' => false,
-		'url' => 'http://luaforge.net/projects/lua-gtk',
+		'url' => 'http://github.com/pavouk/lgi',
 		'support' => array(
 			'2.8' => SUPPORTED,
 			'2.10' => SUPPORTED,
@@ -228,8 +228,8 @@ $bindings = array(
 			'2.18' => UNSUPPORTED,
 			'2.20' => UNSUPPORTED,
 			'2.22' => UNSUPPORTED,
-			'2.24' => UNSUPPORTED,
-			'3.0' => UNSUPPORTED
+			'2.24' => PARTIAL,
+			'3.0' => SUPPORTED
 		)
 	),
 



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