modular Smoke kdeui
cl-smoke.kde.ui.asd
Sat Apr 3 19:29:08 CEST 2010 Tobias Rautenkranz <tobias@rautenkranz.ch>
* modular Smoke kdeui
--- old-kde.ui/cl-smoke.kde.ui.asd 1970-01-01 01:00:00.000000000 +0100
+++ new-kde.ui/cl-smoke.kde.ui.asd 2014-10-30 07:22:10.000000000 +0100
@@ -0,0 +1,13 @@
+(defsystem :cl-smoke.kde.ui
+ :name :kde.ui
+ :version (0 0 1)
+ :author "Tobias Rautenkranz"
+ :license "GPL with linking exception"
+ :description "Smoke KDE ui bindings."
+ :depends-on (:cl-smoke.kde.core :cl-smoke.qt.svg)
+ :components
+ ((:module "src" :components
+ ((:file "package")
+ (:file "kde" :depends-on ("package"))
+ (:file "application" :depends-on ("kde"))
+ (:file "standard-action" :depends-on ("kde"))))))