X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=gtk%2Fcl-gtk2-gtk.asd;h=a6024766f89cb4108e5cddfad8f246e3e95328f1;hb=804b4c8f24b3725eb90f29d7e6910b2598b68771;hp=8ba8a6715ff9f29089d01685179b84cc3aa28ff5;hpb=b2d4a755d191a2d9242f07607468895adb83c381;p=cl-gtk2.git diff --git a/gtk/cl-gtk2-gtk.asd b/gtk/cl-gtk2-gtk.asd index 8ba8a67..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 @@ -13,6 +14,7 @@ (:file "gtk.base-classes") (:file "gtk.dialog") (:file "gtk.window") + (:file "gtk.window-group") (:file "gtk.image") (:file "gtk.label") (:file "gtk.progress-bar") @@ -38,14 +40,17 @@ (:file "gtk.calendar") (:file "gtk.size-group") (:file "gtk.tooltip") - (:file "gtk.bin") (:file "gtk.box") (:file "gtk.container") (:file "gtk.paned") (:file "gtk.child-properties") (: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") @@ -53,14 +58,16 @@ (:file "gtk.high-level") + (:file "ui-markup") + (:file "gtk.dialog.example") (:file "gtk.demo") - #+sbcl (:file "sbcl") + (: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))