chiark
/
gitweb
/
~mdw
/
clg
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from parent 1:
cd794aa
)
Updated for gtk/glib 2.0.0
author
espen
<espen>
Tue, 19 Mar 2002 17:13:16 +0000
(17:13 +0000)
committer
espen
<espen>
Tue, 19 Mar 2002 17:13:16 +0000
(17:13 +0000)
clg.system
patch
|
blob
|
blame
|
history
diff --git
a/clg.system
b/clg.system
index eeafe11c43695f811ff567c120b5544584a9d243..5b5430218268a63b8f0b243f36a0039f9e09d1cf 100644
(file)
--- a/
clg.system
+++ b/
clg.system
@@
-31,10
+31,10
@@
`(mk:defsystem clg
:initially-do
(progn
`(mk:defsystem clg
:initially-do
(progn
- (pkg-exists-p "glib-2.0" :atleast-version "
1.3.12
")
- (pkg-exists-p "pango" :atleast-version "
0.23
")
- (pkg-exists-p "atk" :atleast-version "
0.8
")
- (pkg-exists-p "gtk+-2.0" :atleast-version "
1.3.12
"))
+ (pkg-exists-p "glib-2.0" :atleast-version "
2.0.0
")
+ (pkg-exists-p "pango" :atleast-version "
1.0.0
")
+ (pkg-exists-p "atk" :atleast-version "
1.0.0
")
+ (pkg-exists-p "gtk+-2.0" :atleast-version "
2.0.0
"))
:source-pathname "clg:"
:binary-pathname "clg:"
:components
:source-pathname "clg:"
:binary-pathname "clg:"
:components
@@
-44,8
+44,8
@@
(:module glib
:initially-do
(progn
(:module glib
:initially-do
(progn
- (load-shared-library "libglib-
1.3
.so")
- (load-shared-library "libgobject-
1.3
.so" :init "g_type_init"))
+ (load-shared-library "libglib-
2.0
.so")
+ (load-shared-library "libgobject-
2.0
.so" :init "g_type_init"))
:components
((:file "callback"
:language :c
:components
((:file "callback"
:language :c
@@
-78,8
+78,8
@@
:binary-pathname "gdk;"
:initially-do
(progn
:binary-pathname "gdk;"
:initially-do
(progn
- (load-shared-library "libgdk_pixbuf-
1.3
.so")
- (load-shared-library "libgdk-x11-
1.3
.so"
+ (load-shared-library "libgdk_pixbuf-
2.0
.so")
+ (load-shared-library "libgdk-x11-
2.0
.so"
:init "gdk_init"
:prototype '(function
c-call:void
:init "gdk_init"
:prototype '(function
c-call:void
@@
-100,14
+100,14
@@
(:file "gdk" :depends-on ("gdkevents")))
:depends-on (glib "gdkglue"))
(:module pango
(:file "gdk" :depends-on ("gdkevents")))
:depends-on (glib "gdkglue"))
(:module pango
- :initially-do (load-shared-library "libpango.so")
+ :initially-do (load-shared-library "libpango
-1.0
.so")
:components
((:file "pango-package")
(:file "pango" :depends-on ("pango-package"))
(:file "pango-export" :depends-on ("pango")))
:depends-on (glib))
(:module atk
:components
((:file "pango-package")
(:file "pango" :depends-on ("pango-package"))
(:file "pango-export" :depends-on ("pango")))
:depends-on (glib))
(:module atk
- :initially-do (load-shared-library "libatk.so")
+ :initially-do (load-shared-library "libatk
-1.0
.so")
:components
((:file "atk-package")
(:file "atk" :depends-on ("atk-package"))
:components
((:file "atk-package")
(:file "atk" :depends-on ("atk-package"))
@@
-119,7
+119,7
@@
:initially-do
(progn
(load-shared-library
:initially-do
(progn
(load-shared-library
- "libgtk-x11-
1.3
.so"
+ "libgtk-x11-
2.0
.so"
:init "gtk_init"
:prototype '(function
c-call:void
:init "gtk_init"
:prototype '(function
c-call:void