X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=gtk%2Fcl-gtk2-gtk.asd;h=a6024766f89cb4108e5cddfad8f246e3e95328f1;hb=804b4c8f24b3725eb90f29d7e6910b2598b68771;hp=6dd4847f68759fdc4e67c63e8254ab6378646aad;hpb=313c905391ae6cfdcb15a0a341db2bd0951e489e;p=cl-gtk2.git diff --git a/gtk/cl-gtk2-gtk.asd b/gtk/cl-gtk2-gtk.asd index 6dd4847..a602476 100644 --- a/gtk/cl-gtk2-gtk.asd +++ b/gtk/cl-gtk2-gtk.asd @@ -1,5 +1,6 @@ (defsystem :cl-gtk2-gtk :name :cl-gtk2-gtk + :version "0.1" :author "Kalyanov Dmitry " :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") @@ -48,6 +48,8 @@ (:file "gtk.builder") (:file "gtk.assistant") (:file "gtk.link-button") + (:file "gtk.list-store") + (:file "gtk.tree-store") (:file "gtk.main-loop-events") @@ -61,10 +63,11 @@ (: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))