Merge pull request #67628 from romildo/upd.enlightenment

enlightenment.enlightenment: 0.22.4 -> 0.23.0
This commit is contained in:
José Romildo Malaquias 2019-08-29 10:28:41 -03:00 committed by GitHub
commit 097ae482d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,16 +1,19 @@
{ stdenv, fetchurl, meson, ninja, pkgconfig, gettext, efl, { stdenv, fetchurl, meson, ninja, pkgconfig, gettext, efl,
xcbutilkeysyms, libXrandr, libXdmcp, libxcb, libffi, pam, alsaLib, xcbutilkeysyms, libXrandr, libXdmcp, libxcb, libffi, pam, alsaLib,
luajit, bzip2, libpthreadstubs, gdbm, libcap, mesa, luajit, bzip2, libpthreadstubs, gdbm, libcap, mesa,
xkeyboard_config, pcre xkeyboard_config, pcre,
bluetoothSupport ? true, bluez5,
pulseSupport ? !stdenv.isDarwin, libpulseaudio,
}: }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "enlightenment-${version}"; pname = "enlightenment";
version = "0.22.4"; version = "0.23.0";
src = fetchurl { src = fetchurl {
url = "http://download.enlightenment.org/rel/apps/enlightenment/${name}.tar.xz"; url = "http://download.enlightenment.org/rel/apps/${pname}/${pname}-${version}.tar.xz";
sha256 = "0ygy891rrw5c7lhk539nhif77j88phvz2h0fhx172iaridy9kx2r"; sha256 = "1y7x594gvyvl5zbb1rnf3clj2pm6j97n8wl5mp9x6xjmhx0d1idq";
}; };
nativeBuildInputs = [ nativeBuildInputs = [
@ -36,8 +39,11 @@ stdenv.mkDerivation rec {
pcre pcre
mesa mesa
xkeyboard_config xkeyboard_config
] ++ ]
stdenv.lib.optionals stdenv.isLinux [ libcap ]; ++ stdenv.lib.optional stdenv.isLinux libcap
++ stdenv.lib.optional bluetoothSupport bluez5
++ stdenv.lib.optional pulseSupport libpulseaudio
;
patches = [ patches = [
# Some programs installed by enlightenment (to set the cpu frequency, # Some programs installed by enlightenment (to set the cpu frequency,