File tree Expand file tree Collapse file tree 4 files changed +7
-211
lines changed
Expand file tree Collapse file tree 4 files changed +7
-211
lines changed Original file line number Diff line number Diff line change @@ -26,5 +26,3 @@ descriptions of all functions.
2626
2727awesome-launch is licensed under the GNU General Public License v3.0 or later
2828(see [ LICENSE] ( LICENSE ) ).
29-
30- ` uuid.lua ` is licensed under the Apache License v2.0.
Original file line number Diff line number Diff line change 11package = " awesome-launch"
2- version = " 0.1.0 -1"
2+ version = " 0.1.1 -1"
33source = {
44 url = " git://github.com/jcrd/awesome-launch" ,
5- tag = " v0.1.0 " ,
5+ tag = " v0.1.1 " ,
66}
77description = {
88 summary = " AwesomeWM library for launching clients with single instance IDs" ,
99 homepage = " https://github.com/jcrd/awesome-launch" ,
1010 license = " GPL-3.0" ,
1111}
12+ dependencies = {
13+ " lua >= 5.1" ,
14+ " uuid" ,
15+ }
1216build = {
1317 type = " builtin" ,
1418 modules = {
1519 [" awesome-launch" ] = " init.lua" ,
16- [" awesome-launch.uuid" ] = " uuid.lua" ,
1720 [" awesome-launch.panel" ] = " panel.lua" ,
1821 },
1922}
Original file line number Diff line number Diff line change 66
77local awful = require (" awful" )
88local gears = require (" gears" )
9- local uuid = require (" awesome-launch. uuid" )
9+ local uuid = require (" uuid" )
1010
1111uuid .seed ()
1212
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments