From: aajjbb Date: Sat, 22 Oct 2016 21:08:48 +0000 (-0200) Subject: renaming rockspec file and adding optional dependencies as regular dependencies X-Git-Url: https://git.madduck.net/etc/awesome.git/commitdiff_plain/1793f94b00c04639e97bad43b50bbc111a8f393d?hp=c62c4d7816ebf0d99b2edda9e0df252699549f8f renaming rockspec file and adding optional dependencies as regular dependencies --- diff --git a/lain.rockspec b/lain-git.rockspec similarity index 91% rename from lain.rockspec rename to lain-git.rockspec index 8c31764..90c16d5 100644 --- a/lain.rockspec +++ b/lain-git.rockspec @@ -16,7 +16,10 @@ description = { } dependencies = { "lua >= 5.1", - "awesome >= 3.5" + "awesome >= 3.5", + "alsa-utils", + "curl", + "imagemagick" } supported_platforms = { "linux" } build = {