diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2020-12-08 20:27:46 +0100 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2021-04-17 23:20:54 -0500 |
commit | 2f6a763a814ee5105f21953fe8eef9605ef21e6a (patch) | |
tree | 4deb6fd240584454a5a336bdf7e6e285b71bf810 /libraries/efl | |
parent | e4afbbc348ca6c1bec9d7a8868722c7b6b0d0d90 (diff) |
libraries/efl: Updated for version 1.24.4, no scim (use ibus).
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'libraries/efl')
-rw-r--r-- | libraries/efl/efl.SlackBuild | 4 | ||||
-rw-r--r-- | libraries/efl/efl.info | 6 |
2 files changed, 6 insertions, 4 deletions
diff --git a/libraries/efl/efl.SlackBuild b/libraries/efl/efl.SlackBuild index 9bee1447f04d..722047b2eb06 100644 --- a/libraries/efl/efl.SlackBuild +++ b/libraries/efl/efl.SlackBuild @@ -22,7 +22,7 @@ # <http://www.gnu.org/licenses/>. PRGNAM=efl -VERSION=${VERSION:-1.24.3} +VERSION=${VERSION:-1.24.4} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -75,6 +75,8 @@ meson . build \ --prefix=/usr/ \ --libdir=/usr/lib${LIBDIRSUFFIX} \ -Dsystemd=false \ + -Decore-imf-loaders-disabler=scim \ + -Dglib=true \ -Dbuild-id="$ARCH"-slackware-linux # 20200416 bkw: vita_cell on IRC reported missing DSO errors for -lm diff --git a/libraries/efl/efl.info b/libraries/efl/efl.info index 8f3836e1d5a2..73911767bda9 100644 --- a/libraries/efl/efl.info +++ b/libraries/efl/efl.info @@ -1,8 +1,8 @@ PRGNAM="efl" -VERSION="1.24.3" +VERSION="1.24.4" HOMEPAGE="https://www.enlightenment.org/" -DOWNLOAD="https://download.enlightenment.org/rel/libs/efl/efl-1.24.3.tar.xz" -MD5SUM="6d0d60b8bceeb1749f4ac66d910486bb" +DOWNLOAD="https://download.enlightenment.org/rel/libs/efl/efl-1.24.4.tar.xz" +MD5SUM="ea5f532761e33d7cb6fe9000a7237463" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="luajit bullet libwebp check meson" |