Version bump to 0.1.1
[cl-gtk2.git] / gtk / cl-gtk2-gtk.asd
index 124c9e0..5c04165 100644 (file)
@@ -1,5 +1,6 @@
 (defsystem :cl-gtk2-gtk
   :name :cl-gtk2-gtk
+  :version "0.1.1"
   :author "Kalyanov Dmitry <Kalyanov.Dmitry@gmail.com>"
   :license "LLGPL"
   :serial t
@@ -39,7 +40,6 @@
                (:file "gtk.calendar")
                (:file "gtk.size-group")
                (:file "gtk.tooltip")
-               (:file "gtk.bin")
                (:file "gtk.box")
                (:file "gtk.container")
                (:file "gtk.paned")
@@ -47,6 +47,9 @@
                (:file "gtk.widget")
                (:file "gtk.builder")
                (:file "gtk.assistant")
+               (:file "gtk.link-button")
+               (:file "gtk.list-store")
+               (:file "gtk.tree-store")
                
                (:file "gtk.main-loop-events")
                
                
                (:file "gtk.high-level")
 
+               (:file "ui-markup")
+
                (:file "gtk.dialog.example")
                
                (:file "gtk.demo")
+               (:file "gtk.timer")
                (:module "demo-files"
                         :pathname "demo"
                         :components ((:static-file "demo1.glade")
                                      (:static-file "demo1.ui")
                                      (:static-file "text-editor.glade")
                                      (:static-file "text-editor.ui"))))
-  :depends-on (:cl-gtk2-glib :cffi :cl-gtk2-gdk :bordeaux-threads :iterate))
+  :depends-on (:cl-gtk2-glib :cffi :cl-gtk2-gdk :bordeaux-threads :iterate :cl-gtk2-pango))