mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
libraries/edje: Fixed dep information
This commit is contained in:
parent
a3120e9e77
commit
1a37ca5a04
2 changed files with 1 additions and 3 deletions
|
@ -1,5 +1,3 @@
|
|||
Edje is part of Enlightenment DR17 foundation libraries.
|
||||
|
||||
Edje is a complex graphical design & layout library.
|
||||
|
||||
This requires lua, embryo, eet, evas, and ecore (in that order).
|
||||
|
|
|
@ -5,6 +5,6 @@ DOWNLOAD="http://download.enlightenment.org/releases/edje-1.2.1.tar.bz2"
|
|||
MD5SUM="880c390fdc279818bd88e5de1aa50893"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="ecore eet embryo evas lua"
|
||||
REQUIRES="ecore embryo lua"
|
||||
MAINTAINER="Aleksandar Samardzic"
|
||||
EMAIL="asamardzic@gmail.com"
|
||||
|
|
Loading…
Reference in a new issue