]> git.madduck.net Git - etc/awesome.git/commitdiff

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

added awesome as dependency and changed version to git
authoraajjbb <jefersonlsiq@gmail.com>
Sat, 22 Oct 2016 18:36:37 +0000 (16:36 -0200)
committeraajjbb <jefersonlsiq@gmail.com>
Sat, 22 Oct 2016 18:36:37 +0000 (16:36 -0200)
lain.rockspec

index 9d5d5e2bc6040386c4dbcdf4486e197dbae27a73..97a2858393b3a8cc2c6829c4aa82651c419b6aec 100644 (file)
@@ -1,8 +1,8 @@
 package = "lain"
-version = "1.0.0"
+version = "git"
 source = {
    url = "https://github.com/copycat-killer/lain",
-   tag = "v.1.0.0"
+   tag = "git"
 }
 description = {
    summary = "A layoutm widget and utilities library for the Awesome Window Manager",
@@ -13,7 +13,8 @@ description = {
    license = "GPL v2"
 }
 dependencies = {
-   "lua >= 5.1"
+   "lua >= 5.1",
+   "awesome >= 3.5"
 }
 supported_platforms = { "linux" }
 build = {