diff options
author | rhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4> | 2009-01-05 00:36:57 +0000 |
---|---|---|
committer | rhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4> | 2009-01-05 00:36:57 +0000 |
commit | c2571c56de4fdde53d2a59f1d8a85f1448ddb41e (patch) | |
tree | ceef5adb31d35c22380535a63d4ad6bcc2841672 /x11/wm/enlightenment/enlightenment.SlackBuild | |
parent | 80635737d7500c6566ef865ded9130be5cc9c7b8 (diff) | |
download | slackbuilds-c2571c56de4fdde53d2a59f1d8a85f1448ddb41e.tar.gz slackbuilds-c2571c56de4fdde53d2a59f1d8a85f1448ddb41e.tar.bz2 |
enlightenment: adding e_dbus dependency
git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@2071 370017ae-e619-0410-ac65-c121f96126d4
Diffstat (limited to 'x11/wm/enlightenment/enlightenment.SlackBuild')
-rwxr-xr-x | x11/wm/enlightenment/enlightenment.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/wm/enlightenment/enlightenment.SlackBuild b/x11/wm/enlightenment/enlightenment.SlackBuild index addb0d31..e7fe8e4b 100755 --- a/x11/wm/enlightenment/enlightenment.SlackBuild +++ b/x11/wm/enlightenment/enlightenment.SlackBuild @@ -15,7 +15,7 @@ # 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA # # slackbuild for enlightenment, by Silvio Rhatto -# requires: eet evas ecore embryo edje efreet imlib2 +# requires: # tested: enlightenment-svn_version # @@ -65,6 +65,7 @@ ERROR_WGET=31; ERROR_MAKE=32; ERROR_INSTALL=33 ERROR_MD5=34; ERROR_CONF=35; ERROR_HELP=36 ERROR_TAR=37; ERROR_MKPKG=38; ERROR_GPG=39 ERROR_PATCH=40; ERROR_VCS=41; ERROR_MKDIR=42 +ERROR_MANIFEST=43; # Clean up any leftovers of previous builds rm -rf "$PKG_WORK" 2> /dev/null |