]> git.madduck.net Git - etc/awesome.git/blobdiff - lain-git.rockspec

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:

renaming rockspec file and adding optional dependencies as regular dependencies
[etc/awesome.git] / lain-git.rockspec
similarity index 91%
rename from lain.rockspec
rename to lain-git.rockspec
index 8c31764d2bb7bf84a7b0579ae239a0d650d7d7aa..90c16d521efbe2e2201bc4daca1ddd2c3c87f7bf 100644 (file)
@@ -16,7 +16,10 @@ description = {
 }
 dependencies = {
    "lua >= 5.1",
-   "awesome >= 3.5"
+   "awesome >= 3.5",
+   "alsa-utils",
+   "curl",
+   "imagemagick"
 }
 supported_platforms = { "linux" }
 build = {