diff options
author | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2018-10-21 15:10:54 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2018-10-21 15:10:54 +0300 |
commit | 531d0359cf08210deeb1388807bb4cf00ede6055 (patch) | |
tree | fbcdf28f30004b6969727ed145f7e98054fe79d9 | |
parent | 74fc9d1ee21a847015ded6dc30610a9a75fbdc70 (diff) |
nomacs: fixed exlibs order
-rw-r--r-- | packages/media-gfx/nomacs/nomacs.exlib | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/packages/media-gfx/nomacs/nomacs.exlib b/packages/media-gfx/nomacs/nomacs.exlib index f879898..66de159 100644 --- a/packages/media-gfx/nomacs/nomacs.exlib +++ b/packages/media-gfx/nomacs/nomacs.exlib @@ -3,14 +3,13 @@ -require cmake [ api=2 ] require github [ user=nomacs ] +require cmake [ api=2 ] -export_exlib_phases pkg_setup SUMMARY="Qt-based image viewer" HOMEPAGE="https://nomacs.org/" -LICENCES="GPL-3+" +LICENCES="GPL-3" SLOT="0" MYOPTIONS=" @@ -85,8 +84,3 @@ if ! ever at_least 3.10; then ) fi -#for some reason github in scm mode + cmake exlibs causing problems, this workaround is necessary -nomacs_pkg_setup() { - edo mkdir "${WORKBASE}/build" - edo chmod o+rwx "${WORKBASE}/build" -} |