Last change
on this file since 25072 was
25072,
checked in by Mario Domenech Goulart, 9 years ago
|
awful: trunk version bumped to 0.33
|
File size:
441 bytes
|
Line | |
---|
1 | ;;; awful.setup -*- scheme -*- |
---|
2 | |
---|
3 | ;; Compile the extension |
---|
4 | (compile -S -s -O3 -d1 -j awful awful.scm) |
---|
5 | (compile -S -s -O3 -d1 awful.import.scm) |
---|
6 | |
---|
7 | ;; Compile the application (server) |
---|
8 | (compile -S -O3 -d1 awful-server.scm -o awful) |
---|
9 | |
---|
10 | (install-extension 'awful |
---|
11 | '("awful.so" "awful.import.so") |
---|
12 | '((version "0.33"))) |
---|
13 | |
---|
14 | (install-program 'awful-server |
---|
15 | '("awful") |
---|
16 | `((version "0.33"))) |
---|
Note: See
TracBrowser
for help on using the repository browser.